@charset "utf-8";
/* CSS Document */

.navi_element_no {
}

.navi_element_no_link {
	float: left;
	width: 170px;
	font-weight: bold;
	background-image: url(../images/no_menu.jpg);
	background-repeat: no-repeat;
}

.navi_element_no_link a {
	text-decoration: none;
	color: #00609c;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navi_element_no_link a:hover {
	text-decoration: none;
	color: #646567;
}

.navi_element_act {
}

.navi_element_act_link {
	float: left;
	width: 170px;
	font-weight: bold;
	background-image: url(../images/act_menu.jpg);
	background-repeat: no-repeat;
}

.navi_element_act_link a {
	text-decoration: none;
	color: #646567;
	display: block;
	_display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navi_element_act_link a:hover {
	text-decoration: none;
	color: #00609c;
}
.subnavi_wrap{
}
.sub_navi_no {
	width: 110px;
	font-size: 11px;
	margin-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sub_navi_no a{
	color: #00609c;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sub_navi_no a:hover{
	color: #646567;
}

.sub_navi_act {
	width: 110px;
	font-size: 11px;
	margin-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sub_navi_act a{
	color: #646567;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sub_navi_act a:hover{
	color: #646567;
}