@import url("../css/base.css");
@import url("../css/resizer.css");

/*共通*/

#side_navi .title {
	background-image: url(../sitemap/images/ti.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: none;
	height: 53px;
	width: 200px;
	padding-bottom: 15px;
}

/*サイトマップ*/

#table_sitemap {
	
	clear: both;
	float: none;
	height: auto;
}

#table_sitemap td {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	vertical-align: top;
	color: #333;
}

.sitemap_line1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2C8;
	width: 670px;	
}

.sitemap_line2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2C8;
	padding-right: 15px;
	white-space: nowrap;
}

#table_sitemap td p {
	color: #666;
}

.color_gray {
	color: #999;
	margin-right: 3px;
}