@charset "utf-8";


/* sitemap
---------------------------------------------------------------------*/

#main{
	position:relative;
}

#main_wrap{
	width:900px;
	margin:0 0 0 12px;
	padding:15px 0 30px;
	background:url(../common/bg_line_grn.png) repeat;
}


#bldg{
	position:absolute;
	width:255px;
	height:189px;
	top:50px;
	left:12px;
	
}

#sitemap{
	float:left;
	margin:0 0 0 240px;
	padding:30px 35px 35px 35px;
	width:560px;
	background:#FFF;
	border:1px solid #a0e2df;
}
:root *> #sitemap{
	width:560px;
}
#sitemap *{
	line-height:200%;
	list-style: disc inside none !important;
}


h1#m_sitemap{
	font-size:18px;
	font-weight:bold;
	padding:0 0 5px 0;
	border-bottom:1px dotted gray;
	margin: 0 0 20px 0;
}

div#sitemap ul{
	padding-left:3em;
}
div#sitemap ul ul{
	padding-left:3em;
}
div#sitemap li{
	position:relative;
}
div#sitemap>ul>li:first-child{
	text-indent:-3em;
}












