@charset "UTF-8";

/*========================================

	sitemap.css
	
========================================*/

@import "common.css";
@import "base.css";


.sitemap {
	margin: 0 auto;
}

.sitemap-box {
	width:100%;
	margin: 0 auto;
	padding: 0;
	*padding: 0 0 3px 0;
	clear: both;
}

.sitemap-box h2 {
	width: 187px;
	margin: 7px 0;
	padding: 0 5px 0 8px;
	float: left;
	background: #FFFFFF;
	background: url(../img/sitemap/icon_sikaku.gif) 0 6px no-repeat;
	_background: url(../img/sitemap/icon_sikaku.gif) 0 5px no-repeat;
}

.font_b { font-weight: bold; }

.sitemap-box dl {
	width: 335px;
	margin: 0;
	padding: 8px 0px 8px 5px;
	float: right;
}

.sitemap-box dt {
	padding: 8px 0 8px 10px;
	background: url(../img/sitemap/icon_arrow.gif) 2px 9px no-repeat;
}

.sitemap-line {
	border-bottom: #DDDDDD solid 1px;
}

.sitemap-box:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* For Except Mac IE \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

/* △ここまではclearfix基本セット。あとは任意で */

/* For Mac IE Only \*//*/
.clearfix { overflow: hidden; }
/* */

/*	for Dreamweaver
.clearfix{ overflow: hidden; }
*/

