@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
}

.content {
	width: 660px;
	margin: 15px auto 15px auto;
	border: 1px solid #CCC;
	padding: 20px 48px 20px 48px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: 3px 3px 6px #888;
	-webkit-box-shadow: 3px 3px 6px #888;
	-moz-box-shadow: 3px 3px 6px #888;
}

.navigation {
	width: 136px;
	float: left;
	font-size: 13px;
	clear-after: both;
	-webkit-clear-after: both;
}

.navigation img {
	margin-top: 30px;
}

.main {
	margin-left: 150px;
}
