@charset "UTF-8";


/***********************************************/ 
/*main*/
/***********************************************/ 

#sitemap-box {
	margin: 0 50px 0 0;
}
#sitemap-box li {
	margin: 6px 0 0 20px;
	background: url(../img/link_style_red.gif) no-repeat 0 0.1em;
	padding: 0 0 5px 16px;
	border-bottom: 1px dashed #CCCCCC;
}

#sitemap-box ul {
	margin: 8px 0 0 0;
}

#sitemap-box ul li {
	border-bottom: 1px dotted #CCCCCC;
	margin: 4px 0 0 0;
}

#sitemap-box ul li.end {
	border-bottom: none;
}
