@charset "utf-8";

/* ローカルナビゲーション */

.voc_lnavi {
	margin: 20px 0 20px 20px;
}

.voc_lnavi p {
	font-size: 120%;
	font-weight: bold;
	color: #050;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #050;
	width: 310px;
}	

.voc_lnavi ul {
	list-style: none;
	margin-left: 0;
}

.voc_lnavi ul li {
	float: left;
}

.voc_lnavi ul li.type01 a {
	display: block;
	width: 98px;
	height: 33px;
	background-color: #d8e8b8;
	border: 1px solid #006600;
	text-align: center;
	font-size: 90%;
	_font-size: 85%;
	line-height: 1.4;
	padding-top: 7px;
	margin-right: 5px;
	font-weight: bold;
	color: #004406;
}

.voc_lnavi ul li.type01 a:hover {
	border-bottom: 3px solid #050;
	height: 31px;
}

.voc_lnavi ul li.type01 a span {
	font-size: 70%;
	_font-size: 75%;
	font-weight: normal;
}

.voc_lnavi ul li.type02 a {
	display: block;
	width: 98px;
	height: 37px;
	background-color: #d8e8b8;
	border: 1px solid #006600;
	text-align: center;
	font-size: 90%;
	_font-size: 85%;
	line-height: 1.4;
	padding-top: 3px;
	margin-right: 15px;
	font-weight: bold;
	color: #004406;
}

.voc_lnavi ul li.type02 a:hover {
	border-bottom: 3px solid #050;
	height: 35px;
}

.voc_lnavi ul li.type02 a span {
	font-size: 70%;
	_font-size: 73%;
	font-weight: normal;
}

.voc_lnavi ul li.type03 a {
	display: block;
	width: 98px;
	height: 28px;
	background-color: #d8e8b8;
	border: 1px solid #006600;
	text-align: center;
	font-size: 90%;
	_font-size: 85%;
	line-height: 1.4;
	padding-top: 12px;
	margin-right: 5px;
	font-weight: bold;
	color: #004406;
}

.voc_lnavi ul li.type03 a:hover {
	border-bottom: 3px solid #050;
	height: 26px;
}

#lnavi ul {
	margin-left: 0;
}

/* 見出し */

div#ContentsInner h4{
	font-size: 120%;
	font-weight: bold;
	border: none;
	line-height: 1.5;
	}
	
/*キャプション*/

div#ContentsInner p.capR{
	font-size: 80%;
	text-align: right;
	}	
	
/*テーブル*/

.table01 {
	width: 100%;
	border-collapse: collapse;
}

.table01 th,.table01 td {
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.table01 .lv00 {
	background-color: #d4e6f8;
	text-align: center !important;
}

.table01 .lv01 {
	text-align: left;
}

.table01 .lv02 {
	text-align: center !important;
}

/*ワク*/

div#ContentsInner p.waku{
	border: 1px solid #8FAE48;
	padding: 10px;
	}		
	
/*画像*/

div#ContentsInner .img{
	text-align: center;
	margin: 0 0 1em;
	}	





