@charset "utf-8";
/* NAVI */
.no{
	float: left;
	margin-left: 2px;
}
.no a{
	text-decoration: none;
	color: #4e4445;
	display: block;
	font-weight: bold;
	background-color: #fff4ca;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
}
.no a:hover{
	text-decoration: none;
	color: #4e4445;
	display: block;
	font-weight: bold;
	background-color: #ffe26d;
}
.act{
	float: left;
	margin-left: 2px;
}
.act a{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #4e4445;
	display: block;
	font-weight: bold;
	background-color: #ffe26d;
	font-size: 12px;
	text-transform: uppercase;
}
.act a:hover{
	text-decoration: none;
	color: #4e4445;
	display: block;
	font-weight: bold;
	background-color: #ffe26d;
}



.navi_element_no {
	width: 200px;
}

.navi_element_no_link {
	width: 200px;
	float: left;
	border-bottom: solid 1px #9c9ba0;
}

.navi_element_no_link a {
	text-decoration: none;
	color: #9c9ba0;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

.navi_element_no_link a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-color: #73b0cf;
	font-weight: bold;
}

.navi_element_act {
	width: 200px;
	
}
.navi_element_act_link {
	width: 200px;
	float: left;
	border-bottom: solid 1px #9c9ba0;
}

.navi_element_act_link a {	
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-color: #73b0cf;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

.navi_element_act_link a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-color: #73b0cf;
	font-weight: bold;
}


.sub_navi_no { color: black; background-color: white; }
.sub_navi_no_link { color: black; background-color: white; float: left; width: 100%; border-top: 1px solid #ffffff; }

.sub_navi_no_link a{ margin: 0; padding: 3px 25px 3px 0; color: black; display: block; text-decoration: none; font-size: 10px; background-color: white; }
.sub_navi_no_link a:hover{
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 25px;
	color: #4e4445;
	background-color: #aebfd3;
}

.sub_navi_act {	
	background-color: #aebfd3;
}
.sub_navi_act_link{
	background-color: #aebfd3;
	float: left;
	width: 100%;
	border-top: solid 1px #ffffff;
}

.sub_navi_act_link a{
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 25px;
	color: #4e4445;
	display: block;
	text-decoration: none;
	background-color: #aebfd3;
	font-size: 10px;
}

.sub_navi_act_link a:hover{
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 25px;
	color: #4e4445;
	background-color: #aebfd3;
}

