@charset "utf-8";

h1 {
	float:left;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #006b54;
	margin-bottom: 8px;
}
#container {
	width: 800px;
	clear: both;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #1755a3;
	font-size: 11px;
}
.contents {
	color: #333;
	background-color: #c5c5c5;
	border: 1px solid #1755A3;
	width: 800px;
	height: 552px;
	font-size: 11px;
}
#container #header {
	overflow: hidden;
	position: relative;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 25px;
}
#container #header #menu {
	float: right;
	height: 25px;
	padding-top: 11px;
}
#container #header #menu ul li {
	float: left;
	padding-right: 15px;
}
#on{
	position: relative;
	top: -7px;
}
#content {
	background-color: #101010;
	overflow: hidden;
	position: relative;
	padding-right: 180px;
	padding-left: 32px;
}
#container #content a #togo {
	padding-right: 32px;
	vertical-align: bottom;
	margin-top: 305px;
}

#container #content #news {
	float: right;
	color: #333333;
	background-color: #c5c5c5;
	padding-top: 52px;
	margin: auto;
	clear: both;
	width: 380px;
	padding-left: 32px;
	line-height: 17px;
	height: 355px;
	background-image: url(../img/news/content_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#container #content #news p {
	padding-left: 5px;
}
#footer {
	padding-top: 29px;
	padding-bottom: 5px;
}
