@charset "utf-8";
/* CSS Document */

a.bgToggle{
	cursor:pointer;
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

.topArea{
	position:relative;}

.topArea .topBg{
	width: 100%;
	height: 51px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ddc16a;
	opacity: .5;
}

.newsArea{
	width: 100%;
	position: fixed;
	bottom: 52px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-image: url(../images/index_04.png);
	background-repeat: repeat;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	text-align: center;
}
.in_text1 {
	line-height: 21px;
	float: left;
	height: 21px;
	width: 413px;
	margin-bottom: 11px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.in_text2 {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	float: left;
	height: 72px;
	width: 413px;
}
.in_pic {
	float: left;
	height: 75px;
	width: 115px;
	margin-right: 6px;
}

.in_text4 {
	line-height: 21px;
	float: left;
	height: 21px;
	width: 487px;
	margin-bottom: 11px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}






.newsArea a.toggleNews{
	cursor: pointer;
	background: url(../images/close.png) no-repeat;
	width: 134px;
	height: 20px;
	text-indent: -9999px;
	position: absolute;
	top: -20px;
	right: 10%;
}
.logo {
	float: left;
	height: 131px;
	width: 201px;
	margin-left: -100px;
	position: absolute;
	left: 50%;
	top: 200px;
}
.font_white {
	color: #FFF;
	text-decoration: none;
}


#menu {
	height: 34px;
	width: 700px;
	position: absolute;
	margin-left: -350px;
	text-align: center;
	left: 50%;
	top: 0px;
}




#menu ul li{
	float: left;
	width: 100px;
	height: 34px;
	display: inline;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
}

#menu ul li a{
	display: block;
	height: 34px;
	width: auto;
}
#menu ul li a:hover {
	display: block;
	background-color: #333333;
	height: 8px;
	width: auto;
}


.top {
	height: 34px;
	width: 100%;
	position: absolute;
	opacity: .3;
	background-color: #000000;
	
	}
.font_blue10 {
	color: #2c9ded;
	text-decoration: none;
	font-size: 10px;
}
