@charset "utf-8";
.nav-back {
	height: 31px;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 31px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.nav-back-ON {
	height: 31px;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 31px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #3C66AE;
}
.nav-style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #3C66AE;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}

.nav-style:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}

.nav-style-ON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}

