@charset "utf-8";

/*--------------------------------------
	sitemap
---------------------------------------
last update: 2009.09.29
---------------------------------------*/

#contents .sitemap {
	clar: both;
	overflow: hidden;
	width: 880px;
	padding: 0;
	text-align: left;
}

#contents .sitemap p.topLink {
	margin: 30px 0 0 0;
	font-size: 12px;
	line-height: 1.8;
	font-weight: bold;
}

#contents .sitemap div.clearfix {
	width: 920px;
	margin: 22px -80px 0 0;
}

#contents .sitemap dl {
	float: left;
	width: 420px;
	margin: 0 40px 0 0;
	padding: 20px 0 0 0;
	border-top: solid 1px #DDDDDD;
}

#contents .sitemap dt {
	color: #002B69;
	font-size: 12px;
	line-height: 1.8;
	font-weight: bold;
}

#contents .sitemap dd {
	margin: 0;

}

#contents .sitemap dd ul {
	margin: 0;
	padding: 0;
}

#contents .sitemap dd li {
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	background: url(../images/sitemap_arw01.gif) no-repeat left center;
	list-style: none;
	font-size: 12px;
	line-height: 1.8;
}

#contents .sitemap dd li.in {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background: url(../images/sitemap_arw02.gif) no-repeat left center;
}

#contents .sitemap ul.others {
	float: left;
	width: 420px;
	margin: 0 40px 0 0;
	padding: 20px 0 0 0;
	border-top: solid 1px #DDDDDD;
}

#contents .sitemap ul.others li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	list-style: none;
	font-size: 12px;
	line-height: 1.8;
	font-weight: bold;
}

