@charset "utf-8";
/* CSS Document */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "新宋体";
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-image: url(../Images/images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

.clear {
	clear: both;
}
h1 {
	font-size: 12px;
	line-height:20px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.gg {
	border: 1px solid #999999;
}

.p_width {
	text-align: left;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}
.arrow1 {
	background-image: url(../Images/images/nav_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#header {
	background-image: url(../Images/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	height: 60px;
	margin-top: 5px;
	font-size: 24px;
	line-height: 65px;
	font-weight: bold;
	text-align: right;
}
#header h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}

#nav_menu {
	height: 33px;
	background-image: url(../Images/images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav_menu ul {
	margin-left: 5px;
}

#nav_menu li {
	float: left;
	list-style-type: none;
	height: 33px;
	line-height: 33px;
	margin-right: 2px;
}
#nav_menu  li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../Images/images/menu_off.jpg);
	text-align: center;
	display: block;
	height: 33px;
	width: 103px;
}
#nav_menu li a:hover {
	background-image: url(../Images/images/menu_on.jpg);
}

#viual {
	background-image: url(../Images/images/viual.jpg);
	background-repeat: no-repeat;
	height: 230px;
	margin-bottom: 15px;
}
#main {
}
ul#list_news li {
	text-indent: 20px;
	line-height: 25px;
	list-style-type: none;
	background-image: url(../Images/images/arrow_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
}

#footer {
	background-image: url(../Images/images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px;
	text-indent: 240px;
}
.cp li {
	padding: 8px;
	float: left;
	height: 170px;
	width: 170px;
	border: 1px solid #999999;
	list-style-type: none;
}
#contact {
	margin: 30px;
}
#contact dt {
	font-family: Verdana, Arial, Helvetica, sans-serif, "新宋体";
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #170B55;
	background-image: url(../Images/Arrow_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 22px;
}
#contact dd {
	line-height: 20px;
	text-indent: 30px;
}
