@charset "utf-8";

#header_top {
	height: 65px;
	width: 850px;
	padding: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #A4E39B;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
#header_navi {
	height: 37px;
	width: 850px;
	padding: 0px;
	margin: 0px auto;
}

#header_bottom {
	width: 812px;
	padding: 0px;
	margin: 0px auto;
}

#main_contents {
	width: 767px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#footer_navi {
	height: 20px;
	width: 812px;
	margin: 0px auto;
	padding-top: 5px;
	font-size: 0.825em;
}

