@charset "UTF-8";
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	display: block;
	height: 380px;
	width: 690px;
	margin-top: 150px;
	margin-right: 30px;
	margin-left: 30px;
}
#top_img {
	display: block;
	height: 230px;
	width: 687px;
	margin-right: 3px;
	margin-bottom: 3px;
}
#school {
	display: block;
	height: 126px;
	width: 690px;
	font-size: 9pt;
	color: #333333;
}
ul  {
	display: block;
	width: 690px;
	margin: 0px;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 3px;
	font: normal 8pt "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}
li   {
	display: block;
	height: 45px;
	width: 135px;
	background: #444444;
	margin: 0px 3px 3px 0px;
	float: left;
	list-style: inside;
	vertical-align: middle;
	padding-top: 15px;
}
.line1 {
	height: 40px;
	padding-top: 20px;
}
li:hover   {
	background: #C2AF8D;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
#date  {
	display: block;
	height: 15px;
	width: 135px;
	float: right;
	text-align: center;
	padding: 3px 0px;
	background: #444444;
	clear: both;
	margin-right: 3px;
	font: 8pt "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
}
#date:hover {
	background: #C2AF8D;
}
