@charset "Shift_JIS";



/* 090202 sitemap */
#main {
	float: none;
	width: 800px;
	margin:0;
	text-align:center;
}


h2{
	display: block;
	border-bottom: 1px solid #aaaaaa;
	margin:15px 0 10px;
	padding-bottom:5px;
	text-align:left;
}
h2 span{
	background:url(../img/bg_h2_1.gif) no-repeat 0 0.01em;
	font-weight:bold;
	font-size:72%;
	padding-left:15px;
	zoom:1;
}

#main table.sitemap {
	width: 800px;
	margin: 0 0 20px 0;
	_height: 100%;
	background-color: none;
	border-collapse: collapse;
}
#main table.sitemap tr td{
	background-color: #FFF;
	text-align:left;
	vertical-align:top;
}
#main table.sitemap td{
	font-size:84%;
	padding-left:30px;
}
#main table.sitemap td.title{
	font-size:84%;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:bottom;
}

#main table.sitemap td h3{
	font-size:100%;
	margin:10px 0 5px 10px;
}
#main table.sitemap td h4{
	font-size:100%;
	margin:10px 0 5px 10px;
	font-weight:normal;
}

#main table.sitemap td ul{
	list-style-type: none !important;
	margin-left:10px;
}
#main table.sitemap td ul li{
	line-height:1.3;
}
#main table.sitemap td p{
	margin-bottom:10px;
}


.ml10{
	margin-left:10px !important;
}
.ml20{
	margin-left:20px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt30{
	margin-top:30px !important;
}