@charset "utf-8";
body {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #0000CC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: 870px;
	width: 720px;
}
#wrapper #main {
	font-size: 14px;
	width: 500px;
	font-weight: normal;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 500px;
	line-height: 16px;
}
#wrapper #information {
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: right;
	height: 500px;
	color: #0000FF;
	background: #FFFFFF;
}
#wrapper #information h2 {
	font: 18px "Times New Roman", Times, serif;
	border-top: thin dotted #0000CC;
	border-bottom: thin dotted #0000CC;
	padding: 0px 0px 0px 10px;
	background: #FFFF99;
}

#wrapper #header #co_menu ul {
	font-size: 12px;
	height: 14px;
	width: 720px;
}
#wrapper #header #co_menu li {
	display: inline;
	text-align: center;
	padding: 2px 10px;
}
#wrapper #header #menu ul {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
#wrapper #header #menu li {
	margin: 0px;
	padding: 2px 50px;
	display: inline;
}


#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;
}

