@charset "utf-8";
/* CSS Document */

#wrapper {
	height: auto;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
body {
	background-color: #f2eee2;
}
#wrapper #header {
	height: auto;
	width: 842px;
	padding-bottom: 20px;
}


#header #header_bar {
	background-color: #000;
	height: 8px;
	width: 780px;
	margin-bottom: 20px;
	background-color: #88B500;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #step_navi {
	margin-right: 30px;
	text-align: right;
	width: 780px;
	padding-bottom: 10px;
}
#wrapper #content {
	height: auto;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 30px;
	margin-bottom: 20px;
	border: 1px solid #990002;
}
#content #title {
	margin-bottom: 15px;
}
#content table tr th {
	font-weight: normal;
	text-align: center;
	padding: 10px;
	border: 1px solid #666;
}
#content table tr td {
	padding: 10px;
	border: 1px solid #666;
}


#wrapper #footer {
	clear: both;
	border-top: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 10px;
	font-size: 93%;
	padding-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
#header #logo {
	height: 35px;
	width: 295px;
	float: left;
	padding-left: 51px;
}
#header #header_navi {
	color: #000;
	height: auto;
	width: 300px;
	text-align: right;
	float: right;
	padding-right: 51px;
	margin-top: 5px;
}
#header #header_navi a {
	color: #000;
	text-decoration: none;
}


/*-- メインメニュー --*/

#header #main_menu {
	padding-top: 30px;
	height: 20px;
	width: 345px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	clear: both;
}
#main_menu ul {
	height: auto;
	width: 100%;
}
#main_menu ul li {
	float: left;
	display: block;
	margin-right: 0px;
}
#main_menu em {
	font-size: 77%;
	visibility: hidden;
}

/*-- メインメニューボタン01 --*/
#main_menu ul #hm01 a {
	text-decoration: none;
	background-image: url(../img/main_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 20px;
	width: 72px;
}
#main_menu ul #hm01 a:hover {
	text-decoration: none;
	background-image: url(../img/main_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	display: block;
	height: 20px;
	width: 72px;
}

/*-- メインメニューボタン02 --*/
#main_menu ul #hm02 a {
	text-decoration: none;
	background-image: url(../img/main_menu.jpg);
	background-repeat: no-repeat;
	background-position: -72px 0px;
	display: block;
	height: 20px;
	width: 90px;
}
#main_menu ul #hm02 a:hover {
	text-decoration: none;
	background-image: url(../img/main_menu.jpg);
	background-repeat: no-repeat;
	background-position: -72px -20px;
	display: block;
	height: 20px;
	width: 90px;
}

/*-- メインメニューボタン03 --*/
#main_menu ul #hm03 a {
	text-decoration: none;
	background-image: url(../img/main_menu.jpg);
	background-repeat: no-repeat;
	background-position: -162px 0px;

	0px 0px;
	display: block;
	height: 20px;
	width: 91px;
}
#main_menu ul #hm03 a:hover {
	text-decoration: none;
	background-image: url(../img/main_menu.jpg);
	background-repeat: no-repeat;
	background-position: -162px -20px;

	0px 0px;
	display: block;
	height: 20px;
	width: 91px;
}

/*-- メインメニューボタン04 --*/
#main_menu ul #hm04 a {
	text-decoration: none;
	background-image: url(../img/main_menu.jpg);
	background-repeat: no-repeat;
	background-position: -253px 0px;

	0px 0px;
	display: block;
	height: 20px;
	width: 92px;
}
#main_menu ul #hm04 a:hover {
	text-decoration: none;
	background-image: url(../img/main_menu.jpg);
	background-repeat: no-repeat;
	background-position: -253px -20px;

	0px 0px;
	display: block;
	height: 20px;
	width: 92px;
}

#banner_area .banner {
	height: 81px;
	width: 188px;
	margin-bottom: 10px;
}
#content ul {
	height: auto;
	width: 720px;
	display: block;
	overflow: hidden;
}
#content ul li {
	display: block;
	height: 320px;
	width: 320px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.clear_both {
	clear: both;
}
.color_red {
	color: #F00;
}
