@charset 'UTF-8';

/* FOOTER */

#footer,
#footer a {
	color: #fff;
}

#footer {
	padding-top: 15px;
	background: url("images/footer-back.gif") no-repeat center top;
}

#index #footer {
	padding-top: 5px;
	border-top: 1px solid #fff;
	background: none;
}

#footer .footer-navi {
	float: left;
	width: 172px;
}

#footer #copyright {
	clear: both;
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
}

