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

/*copyrights*/
address {
	font-size: 10px;
	font-style: normal;
	color: #111;
}
address#copyright {
	font-size: 10px;
	font-style: normal;
	color: #111;
	margin-top: 50px;
	margin-bottom: 10px;
	_text-align: left;
	float: left;
}






#footer {
	background: url(../img/footer.jpg) no-repeat;
	background-position: top center;
	width:100%;
	height:205px;
	clear:both;
	text-align: center;
}

#footer a {
	color:#FF6600;
}
#footer a:hover {
	color:#FFA800;
}

#footer-contents {
	margin: 0 auto;
	padding-top:40px;
}


#footer-bottom {
	width:900px;
	height:40px;
	margin:0 auto;
	clear:both;
}
#footer-bottom-left {
	width:800px;
	_width:755px;
	text-align:left;
	float:left;
}

*:first-child+html #footer-bottom-left {
	width:755px;
	text-align:left;
	float:left;
}
p.credit {
	margin-left:7px;
	padding-top:20px;
	font-size:11px;
	_font-size:9px;
}

*:first-child+html p.credit {
	margin-left:7px;
	padding-top:20px;
	font-size:70%;
}



#footer-bottom-right{
	width:100px;
	float:right;
	_float:left;
	text-align:right;
}

*:first-child+html #footer-bottom-right {
	width:100px;
	float:left;
	text-align:right;
}


#pagetop {
	width: 45px;
	height: 45px;
	margin-top: 20px;
	margin-left:5px;
	_margin-left:0;

}

*:first-child+html #pagetop {
	width: 45px;
	height: 45px;
	margin-top: 20px;
}

#pagetop a {
	text-decoration: none;
	overflow: hidden;
	outline: none;
	position: relative;
}

#footer-banner {
	width:480px;
	heigh:50px;
	margin:0 auto;
}

#footer-banner ul {
	margin:0;
	list-style-type:none;
	clear:both;
}
#footer-banner li{
	list-style-type:none;
	line-height:50px;
	width:160px;
	height:50px;
	float:left;
}

#footer-banner img{
}

#footer-banner li a{
display:block;
width:150px;
height:50px;
border:1px solid #000;
}
#footer-banner li a:hover{
display:block;
width:150px;
height:50px;
border:1px solid #FFA800;
}




/*clear*/
.clear{
	clear:both; 
	padding-bottom:1px;
}
