@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 35px;
	font-weight: bold;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 35px;
	margin-left: 30px;
}
h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
a:link, a:visited {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}
#div_link {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 773px;
	float: right;
}
#div_top {
	height: 145px;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top.jpg);
	margin-top: 10px;
}
#div_top_txt {
	margin-top: 30px;
	margin-left: 50px;
}
#div_center {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	line-height: 16px;
	background-image: url(../images/background.jpg);
	padding-top: 5px;
}
.div_c_top {
	background-color: #F0F4FF;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#div_left {
	float: left;
	width: 639px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCCCFF;
	margin-top: 10px;
	margin-left: 15px;
	line-height: 20px;
	padding-right: 10px;
}
#div_left ul {
}
#div_left li {
	margin-left: 22px;
}
.img {
	float: left;
	width: auto;
	text-align: center;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
}
.img_small {
	height: 18px;
	width: 20px;
	float: left;
	margin-left: 100px;
}
#div_right {
	float: left;
	width: 202px;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 15px;
	line-height: 25px;
}
#div_right ul {
}
#div_right li {
	margin-left: 22px;
}
.clear {
	clear: both;
}
#div_buttom {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: auto;
	background-image: url(../images/buttom.jpg);
	height: 26px;
}
#div_footer {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
