@charset "UTF-8";
/*___________ common ___________ */
#footer {
	width: auto;
	background-color: #D9D9D9;
	height: 150px;
}
#footer .copyright {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	text-align: center;
	color: #333333;
	font-size: 100%;
	padding-top: 10px;
}
