@charset "utf-8";

@import URL("../common/css/reset.css");
@import URL("../common/css/base.css");

/* -----------------------------------------------------------------
Title: sitemap.css
Created: 2010-04-016
Last Modified: 2010-04-16
------------------------------------------------------------------ */

/*  
------------------------------------------------------------------ */
body#sitemap #main dl{
	width:512px;
}

body#sitemap #main dl dd{
	width:300px;
	margin-left:20px;
	margin-bottom:3px;
}

body#sitemap #main dl dd.in1{
	margin-left:40px;
}

body#sitemap #main dl dt{
	border-left:#E75297 3px solid;
	border-bottom:#CCC dotted 1px;
	font-size:1.2em;
	padding-left:8px;
	margin-bottom:10px;
	margin-top:10px;
}

body#sitemap #main dl dd a{
	background:url(../common/images/navSubIco.gif) no-repeat left center;
	padding-left:15px;
}



