@charset "utf-8";
@import url("./reset.css");
@import url("./std_format.css");
@import url("./color.css");

#container {
	color: #000000;
	margin: 1em auto;
	width: 900px;
}
.header01_1 {
	float: left;
	padding: 4px 0 0 0;
}
.header01_2 {
	float: right;
}
img.topbanna {
	vertical-align: middle;
	margin: 0;
}
#top_navi {
	margin: 0 auto;
	width: 840px;
}

#outbox {
	padding: 10px 5px;
	text-align: left;
}
.inbox {
	padding: 1em 0 1em 3em;
}
.box {
	padding: 1.5em 3em;
	line-height: 1.8em;
	text-align: left;
}
#footer {
	color: #000000;
	margin: 20px 0;
	padding: 0 0 30px 0;
	width: 100%;
	clear: both;
	background: url(../images/footer_line.png) no-repeat 0px 0px;
}
#footer p {
	padding: 0.5em 0;
	text-align: center;
}
p.header {
	margin: 15px 0 0 0;
}
h1.h1_bar {
	background-image: url(../images/title_bar.png);
	background-position: 0em;
	background-repeat: repeat-x;
	padding: 0.3em 0em 0.5em 1.5em;
	font-weight:bolder;
	color: #FFFFFF;
    font-size:120%;
}
h2.h2_bar {
	background-image: url(../images/title_bar1.png);
	background-position: 0em;
	background-repeat: repeat-x;
	padding: 0.3em 0em 0.5em 1.5em;
	font-weight:bolder;
	color: #FFFFFF;
    font-size:110%;
}
img.icon1 {
	width:20px;
	height:22px;
	margin:0 0 5px 0;
	padding:0;
	border:0;
	vertical-align:-9px;
}
img.icon2 {
	width:12px;
	height:12px;
	vertical-align:-2px;
}
img.icon3 {
	width:9px;
	height:9px;
	vertical-align:0px;
}

#nav {
	margin: 0 0 0 0;
}
#nav li {
	width: 9em;
	height: 2.8em;
	position: relative;
	display: block;
	list-style: none;
	float: left;
	background: #005000;
	margin: 0 0.5em 0.1em 0.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size:1em;
	line-height: 2.5em;
}
#nav li.hit {
	background: #FF9933;
	color: #ffffff;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}

#nav *:hover {
	background-color: none;
}
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav li a.hover {
	background-color: #30A8C3;
	display: block;
}
#nav li a {
    border-right: none; opacity: 0.9;
    filter: alpha(opacity=90);
}
