@charset "utf-8";


#footer {
	width: 100%;
	height: 290px;
	clear: both;
	padding: 0px;
	margin: 80px 0 0 0;
	background-image: url(../images/footBg.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
}

#footer_main {
	width: 1000px;
	height: 290px;
	margin: 0 auto;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	position:relative;
	overflow: hidden;
	clear:both;
}
#fnav00 {
	width: 690px;
	color: #FFF;
	font-size: 14px;
	position: absolute;
	top: 90px;
	left: 20px;
	overflow: hidden;
	float:left;
	clear:both;
}
.fnav {
	width: 230px;
	margin:0;
	padding:0;
	overflow: hidden;
	float:left;
}
.fnav ul {
	width: 230px;
	margin:0;
	padding:0;
	text-align:left;
}
.fnav ul li {
	float: left;
	margin: 2px 0;
	padding: 0;
	list-style-type: none;
}
.fnav ul li.fnavImg {
	width: 22px;
	height:22px;
	margin: 0px 8px 0 0;
}
.fnav ul li.fnavTit {
	width: 200px;
	height:22px;
	padding: 0px 0 0;
}
.fnav ul li.fnavTit02 {
	width: 170px;
	height:22px;
	padding: 2px 0 0;
}
.fnav ul li a:link,
.fnav ul li a:visited{
	color:#FFF;
	text-decoration: none;
}
.fnav ul li a:hover{
	color:#FF9326;
	text-decoration: underline;
}
#footMenu {
	width: 230px;
	height: 160px;
	margin:30px 0px 0 0;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	position:absolute;
	top:64px;
	right:0px;
	float:right;
}
.footBtn{
	width: 210px;
	height: 50px;
	padding: 0;
	margin:2px 0;
}
p a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


#copyright {
	width: 1000px;
	text-align: center;
	line-height:30px;
	font-size:12px;
	color: #fff;
	position:absolute;
	top:240px;
	left:0px;
}
