@charset "shift_jis";

/*サイトマップページのCSS
--------------------------------------------------------------*/

#sitemap_f {
	float: left;
	display: inline;
	width: 220px;
	height: auto;
	margin-left: 60px;
	margin-top: 20px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999;
	margin-bottom: 50px;
	padding-right: 40px;
}
#sitemap_k {
	float: left;
	display: inline;
	width: 240px;
	height: auto;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 50px;
}
#sitemap_f li,#sitemap_k li {
	list-style-type: none;
	margin-bottom: 1em;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	text-indent: 20px;
}
#sitemap_f li.midashi,#sitemap_k li.midashi {
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #880000;
	margin-top: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-indent: 0px;
	color: #000066;
}
#sitemap_f li a,#sitemap_k li a {
	color: #000066;
	text-decoration: none;
}
#sitemap_f li a:visited,#sitemap_k li a:visited {
	color: #000066;
}
#sitemap_f li a:hover,#sitemap_k li a:hover {
	color: #880000;
	text-decoration: underline;
}