.topmenunavi {
	text-align: center;
	display: block;
	width: 125px;
	float: right;
	overflow: hidden;
	position: static;
	color: #7b7c7e;
	font-size: 12px;
	text-decoration: none;
}

.topmenunavi:active {
	text-align: center;
	display: block;
	width: 125px;
	float: right;
	overflow: hidden;
	position: static;
	color: #771D2B;
	font-size: 12px;
	text-decoration: none;
}

.topmenunavi:hover {
	text-align: center;
	display: block;
	width: 125px;
	float: right;
	overflow: hidden;
	position: static;
	color: #6BA131;
	font-size: 12px;
	text-decoration: none;
}



.footermenunavi{
	color: #7b7c7e;
	font-size: 12px;
	text-decoration: none;
}

.footermenunavi:active{
	color: #771D2B;
	font-size: 12px;
	text-decoration: none;
}

.footermenunavi:hover{
	color: #6BA131;
	font-size: 12px;
	text-decoration: none;
}





.topsubnavi {
	text-align: center;
	display: block;
	width: 124px;
	float: right;
	overflow: hidden;
	position: static;
	color: #7b7c7e;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFF;
	height: 21px;
}

.topsubnavi:active {
	text-align: center;
	display: block;
	width: 124px;
	float: right;
	overflow: hidden;
	position: static;
	color: #771D2B;
	font-size: 12px;
	text-decoration: none;
	height: 21px;
	vertical-align: bottom;
}

.topsubnavi:hover {
	text-align: center;
	display: block;
	width: 124px;
	float: right;
	overflow: hidden;
	position: static;
	color: #6BA131;
	font-size: 12px;
	text-decoration: none;
	height: 21px;
	background-color: #EBEAE8;
}
