@charset "utf-8";
/* CSS Document */

.gut-left {
	background-image: url(../images/gut_left.jpg);
	background-repeat: repeat-y;
}
.gut-right {
	background-image: url(../images/gut_right.jpg);
	background-repeat: repeat-y;
}
.bg-blue {
	background-color: #00264b;
}
.bg-nav {
	background-color: #CCD4DB;
}
.bg-white {
	background-color: #FFFFFF;
}
.title-main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000033;
	line-height: 30px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.hsp-address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.nav-off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.nav-off:hover {
	color: #CC0000;
}
a.nav-on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.nav-on:hover {
	color: #CC0000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.2em;
	color: #999999;
	text-align: center;
}

a.footer:hover {
	color: #cc0000;

}
.sub-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4E70AF;
}
