@charset "utf-8";
/* CSS Document */

/*---------------
サイトマップ
---------------*/
.borderDiv {
	border-top:#CCC 2px dotted;
}	

.borderDiv dl {
	border-bottom:#CCC 2px dotted;
}

.borderDiv dl dt {
	background:url(../img/sitemap_circle.png) no-repeat left;	
	color:#666;
	float:left;
	line-height:150%;	
	font-size:13px;
	font-weight:bold;
	padding:10px 0 10px 20px;
	width:130px;	
}

.borderDiv dl dd {
	padding:10px 0 10px 0;
}

.sitemapUl li {
	background:url(../img/sitemap_arrow.png) no-repeat left;
	margin-right:20px;
	float:left;
	line-height:150%;
	padding-left:10px;
}
