a {
	font-size: 12px;
	color: #003333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #003333;
}

.txt {
	font-size: 12px;
	line-height: 180%;
	color: #7F7F7F;
	text-decoration: none;
}

.font13chu {
	font-size: 13px;
	line-height: 180%;
	font-weight: bold;
	color: #000065;
	text-decoration: none;
}
.font12chu {
	font-size: 12px;
	line-height: 180%;
	font-weight: bold;
	color: #000065;
	text-decoration: none;
}

.abc {
	font-size: 12px;
	color: #000065;
	line-height: 180%;
}
.abc a:link {
	font-size: 12px;
	color: #000065;
	line-height: 180%;
	text-decoration: none;
}
.abc a:visited {
	font-size: 12px;
	line-height: 180%;
	text-decoration: none;
	color: #000065;
}
.abc a:hover {
	text-decoration: underline;
	color: #7F7F7F;
	font-size: 12px;
	line-height: 180%;
}
.abc a:active {
	text-decoration: none;
	color: #000065;
	font-size: 12px;
	line-height: 180%;
}
.main a:link {
    font-size: 12px;
	line-height: 180%;
	text-decoration: none;
	color: #7F7F7F;
}
.main  a:visited {
    font-size: 12px;
	line-height: 180%;
	text-decoration: none;
	color: #7F7F7F;
}
.main  a:hover {
    font-size: 12px;
	line-height: 180%;
	text-decoration: underline;
	color: #FF0000;
}
.main  a:active {
    font-size: 12px;
	line-height: 180%;
	text-decoration: none;
	color: #7F7F7F;
}

.navbar{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 94px;
	background: url('../images/navbar_bg.jpg') repeat-x 0 0;
	padding-right: 15px;
}
.navbar a{
	display: block;
	padding: 10px 10px 34px;
	font-size: 14px;
}