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

/**** サイトマップ ****/

#h2_sitemap{
	background: url(../images/sitemap_main.jpg) right no-repeat;
}


.sitemap_list{
	width: 545px;
	margin-bottom: 5px;
	border-top: 1px dashed;
}


.sitemap_list li{
	margin: 5px 0 0 25px;
	list-style: url(../../common_images/under/triangle_listimg.gif) square;
}


