@charset "utf-8";

/*
Sitemap CSS
*/

h2 {
	width: 830px;
	height: 160px;
	background-image: url(/img/h2_sitemap.jpg);
	overflow: hidden;
	text-indent: -9999px;
}

#contents ul {
	list-style-type: none;
	margin: 0 0 20px 30px;
}
#contents ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
#contents ul li a {
	font-size: 90%;
	font-weight: bold;
}
#contents ul li ul li {
	margin-bottom: 0px;
	border-bottom: none;
}
#contents ul li ul li a {
	background: url(/img/arrow_r.gif) left no-repeat;
	padding-left: 16px;
	font-size: 90%;
	font-weight: normal;
	color: #666;
}
#contents ul li ul li a:hover {
}


