@import url("part.css");
@import url("base.css");
@charset "UTF-8";
/* CSS Document */

/*-----------------------ナビ-------------------*/

#slide {
	position:absolute;
	top:1px;
	height:40px;
	background: url(../common/slider-trans.png);
	z-index:10;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	/*---IE8用の指定-----*/
	-pie-border-radius: 5px;
	behavior: url(PIE-1/PIE.htc);/*---スクリプトのパス-----*/
	/*---ここまで-----*/
	clear: both;
}

#sitemap_h1 {
	margin-bottom: 20px;
	background: url(../sitemap/sitemap_h1-trans.png) no-repeat;
	width: 133px;
	height: 35px;
	text-indent: -10000px;
}
table {
	border: none;
	width: 100%;
	font-size: 100%;
	margin-top: 30px;
}
* html table {
	border: none;
	width: 650px;
	font-size: 100%;
	margin-top: 30px;
	float: left;
}
th {
	width: 30%;
	background: url(../common/black_bg-trans.png);
	font-weight: normal;
	text-align: left;
	padding: 10px 10px 10px 0;
}
td {
	width: auto;
	border-bottom: 1px dotted #ae9d7c;
	font-weight: normal;
	text-align: left;
	padding: 10px;
}
.td_list {
	width: 30%;
	background: url(../common/black_bg-trans.png);
}
.td_list a {
	text-decoration: underline;
	display: block;
}