@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/11/29
	Last Modified: 2008/11/29
	Version: 1.0
 --------------------------------------------------- */

/* sitemap
====================================================================================*/
h2 {
	background:url(../image/common/h2_sitemap.jpg) no-repeat;
	height:45px;
	text-indent:-9999px;
	margin-bottom:10px;
	}
	
h4{
	border-left:4px solid #bb284c;
	margin-bottom:10px;
	display:block;
	padding-left:7px;
	text-indent:10px;
	color:#000;
	font-weight:bold;
	}

ul.sitemap {
	margin-left:20px;
	margin-bottom:20px;
	line-height:200%;
	background:url(../image/sitemap/tree_bg.gif) repeat-y 0 10px;
	}

ul.sitemap li {
	padding: 0px 10px 0px 20px;
	background: url(../image/sitemap/tree.gif) no-repeat 0 6px;
}

ul.sitemap li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

ul.sitemap li.end {background: url(../image/sitemap/tree_end.gif) no-repeat 0 6px;}
