@charset "UTF-8";

/*--------------------------------------------------------------------
sitemap.html
sitemap.css
--------------------------------------------------------------------*/


/*------------Titleのスタイル---------------------------------------------------------------*/
div#Title { background-image: url(../../img/sitemap/title.png); }

/*-----------Sitemapのスタイル---------------------------------------------------------------*/
div#Sitemap table {
	width: 100%;
	border-collapse: collapse;
}
div#Sitemap table tr th {
	width: 35%;
	padding-bottom: 50px;
	background: url(../../img/sitemap/line.gif) repeat-x left 0.7em;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}
div#Sitemap table tr th a {
	padding-left: 12px;
	padding-right: 0.5em;
	background-color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../../img/side_arrow.png);
	color: #237300;
}
div#Sitemap table tr th ul {
	list-style: none;
	margin-left: 1.5em;
}
div#Sitemap table tr th ul li a { background-image: url(../../img/sitemap/arrow01.gif); }
div#Sitemap table tr th ul li ul li a { background-image: url(../../img/sitemap/arrow02.gif); }
div#Sitemap table tr td {
	width: auto;
	padding-bottom: 50px;
	padding-left: 0.5em;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}