@charset "Shift_JIS";

/* ページの基本デザイン用CSS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #D6E0CC url(../images/top_bgimg.gif)repeat-y top center;
	text-align:center;
	background-color: #D6E0CC;
}
.contents {
	width: 720px;
	margin:auto;
	background-color: #FFBF00;
	text-align:left;
}
.footer {
	width: 720px;
	color: #FFFFFF;
	text-align: center;
	background-color: #336601;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}