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

#footer-top a {
	color:#25665c;
}

#footer-wrap {
	background:url(/site/img/footer/footer-bg.gif) repeat-x left top;
	background-color:#d0e7d5;
}

#footer {
	width:950px;
	margin:0 auto;
}


#footer-top {
	background:url(/site/img/footer/footertop-bg.gif) no-repeat left top;
	width:950px;
	height:37px;
	padding-top:15px;
	padding-bottom:15px;
}

#footer-bottom {
	background:url(/site/img/footer/footerbottom-bg.gif) no-repeat left top;
	width:950px;
	height:21px;
}

#footer-top ul {
	margin:0 auto 5px 140px;
	display:block;
}

#footer-top ul li {
	display:inline;
}

#footer-top ul li a {
	padding-right:10px;
	padding-left:10px;
}

#footer-top ul li.fo-line a {
	border-right:1px solid #25665c;
	padding-right:10px;
	padding-left:10px;
}

#copyright p {
	text-align:center;
	font-size:10px;
	color:#333333;
	padding:8px 0 4px;
}


