@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}
#container {
	margin: 0px auto;
	width: 780px;
}
#menu {
	background: url(images/menu_bg.jpg) repeat-x;
	text-align: center;
}
#menu a {
	text-decoration: none;
	line-height: 27px;
	color: #8D0200;
	font-weight: 700;
	padding-right: 15px;
	padding-left: 15px;
}
#menu a:hover {
	color: #000000;
	text-decoration: underline;
}
#sub_content {
	background: url(images/sub.jpg) no-repeat;
	padding: 20px 20px 20px 175px;
}
#sub_content h1 {
	color: #003366;
	font-size: 12px;
	border-bottom: 1px solid #003366;
}
#sub_content  h2 {
	font-size: 11px;
	color: #8D0200;
}
#sub_content h3 {
	font-size: 14px;
	color: #666666;
	text-align: center;
}
#sub_content li {
	line-height: 18px;
}
#sub_content p {
	line-height: 18px;
	text-align: justify;
}
#sub_content a {
	color: #990000;
}
#sub_content .bd {
	color: #333333;
	text-align: center;
	border: 1px solid #CCCCCC;
	display: block;
	padding: 5px;
	float: left;
	width: 255px;
	margin: 5px;
}
#sub_content .bd strong {
	color: #006699;
}
#float_right {
	float: right;
	width: 250px;
	padding-left: 10px;
	margin-left: 15px;
	border-left: 1px solid #CCCCCC;
}
#srl {
	overflow: auto;
	height: 340px;
	padding-right: 15px;
}
.clr {
	clear: both;
}

#footer {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	line-height: 27px;
	border-bottom: 1px solid #AC9E81;
	border-top: 1px solid #AC9E81;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer span {
	float: right;
}
