@charset "utf-8";

div#footer_inner{
	width:900px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:10px;
	overflow:hidden;
	border-top:1px dotted #555;
	margin-top:80px;
}

div.footer_inner_left{
	float:left;
}

div.footer_inner_left ul li a{
	width:250px;
	height:140px;
	display:block;
	background:url(../img/footer_banner.png) 0 0 no-repeat;
	text-indent:-9999px;
}

div.footer_inner_left ul li a:hover{
	background-position:0 -140px;
}

div.footer_inner_right{
	float:left;
	padding-left:15px;
	font-size:12px;
}
