@charset "utf-8";
@import url("./reset.css");
@import url("./std_format.css");
@import url("./color.css");

BODY {
    background-color:#ffffff;
    width: 100%;
    color:#000000;
    margin:0px;
    text-align:center;
    font: 13px;
	*font-size: small;
	*font: x-small;
    line-height: 130%;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
# * + html body {
#     font-family: " メイリオ","Meiryo";
# }
#container {
	color: #000000;
	margin: 1em auto;
	width: 900px;
    font: 93%;
}

img.topbanna {
	vertical-align: middle;
	margin: 0 0 1.5em 0;
}
#outbox {
	padding: 1em;
	text-align: left;
}
.inbox {
	padding: 1em 0 1em 3em;
}
.box {
	padding: 1.5em 3em;
	line-height: 1.8em;
	text-align: left;
}
#footer_navi {
	padding: 0.3em 0;
	margin: 10px 0;
	width: 100%;
	text-align: center;
}

#footer {
	color: #000000;
	background-color: #CCFFCC;
	margin: 10px 0;
	width: 100%;
	text-align:center;
	clear: both;
}
#footer p {
	padding: 0.5em 0;
    font-size:85%;
}

h1.h1_bar {
	background-image: url(../images/title_bar.gif);
	background-position: 0em;
	background-repeat: repeat-x;
	padding: 0em 0em 0em 1.5em;
	font-weight:bolder;
	color: #FFFFFF;
    font-size:93%;
}
img.icon1 {
	width:20px;
	height:22px;
	margin: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 2em;
}
#nav li {
	width: 9em;
	height: 2em;
	position: relative;
	display: block;
	list-style: none;
	float: left;
	background: #005000;
	margin: 0 0.5em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	font-size:12px;
}
#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);
}