/* ==============================
	foot.css
============================== */



/* フッター */

#footer {
	clear: both;
	width: 1000px;
	margin-bottom: 20px;
	background-image: url(/kyousei/images/bg_navi.gif);
	height: 60px;
	padding-top: 20px;
	background-repeat: repeat-x;
}

#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: center;
	height: 30px;
}

