@charset "utf-8";
/* CSS Document */

#sitemap{
	width:590px;
}

#main #sitemap h3{ /* タイトル */
	background:url(../img/sitemap_tit.gif) no-repeat;
}
#sitemap #sitemap_left{ /* 左コラム */
	width:285px;
	float:left;	
}
#sitemap #sitemap_right{ /* 右コラム */
	width:285px;
	float:right;	
}

#sitemap strong{
	display:block;
	padding:3px 3px 3px 5px;
	margin:10px 0;
	border-bottom:#e2dfe2 1px solid;
	background:#f9f8f9;
}

#sitemap li{
	background:url(../../img/common/square02.gif) 0 5px no-repeat;
	padding-left:13px;
	list-style:none;
}

#sitemap li li{
	background:url(../img/sitemap_ico_tree.gif) no-repeat;
	padding-left:18px;
	list-style:none;
}

#sitemap p{
	 clear:both;
	 display:block;
	 text-align:right;
}