@charset "utf-8";

body{
	font-size: 12px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	background: #E7F5F1;
	background-image : url(header_img/Bias03.gif);
	background-repeat : repeat-y;
	background-position :left;
	margin: 0px;
}

#wrap {
	background-image : url(header_img/Bias03.gif);
	background-repeat : repeat-y;
	background-position :right;
}

#header{
	width:825px;
	margin: auto;
	padding-top: 5px;
	margin-top:15px;
}


#header_left{
	float: left;
	width: 50%;
}
#header_right{
	float: right;
	margin: 0px;
	font-size: 90%;
	text-align: right;
	width:50%;
}

#menu{
	clear:both;
	width:825px;
	height: 25px;
	margin-bottom: 5px;
	background-color: #D8D8D8;
	border-radius: 12px;
	}
#menu ul{
	font-size: 80%;
	height: 30px;
	}

#menu li{
	border-left: 1px solid #FFF;
	width:80px;
	height: 15px;
	float:left;
	list-style:none;
	position: relative; top: 0; left:-30px;
	text-align: center;
	padding: 5px 2px;
	color: #6E6E6E;
	text-decoration: none; 
}
#menu .li_top{
		border-left: 1px solid #FFF;
}
.li_home{
	position: relative; top: -4px; left:0px;
}

li:hover{
    background-color: #a9a9a9;
 }

a:link { color: #424242;}
a:visited { color: #424242; }
a:hover { color: #FFFFFF; }
a:active { color: #ff8000; }

.this{
	background-color: #585858;
	color: #fff;
}

.top_banner{
	padding-bottom: 20px;
}
h3{
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #61210B;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #61210B;/*左線*/

}
.red{
	color: #FF0000;
}
.green{
	color: #008040;
	font-weight: bolder; 
}
.bold{
	font-weight: bolder; 
	font-size: 110%;
}
#footer{
	border-top:dotted 1px #000;
	margin-top: 20px;
	text-align: center;
	color:#999999;
	}
#footer img{
	height: 5em;
}