@charset "utf-8";

/* ------------------------------------------------------------

	sitemap style

------------------------------------------------------------ */

/* ----------head---------- */

#sitemap h2 {
	margin-bottom: 2em;
}


/* ----------link---------- */

dl#list_sitemap {
	font-size: 1em;
}

dl#list_sitemap dt {
	margin-bottom: 1em;
	font-size: 0.875em;
}

dl#list_sitemap dt a,
dl#list_sitemap dt .no-link {
	display: block;
	background-color: #8CB2D9;
	margin-bottom: 1px;
	padding: 0.5em 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

dl#list_sitemap dt a:hover {
	text-decoration: underline;
}

dl#list_sitemap dd {
	margin-bottom: 2em;
}


ul.list_link {
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: 12px;
	font-size: 0.875em;
	font-weight: bold;
}

ul.list_link li {
	margin-bottom: 0.5em;
	margin-left: 0;
}

ul.list_link li a {
	background: url(../images/sitemap_icon_arrow.gif) no-repeat left 0.1em;
	padding-left: 20px;
}


ul.list_link2 {
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 0.857em;
	font-weight: normal;
}

ul.list_link2 li {
	margin-bottom: 0.5em;
	margin-left: 0;
}

ul.list_link2 li a {
	background: url(../images/sitemap_icon_arrow.gif) no-repeat left 0.1em;
	padding-left: 20px;
}
