#content {
	width: 600px;
	font-family: "lr SVbN", "Osaka|";
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	height: 850px;
	background-image: url(image/bg.png);
	background-repeat: no-repeat;
}
body {
	background-color: #FFFFFF;
	padding: 0px;
}
#navi {
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 600px;
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 12px;
	z-index: 20;
}
#explanation {
	height: 30px;
	width: 560px;
	position: relative;
	top: 10px;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	background-color: #51E66F;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	vertical-align: middle;
}
#ex-td {
	background-color: #DDE1F2;
	text-align: left;
	font-size: 12px;
	padding: 8px;
	vertical-align: top;
}
#picture {
	width: 560px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
	font-size: 18px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}
