@charset "utf-8";

/* footer styles */

#footer {
	clear: both;
	background: url(../image/bg_footer.gif) repeat-x #a5c5b9;
}
#footer-inner {
	padding: 24px 0 50px;
}
#footer #okotowari {
	text-align: center;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
}
#footer a:active,
#footer a:hover {
	color: #FF0000;
}
#footer a:focus {
	color: #fff;
}