@charset "utf-8";
/* CSS Document */

#contents {
	padding: 0px;
	height: 800px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#naviL {
	padding: 0px;
	float: left;
	height: 300px;
	width: 165px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	padding: 0px;
	float: right;
	height: 750px;
	width: 730px;
	margin-top: 10px;
}
#main2 {
	padding: 0px;
	float: right;
	height: auto;
	width: 730px;
	margin-top: 10px;
}



/* --- ボックス --- */
.section1 {
	width: auto;
	font-size: 95%;
	height: 125px;
	background-color: #F9FCF3;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* --- メニューエリア --- */
.section1 .menu {
	width: 720px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
}
/* --- メニュー項目 --- */
.section1 .menu li {
	width: 20%;
	padding-bottom: 5px;
	background: url(/images/list_a.gif) no-repeat;
	float: left;
}
/* --- リンク --- */
.section1 .menu li a {
	margin-left: 20px;
	text-decoration: underline;
}
/* --- ポイント時の設定 --- */
.section1 .menu li a:hover {
text-decoration: underline;
}


/* --- ボックス --- */
.section2 {
	width: auto;
	font-size: 95%;
	height: 230px;
	background-color: #F9FCF3;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* --- メニューエリア --- */
.section2 .menu {
	width: 720px;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/* --- メニュー項目 --- */
.section2 .menu li {
	width: 20%;
	padding-bottom: 5px;
	background: url(/images/list_b.gif) no-repeat;
	float: left;
}
/* --- リンク --- */
.section2 .menu li a {
	margin-left: 20px;
	text-decoration: underline;
}
/* --- ポイント時の設定 --- */
.section2 .menu li a:hover {
text-decoration: underline;
}


/* --- clearfix --- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
.map {
	margin-left: 20px;
}

