@charset "Shift_JIS";

/*--------------------------------------------------------------------
sitemap.html
sitemap.css
--------------------------------------------------------------------*/
div#Title {
	width: 900px;
	height: 55px;
	margin: 0 0 20px 0;
	background: url(../../img/sitemap/title.jpg) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}

/**/
div#Main h3 {
	height: 40px;
	background: url(../../img/sitemap/sub_t01.gif) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}

div#Main table {
	width: 650px;
	margin: 15px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 30%;
	padding: 5px 0;
	border: 0 none;
	background: url(../../img/sitemap/line.gif) repeat-x left 1em;
	text-align: left;
	vertical-align: top;
	font-size: 110%;
	font-weight: bold;
}

div#Main table tr th.Space {
	padding-bottom: 20px;
}

div#Main table tr th a {
	padding: 0 0.5em 0 15px;
	background: #fff url(../../img/sitemap/arrow.gif) no-repeat left center;
	text-decoration: none;
	color: #79ae00;
}

div#Main table tr th a:hover {
	text-decoration: underline;
}

div#Main table tr th ul {
	list-style: none;
	margin: 5px 0 0 20px;
	padding: 0 0 0 5px;
	border-left: 3px solid #79ae00;
}

div#Main table tr th ul li a {
	background: none;
	padding: 0;
}

div#Main table tr th ul li a:hover {
	text-decoration: underline;
}

div#Main table tr td {
	width: 70%;
	padding: 5px;
	border: 0 none;
	text-align: left;
	vertical-align: top;
}


/*ƒTƒCƒh*/
div#Side h2 {
	height: 40px;
	background: url(../../img/menu_t.jpg) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}