@charset "UTF-8";
#footer_main {
	margin-top: 15px;
	float: left;
	width: 100%;
	height: 60px;
	background-image: url(../images/footer_bk.gif);
	background-repeat: no-repeat;
}
#footer ul {
	padding-top: 12px;
}
#footer ul li {
	list-style-type: none;
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 11px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #0280BA;
}
