@charset "utf-8";
/* CSS Document */


#leftside {
/*
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	background:none;
	*/
	height:350px;
}
/*
#mainarea {
	background:none;
}
*/
.honbun {
	width:670px;
	margin:0px;
	border-left:3px solid #2d84d2;
}

table.sitemap {
	border-collapse:collapse;
	margin-bottom:10px;
	line-height:1.4em;
}

table.sitemap th, table.sitemap_bottom th {
	width:160px;
	padding:7px 10px;
	vertical-align:top;
	background-color:#2d84d2;
	font-size:1.4em;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:5px;
}


.table_midashi {
	padding:4px 10px;
	background-color:#666;
	font-size:1.3em;
	margin-bottom:5px;
	font-weight:bold;
	color:#FFFFFF;
}

.child {
	width:250px;
	padding:7px 10px;
	vertical-align:top;
	background-color:#e5e5e5;
	font-size:1.3em;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}


.son{
	width:190px;
	padding:7px 10px;
	vertical-align:top;
	background-color:#f0f0f0;
	font-size:1.3em;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}

table.sitemap_bottom {
	border-collapse:collapse;
	line-height:1.4em;
	margin-bottom:none;
}