@charset "UTF-8";

@import url("common.css");
@import url("structure.css");

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

 "sitemap" sitemap.html
 2008.9.10
 
 Color Cordination
 Key Color: #15252e(Dark Indigo)

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

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

 contents

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

#sitemap_aria{
	margin-top: 9px;
	float: left;
}

#contents div #left_aria{
	float: left;
	width: 300px;
	_width: 298px;
/*	border: 1px solid #FF0000;*/
}

#contents div #right_aria{
	float: left;
	width: 300px;
	_width: 298px;
	margin-left: 8px;
/*	border: 1px solid #0000FF;*/
}


#contents dl{
	float: left;
	width: 300px;
	_width: 298px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cfcfcf;
	margin-bottom: 6px;
}

#contents dt{
	float: left;
	width: 94px;
	background-image: url(../img/sitemap/sitemap_title_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: right;
	padding-right: 9px;
	font-size: 100%;
}

#contents dt.sitemaplist01{
	height: 29px;
	padding-top: 13px;
}

#contents dt.sitemaplist02{ height: 90px; padding-top: 110px; }

#contents dt.sitemaplist09{ height: 40px; padding-top: 90px; }

#contents dt.sitemaplist03{
	height: 47px;
	padding-top: 34px;
}

#contents dt.sitemaplist04{
	height: 46px;
	padding-top: 34px;
}

#contents dt.sitemaplist05{
	height: 250px;
	_height: 110px;
	padding-top: 89px;
}

#contents dt.sitemaplist06{
	height: 41px;
	padding-top: 23px;
}

#contents dt.sitemaplist07{
	height: 82px;
	padding-top: 82px;
}

#contents dt.sitemaplist08{
	height: 31px;
	padding-top: 15px;
}


#contents dd{
	float: left;
	width: 187px;
	_width: 185px;
	background-image: url(../img/sitemap/icon.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 7px;
	font-size: 100%;
	margin-left: 3px;
}

#contents ul{
	float: left;
	width: 173px;
	_width: 171px;
	margin-left: 7px;
	margin-top: 4px;
}

#contents li{
	float: left;
	width: 166px;
	_width: 164px;
	background-image: url(../img/sitemap/icon.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 7px;
	list-style-type: none;
/*	font-size: 84%;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#contents ol{
	float: left;
	width: 300px;
	_width: 298px;
	height: 342px;
	background-image: url(../img/sitemap/sitemap_title_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cfcfcf;
	margin: 0px;
	padding: 0px;
}

#contents li.etc_list{
	float: left;
	width: 88px;
	_width: 86px;
	text-align: right;
	padding-right: 9px;
	font-size: 100%;
	background-image: none;
	margin-right: 200px;
	_margin-right: 100px;
	margin-bottom: 6px;
}


/* 基本のリンク （固定）*/
#contents div #left_aria a,
#contents div #left_aria a:link,
#contents div #left_aria a:visited,
#contents div #left_aria a:active{
color:#666666;text-decoration:underline;
}

#contents div #left_aria a:hover {
color:#666666;text-decoration:none
}

