@charset "shift_jis";
/*###################################################################### 
CssName Fsitemap.css
XV    F2009/01/20 Ver1.0
######################################################################*/

.sitemap #path_title {
	background:#969696 url(/img/title_l.gif) 10px center no-repeat;
	margin-bottom:15px;
	padding:3px 5px 3px 30px;
	font-size:120%;
	font-weight:bold;
	color:#fff;
	line-height:1.4;
	border-bottom:1px solid #5f5f5f;
}

.sitemap .contents {
	width:625px;
	margin:0 10px 25px;
}

.sitemap .content {
	margin-bottom:30px;
}

.sitemap .left {
	float:left;
	width:300px !important;
	width:320px;
	padding-right:20px;
	border-right:1px solid #ccc;
}

.sitemap .right {
	float:right;
	width:280px;
}

.sitemap h2 {
	background:#fff url(/sitemap/img/icon_line.gif) repeat-y;
	padding:1px 5px 1px 15px;
	font-size:120%;
	margin:0 0 10px;
	border-bottom:1px solid #003399;
	color:#404040;
}

.sitemap h2.btn {
	border-top:1px solid #ccc;
	border-right:2px solid #ddd;
	border-bottom:3px solid #ddd;
	border-left:1px solid #ccc;
	padding:3px 5px 3px 15px;
}

.sitemap li {
	background: url(/img/icon_arrow_01.gif) 0 5px no-repeat;
	padding:1px 0 1px 10px;
	margin-left:5px;
}

.sitemap .sub {
	background: url(/sitemap/img/icon_keisen1.gif) 0 5px no-repeat;
	padding:1px 0 1px 10px;
	margin-left:15px;
}

