/*-----------------------------*/
/* サイトマップ スタイルシート */
/*-----------------------------*/
/*コンテンツ表示部*/
#sitemap_contents_center{
	margin:10px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}
/*コンテンツ中面*/
#sitemap_contents_center #sitemap_inline_space{
	margin:0px 10px 30px 10px;
	padding:0px;
	color:#333333;
	font-size:12px;
	line-height:18px;
	text-align:left
}

#sitemap_inline_space a{
	color:#333333;
}

/*コンテンツ左側*/
.map_left {
	float:left;
	width:320px;
	text-align:left;
	font-weight:bold;
}

/*コンテンツ左側*/
.map_left li{
	background-image:url("../images/link_boxtriangle.gif");
	background-repeat:no-repeat;
	background-position:0px 3px;
	list-style-type:none;
	padding:0px 0px 0px 20px;
	margin:0px 0px 20px 0px;
}

/*コンテンツ右側*/
.map_right {
	float:left;
	width:350px;
	text-align:left;
	font-weight:bold;
}

/*コンテンツ右側*/
.map_right li{
	background-image:url("../images/link_boxtriangle.gif");
	background-repeat:no-repeat;
	background-position:0px 3px;
	list-style-type:none;
	padding:0px 0px 0px 20px;
	margin:0px 0px 20px 0px;
}


