@charset "UTF-8";

/* フッタースタイル
----------------------------------------*/

#footer {
	background-color: #fff;
	display: block;
	width: 770px;
	height: 70px;
	text-align: center;
	clear: both;
	color: #333;
	padding-top: 35px;
	font-size: 90%;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
