/* CSS Document */

/* 全体構造
---------------------------------------------------- */

#sitemap {  width: 700px;
 margin-top: 30px;
 margin-left:auto;
 margin-right: auto;}

.topbtn { float: left; margin-top: 45px;}

.con_area { float: left; margin-top: 35px; width: 700px;}
.con_Box { width: 225px; float: left;}
.con_Box h3 { margin-bottom: 15px;}

.f_smap { font-size: 0.92em; line-height: 1.8; color:#747474;}
.f_smap a { color: #747474; text-decoration: none;}
.f_smap a:hover { color: #747474; text-decoration: underline;}


.box {
	background-color: #DAD0C8;
	padding: 10px;
	width: 680px;
	margin-top: 80px;
}

ul#bottom { width: 100%; padding-left: 30px;}
ul#bottom li {
	background: 3px 3px;
	padding: 3px 5px 3px 18px;
	list-style: none;
	line-height: 1.8em;
	float: left;
} 

ul#bottom01 { width: 100%; padding-left: 40px; font-size: 0.92em; padding-top: 10px;}
ul#bottom01 li {
	background: 3px 3px;
	padding: 3px 5px 3px 18px;
	list-style: none;
	line-height: 1.8em;
	float: left;
} 

br.clear { font-size: 1px;	line-height: 100%; clear: both;	}
