@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: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	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: 37px;
	float: left;
	height: 37px;
	width: 255px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #686d75;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.in_text2 {
	font-size: 12px;
	line-height: 37px;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 37px;
	width: 400px;
	margin-bottom: 8px;
}
.in_text3 {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	float: left;
	height: 83px;
	width: 820px;
}





.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%;
}


#menu {
	height: 52px;
	width: 1100px;
	position: absolute;
	top: 0px;
	text-align: right;
	margin-left: -550px;
	left: 50%;
}
.logo {
	float: left;
	height: 25px;
	width: 117px;
	margin-right: 155px;
	margin-left: 78px;
}
.font_white {
	color: #FFF;
	text-decoration: none;
}




#menu ul li{
	float: left;
	width: 100px;
	height: 52px;
	display: inline;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	right: 0px;
}

#menu ul li a{
	display: block;
	height: 10px;
	width: auto;
}
#menu ul li a:hover {
	display: block;
	background-color: #ddc16a;
}


.top {
	height: 52px;
	width: 100%;
	position: absolute;
	opacity: .5;
	background-color: #ddc16a;
	
	}
