@charset "utf-8";
body {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #0000CC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: 2180px;
	width: 720px;
}
#wrapper ul {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 5px 5px 10px;
	padding: 0px 0px 0px 10px;
}
#wrapper li {
	display: inline;
	margin: 0px 10px;
	padding: 0px;
}
#wrapper h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFF99;
	letter-spacing: 0.3em;
	text-align: center;
	margin: 20px 0px 20px 20px;
	padding: 5px;
	height: auto;
	width: 300px;
	border-top: thin dotted #0000CC;
	border-bottom: thin dotted #0000CC;
}
#wrapper table {
	margin: 0px 0px 0px 60px;
	padding: 0px;
}
#wrapper #footer {
	background: #FFFF99 url(none);
	text-align: center;
	height: 12px;
	width: 720px;
	color: #0000FF;
	font-weight: bold;
	border-top: thin dotted #0000CC;
	border-bottom: thin dotted #0000CC;
}
