@charset "Shift_JIS";

/*--------------------------------------------------------------------
sitemap.html	サイトマップ
sitemap.css
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------サイトマップ 共通*/
div#Sitemap h2 { background-image: url(../../img/sitemap/title.jpg); }
div#Sitemap table {
	width: 630px;
	margin: 15px auto 0;
	border-collapse: collapse;
}
div#Sitemap table tr th {
	width: 40%;
	padding-bottom: 30px;
	background: url(../../img/sitemap/line.gif) repeat-x left 0.7em;
	text-align: left;
	vertical-align: top;
}
div#Sitemap table tr th a {
	padding-left: 12px;
	padding-right: 0.5em;
	background: #fff url(../../img/sitemap/arrow01.gif) no-repeat left center;
	font-weight: bold;
}
div#Sitemap table tr th ul {
	list-style: none;
	margin-left: 15px;
}
div#Sitemap table tr th ul li { margin: 0.2em 0; }
div#Sitemap table tr th ul li a { background: #fff url(../../img/sitemap/arrow02.gif) no-repeat left center; }
div#Sitemap table tr th ul li ul li a { background: #fff url(../../img/sitemap/arrow03.gif) no-repeat left center; }
div#Sitemap table tr td {
	width: auto;
	padding-bottom: 30px;
	padding-left: 0.5em;
	text-align: left;
	vertical-align: top;
}