@charset "utf-8";

/*//////////////////////////////////////////////////////////// 
//□ナビゲーション
////////////////////////////////////////////////////////////*/


#contentBox .sitemapBox{
 width:680px;
}

#contentBox .sitemapBox h2{
	padding-left:20px;
	background:url(images/markh2.gif);
    background-repeat:no-repeat;
    background-position: left bottom;
	margin-top:20px;
	font-weight:bold;
	border-top:1px dotted;
	border-color:#999;
	padding-top:10px;
}

#contentBox .sitemapBox ul{
margin-left:20px;
}

#contentBox .sitemapBox li{
	list-style:none;
	padding-left:10px;
	background:url(images/markli.gif);
    background-repeat:no-repeat;
    background-position: left center;
}

#contentBox .sitemapBox .leftItem{
	float:left;
	width:300px;
	padding-left:30px;
}

#contentBox .sitemapBox .rightItem{
	float:right;
	width:300px;
	padding-right:30px;
}

