@charset "utf-8";

/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :yourName (admin)
 style info :indexページ用CSS
=================================================================== */

/* default style - リセット初期設定
----------------------------------------------------------- */
@import url("import.css");


/* -----------------------------------------------------------
	.sitemap
----------------------------------------------------------- */
.sitemap h3 {
	background: url(../img/share/icn-yellowring.gif) no-repeat 0 0;
	border-bottom: none!important;
	height: 14px; line-height: 14px;
	margin: 0!important; padding: 0 0 0 22px!important;
}
.sitemap table {
	background: url(../img/share/navi/line-dashed.gif) repeat-x left top;
	width: 677px;
	margin: 0 0 30px;
}
.sitemap table tr {
	background: url(../img/share/navi/line-dashed.gif) repeat-x left bottom;
}
.sitemap table th {
	width: 200px;
	padding: 25px 0;
	vertical-align: top;
}
.sitemap table td {
	padding: 25px 0;
	vertical-align: top;
}
.sitemap table ul {
	margin-bottom: 0!important;
}
.sitemap table ul li {
	float: left;
	background: url(../img/sitemap/icn-arrow.gif) no-repeat left center;
	width: 130px;
	padding: 0 0 0 20px;
}
.sitemap table ul li.upper {
	margin-bottom: 1em!important;
}
.sitemap table ul li.otherType {
	width: auto;
}
.clear {
	clear: both;
}



