@charset "utf-8";

/* sitemap settings */


#sitemap_subtitle {
	background:url(../images/sitemap_title.jpg) top left no-repeat;
	width:800px;
	height:50px;
	margin-bottom:20px;
}

#sitemap_list {
	position:relative;
	width:758px;
	border:1px solid #CCC;
	background-color:#F6F6F6;
	padding:20px 20px 10px 20px;
	_padding-top:30px;
	_padding-bottom:20px;
}

*:first-child+html #sitemap_list {
	padding-top:30px;
	padding-bottom:20px;
}

div.sitemap_text {
	padding:15px;
	padding-top:0;
	line-height:150%;
	font-size:14px;
}

ul.page_group {
	margin-bottom:10px;
}

ul.page_group li.group_title {
	font-weight:bold;
	margin:5px 0;
	margin-left:2em;
	list-style-type: disc;
	list-style-image: url(../images/sitemap_head.gif);
	list-style-position: outside;
	border-bottom:1px dotted #AAA;
	padding-bottom:5px;
}

ul.page_group li.group_title:before {
	 display: marker;
	 marker-offset: 3em ;
}

ul.page_group li.group_title a{
	color:#666;
}

ul.page_group li.group_title a:hover{
	text-decoration:underline;
	color:#669;
}

li.page {
	margin-left:4em;
	_margin-left:2em;
	float:left;
	white-space:nowrap;
}

li.page_case {
	margin-left:4em;
}

li.page a {
	color:#666;
	text-decoration:none;
	display:inline;
}


li.page_case a {
	color:#666;
	text-decoration:none;
}

li.page a:hover, li.page_case a:hover {
	text-decoration:underline;
	color:#669;
}






