@charset "utf-8";

.main .section ul{
	float:right;
	font-size:84%;
}
.main .section ul li{
	float:left;
	padding:0 6px 0 6px;
	border-left:1px solid #CCC;
}
.main .section ul li.onborder{
	border:none;
}

/* --------------------- */
.main .section table{
	width:100%;
}
.main .section table th{
	font-weight:bold;
	font-size:93%;
}
.main .section table th span{
	font-size:93%;
	font-weight:normal;
}
.main .section table td{
	height:40px;
	text-align:center;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:93%;
}
.main .section table th.ttl{
	width:625px;
	padding:3px 0 3px 5px;
	text-align:left;
	color:#FFF;
	background:#333333;
	border-bottom:1px solid #FFF;
}
.main .section table th.ttl_x{
	padding:5px 0 5px 0;
	text-align:center;
	color:#FFF;
	background:#666666;
}
.main .section table th.ttl_y{
	padding:3px 5px 3px 5px;
	
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#F5F5F5;
}

/* border */
.main .section table .border_fff{
	border-right:1px solid #FFF;
}
.main .section table .border_ccc{
	border-left:1px solid #CCC;
}

.main .section p{
	padding:3px 3px 0 3px;
	font-size:93%;
	text-indent:-1em;
	margin:0 0 0 1em;
}
body.contents div.container div.content div.sub-navi dl.local-navi {
	margin-bottom:8px;
}