@charset "utf-8";	

/*==============================	
	((CSS INDEX))

	CSS for Top Page
	
==============================*/	
ul.sitemap{
	width: 625px;
	border-top:dashed 1px #999;
	margin: 25px 0 0 0;
}

ul.sitemap li{
	padding: 8px 8px 8px 12px;
	border-bottom:dashed 1px #999;
	line-height:120%;
	background:url(../common/arw_br.gif) no-repeat 10px 11px;
}

ul.sitemap-s{
	width: 550px;
	border-top:none;
	margin: 5px 0 0 0;
	background: url(../site/images/sitemap/img_line.gif) left top no-repeat;
}

ul.sitemap-s li{
	padding: 8px 8px 8px 20px;
	border-bottom:none;
	line-height:120%;
	background:url(../common/arw_br.gif) no-repeat 10px 11px;
	float: left;
	display: inline;
}

ul.sitemap-s li.first {
	margin: 0 0 0 30px;
}
