@charset "utf-8";

/* footer styles */

#footer {
	background-color: #44c041;
	padding-top: 28px;
	padding-bottom: 50px;
}
#footer #okotowari {
	text-align: center;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover,
 a:focus,
 a:active {
	color: #FF0000;
}
