@charset "utf-8";
/*
=========================================

サイトマップ用定義

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

/* import
---------------------------------------------------------------------------- */
@import "../../css/default.css";
@import "../../css/shared_class.css";
@import "../../css/header.css";
@import "../../css/footer.css";
@import "../../css/pankuzu.css";


/* 
---------------------------------------------------------------------------- */
ul.sitemap_List {
	margin: 0 20px 40px 20px;
}
ul.sitemap_List li {
	float: left;
	background-image: url(../../img/common/ttl_mark1-wt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 20px;
	padding-left: 18px;
}

.sitemapTbl {
	margin: 0 20px 40px 20px;
}
.sitemapTbl th ,
.sitemapTbl td {
	line-height: 1.5;
	vertical-align: top;
	padding: 0 10px 10px 0;
}
.sitemapTbl   th , .sitemapTbl td {
	padding-left: 15px;
	background-image: url(../../img/common/ttl_mark1-wt.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}
.sitemap td {
}

