@charset "utf-8";
a {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
header {
}
main {
	float: right;
	width: 750px;
	height: 600px;
	background-image: url(../index/ob_top.png);
	background-repeat: no-repeat;
}
nav {
	float: left;
	width: 140px;
	height: 600px;
	background-image: url(../index/left.gif);
}
article {
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
}
footer {
	clear: both;
	height: 45px;
	background-image: url(../index/foot.gif);
	color: #FFF;
	text-align: right;
	line-height: 14px;
	padding-top: 2px;
	font-size: 90%;
}
#container {
	background-color: #FFFFFF;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-size: 95%;
	background-color: #F2F2F2;
}
img {
	vertical-align: top;
}
.top {
	position: absolute;
	top: 359px;
	left: 380px;
	width: 730px;
}
.news {
	top: 10px;
	width: 250px;
	text-align: center;
	margin-left: 480px;
	margin-top: 10px;
}
.toptable {
	width: 750px;
	margin-top: 200px;
}
#container main table tr td {
	height: 20px;
}
