@charset "utf-8";
/************
* Main Navi *
************/
.navi_element_no {
	float: left;
	font-size: 13px;
	height: 23px;
	width: 103px;
	padding-top:10px;
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	margin-left: 7px;
	background-color: #e3e1dc;
	border-right: 2px solid #87806e;
		z-index: 3;
	}

.navi_element_no a {
	color: #000000;
	text-decoration: none;
}

.navi_element_no a:hover {
	color: #a88722;
	text-decoration: none;
}

.navi_element_act {
	float: left;
	height: 23px;
	font-size: 13px;
	width: 103px;
	padding-top:10px;
	font-weight: bold;
	background-color: #e3e1dc;
	color: #000000;
	margin-left: 7px;
	margin-top: 1px;
	font-style: italic;
	border-right: 2px solid #87806e;
		z-index: 3;
}

.navi_element_act a {
	color: #a88722;
	text-decoration: none;
}

.navi_element_act a:hover {
	color: #000000;
	text-decoration: none;
}

/************
* SUB Navi *
************/
.subnavi_element_no {
	float: left;
	font-size: 13px;
	height: 23px;
	width: 103px;
	padding-top:10px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	background-color: #e3e1dc;
		z-index: 3;
	}

.subnavi_element_no a {
	color: #000000;
	text-decoration: none;
}

.subnavi_element_no a:hover {
	color: #a88722;
	text-decoration: none;
}

.subnavi_element_act {
	float: left;
	font-size: 13px;
	height: 23px;
	width: 103px;
	padding-top:10px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	background-color: #e3e1dc;
		z-index: 3;
}

.subnavi_element_act a {
	color: #a88722;
	text-decoration: none;
}

.subnavi_element_act a:hover {
	color: #000000;
	text-decoration: none;
}
