body {
	color: #000;
	background: #fff;
	padding: 0;
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
}
td {
	color: 000;
	font: 11px Arial, Helvetica, sans-serif;
}
input {
	border: 1px solid #0A4B73;
}
select {
	border: 1px solid #0A4B73;
}
textarea {
	border: 1px solid #0A4B73;
}
img {
	border: none;
}
h1 {
	color: #0A4B73;
	width: 100%;
	height: 23px;
	padding: 0;
	margin: 0;
	background: url(../pics/basic/headline_line.gif);
	font: bold 18px Arial, Helvetica, sans-serif;
}
h2 {
	color: #0A4B73;
	padding: 0;
	margin: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	font-size: 11px;
	color: #0A4B73;
	text-decoration: none;
}
a:hover {
	color: #B82841;
}
a:active {
	color: #B82841;
}
a:visited:hover {
	color: #B82841;
}
#main {
	position: absolute;
	top: 16px;
	left: 11px;
	right: 11px;
	height: auto;
}
#header {
	position: absolute;
	top: 16px;
	padding-left: 11px;
	padding-right: 11px;
	height: 98px;
}
#head {
	width: 706px;
	height: 80px;
	background: url(../pics/basic/head.gif);
	background-repeat: no-repeat;
}
.header_bg {
	background: url(../pics/basic/header_bg.gif);
}
#logo {
	position: absolute;
	width: 214px;
	height: 50px;
}
#navi_hori {
	position: absolute;
	top: 96px;
	left: 9px;
	height: 20px;
	width: 704px;
}
#navi_vert {
	position: absolute;
	top: 176px;
	left: 9px;
	width: 125px;
	height: 200px;
}
#content_box a {
	font-size: 12px;
}
.navi_no a {
	display: block;
	width: 120px;
	padding-left: 3px;
	background: #E1E1E1;
	border: 1px solid #0A4B73;
}
.navi_unused {
	width: 120px;
	background: #E1E1E1;
	border: 1px solid #0A4B73;
}
.navi_no a:hover {
	display: block;
	width: 120px;
	padding-left: 3px;
	background: #fff;
	border: 1px solid #B82841;
}
.navi_act a:hover {
	display: block;
	width: 120px;
	padding-left: 3px;
	background: #fff;
	border: 1px solid #B82841;
}
.navi_act a {
	display: block;
	width: 120px;
	padding-left: 3px;
	background: #fff;
	color: #B82841;
	border: 1px solid #B82841;
}