@charset "UTF-8";

#footer {
	text-align: right;
	width: 750px;
	background-color: #FDFFC9;
	background-image: url(/img/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 42px;
	clear: both;
}
#pin_onoff {
	float: right;
	width: 33px;
}
#footer li {
	float: left;
	list-style-type: none;
	padding: 2px 3px;
}
#footer li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright {
	font-size: 70%;
	padding-top: 25px;
}
