@charset "utf-8";

/* sitemap settings */
h2 {
	width:690px;
	margin:15px auto 30px;
}


#areaSitemap {
	width:670px;
	margin:0 auto;
}


#areaSitemap ul {
	width:400px;
	margin:0 10px 20px;
	list-style:none;
}


#areaSitemap ul li {
	padding:0 0 0 12px;
	background:url(../../images/sitemap/list_arrow.gif) no-repeat 0 3px;
}



#areaSitemap ul a, #areaSitemap ul a:link, #areaSitemap ul a:visited {
	color:#390;
	text-decoration:none;
}


#areaSitemap ul a:hover, #areaSitemap ul a:active {
	color:#6C0;
	text-decoration:underline;
}


.areaCategory {
	width:650px;
	padding:10px 10px 20px;
	border-top:dotted 1px #CCC;
}


.areaCategory h3 {
	font-size:14px;
	padding:0 0 0 20px;
	background:url(../../images/sitemap/arrow_h3.gif) no-repeat 0 3px;
	width:180px;
	float:left;
}


h3 a, h3 a:link, #h3 a:visited {
	color:#666;
	text-decoration:none;
}


h3 a:hover, h3 a:active {
	color:#AAA;
	text-decoration:underline;
}


.areaSubCategory {
	width:440px;
	float:right;
}

.areaSubCategory h4 {
	padding:0 5px 5px;
	border-bottom:dotted 1px #CCC;
	margin:0 0 10px;
}

