.navi_no {
	width: 100%;
	border-bottom: solid 1px #f9f4df;
	padding-top: 5px;
}
.navi_no_icon {
	padding-top: 5px;
	//padding-top: 5px;
	_padding-top: 2px;
	float: left;
	width: 14px;
	height: 10px;
	margin-left:40px;
	//margin-left:40px;
	_margin-left:20px;
	background-image: url(../images/menu-no.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.navi_no_link {
	float: left;
	width: 215px;
	padding-bottom: 5px;
	font-size: 12px;
}

.navi_no_link a {
	text-decoration: none;
	color: #81492c;
	display: block;
}

.navi_no_link a:hover {
	text-decoration: none;
	color: #81492c;
	font-weight: bold;
}

.navi_act {
	width: 100%;
	border-bottom: solid 1px #f9f4df;
	padding-top: 5px;
	background-color: #e9da9b;
}

.navi_act_icon {
	padding-top: 5px;
	//padding-top: 5px;
	_padding-top: 2px;
	float: left;
	width: 14px;
	height: 10px;
	margin-left:40px;
	//margin-left:40px;
	_margin-left:20px;
	background-image: url(../images/menu-act.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.navi_act_link {
	float: left;
	width: 215px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.navi_act_link a {
	text-decoration: none;
	color: #81492c;
	display: block;
}
.navi_act_link a:hover {
	text-decoration: none;
	color: #81492c;
}

.sub_navi_no{
	margin-top: 2px;
	margin-left: 10px;
	font-size: 11px;
}
.sub_navi_act{
	margin-top: 2px;
	margin-left: 10px;
	font-size: 11px;
}
.sub_navi_act a{
	text-decoration: none;
	color: #81492c;
	display: block;
}

.sub_navi_act a:hover {
	text-decoration: none;
	color: #81492c;
}

.sub_navi_no a{
	text-decoration: none;
	color: #81492c;
	display: block;
	font-weight: normal;
}
.sub_navi_no a:hover{
	text-decoration: none;
	color: #81492c;
}