@charset "utf-8";
.subnavi_navi {
	position:absolute;
	padding:5px;
	display:block;
	top: 53px;
	margin-left:40px;
	width:120px;
	//top: 33px;
	//margin-left:-130px;
	z-index:50;
	background-color: #ffffff;
	//background-color: #d8cdbd;
	text-align:left;
}

.subnavi_navi_no {
	font-size:12px;
	text-transform:none;
	font-weight: bold;
	padding:3px;
	font-weight: normal;
}

.subnavi_navi_no a{
	font-size:12px;
	text-transform:none;
}

.subnavi_navi_no a:hover{
	text-transform:none;
}

.subnavi_navi_act {
	font-size:12px;
	text-transform:none;
	padding:3px;
	text-align:left;
}
.subnavi_navi_act a{
	font-size:12px;
	text-transform:none;
}

.subnavi_navi_act a:hover{
	text-transform:none;
}
/************
* Main Navi *
************/

.navi_no {
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	width:236px;
	height:30px;
	padding-top:10px;
	background-image: url(../images/hg_navi_off.gif);
	background-repeat: no-repeat;
	float:left
	text-align:left;
}

.navi_no a {
	color: #ffffff;
	text-decoration: none;
}

.navi_no a:hover {
	color: #000000;
	text-decoration: none;
}

.navi_act {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	padding-top:10px;
	height:30px;
	width:238px;
	background-image: url(../images/hg_navi_on.gif);
	background-repeat: no-repeat;
}

.navi_act a {
	color: #000000;
	text-decoration: none;
}

.navi_act a:hover {
	color: #ffffff;
	text-decoration: none;
}


/************
* META Navi *
************/

#metanavi {
	color: #684722;
	font-size: 10px;
	
}

#metanavi a {
	color: #684722;
	text-decoration: none;
}

#metanavi a:hover {
	color: #000000;
	text-decoration: none;
}