@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  sitemap.css
 style info :  サイトマップのCSS
=================================================================== */



/*----------------------------------------------------------------------------------
		 								サイトマップ
------------------------------------------------------------------------------------*/

div#contents h4.sitemap_home {
	color:#B81C22;
	line-height: 1.5;
	padding: 0 3px 16px;
}

div#contents h4.sitemap_home a {
	color:#B81C22;
}

div#contents div.sitemap {
	background: url(/images/common/bg_path_bottom.gif) 0 0 no-repeat;
	clear: both;
	padding: 16px 3px;
}

div#contents div.sitemap:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents div.sitemap { display: inline-block; }
div#contents div.sitemap { display: block; }


div#contents div.sitemap h5 {
	float: left;
	width: 130px;
	margin-right: 13px;
	line-height: 1.5;
}

div#contents div.sitemap ul.sub {
	float: left;
	width: 400px;
	margin-top: -5px;
}

div#contents div.sitemap ul.sub li {
	margin: 5px 0 0 0;
	line-height: 1.5;
	padding-left: 12px;
	background: url(/images/sitemap/bg_arrow.gif) 0 center no-repeat;
}

div#contents div.sitemap ul.other {
	clear: both;
	zoom:1;
}

div#contents div.sitemap ul.other li {
	padding-top: 8px;
	line-height: 1.5;
}



div#sidebar ul.bottom_bnr {
	margin-top: -15px;
}





