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

body {
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 140%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#re_wrap {
	text-align:center;
	height: 110%;
	width: 772px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#re_header {
	background-image: url(../img/header_ttl.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 772px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
#contents {
	text-align:left;
	background: url(../img/page_back.gif) repeat-y;
}
#contentsTop {
	text-align:left;
}
#MainContents {
	float:right;
	width: 603px;
	text-align: left;
	margin-top:4px;
}
/*LINK COLOR*/
a:link {
	color:#0066cc;
	text-decoration:none;
}
a:visited{
	color:#0066cc;
	text-decoration:none;
}
a:hover {
	color:#0066cc;
	text-decoration:underline;
}
a:active {
	color:#0066cc;
	text-decoration:underline;
}
/*/ Header Navi*/
#h_navi {
	width:772px;
	margin-bottom:30px;
}
#h_navi a {
	margin: 0px;
	display:block;
	background-repeat: no-repeat;
	float:left;
}
#h_navi a.hnavi1 {
	background-image: url(../img/navi1.gif);
	width:258px;
	height:37px;
}
#h_navi a.hnavi1:hover {
	background-image: url(../img/navi1_on.gif);
	width:258px;
	height:37px;
}
#h_navi a.hnavi2 {
	background-image: url(../img/navi2.gif);
	width:257px;
	height:37px;
}
#h_navi a.hnavi2:hover {
	background-image: url(../img/navi2_on.gif);
	width:257px;
	height:37px;
}
#h_navi a.hnavi2on {
	background-image: url(../img/navi2_on.gif);
	width:257px;
	height:37px;
}
#h_navi a.hnavi3 {
	background-image: url(../img/navi3.gif);
	width:257px;
	height:37px;
}
#h_navi a.hnavi3:hover {
	background-image: url(../img/navi3_on.gif);
	width:257px;
	height:37px;
}
#h_navi a.hnavi3on {
	background-image: url(../img/navi3_on.gif);
	width:257px;
	height:37px;
}
.off {
	position: absolute;
	top: 0px;
	left: -1500px;
	width: 15px;
}
/* FOOTER */
#footer {
	background-color: #ebffd7;
	background-image: url(../img/fotter_back.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 79px;
	width: 772px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	text-align:left;
}

/* FLOAT CLEAR */
.FC{
	clear:both;
}
/*TITLE*/
h1 {
margin:0px;
padding:0px;
}
h2 {
	margin:0px 0px 8px;
	padding:0px 0px 0px 16px;
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
	background: url(../img/h2.gif) repeat-y;
}
h3 {
	margin:5px 0px;
	padding:0px 0px 0px 10px;
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	border-left: 6px solid #27a952;
}
h4 {
	margin:5px 0px 8px;
	padding:0px 0px 0px 10px;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	border-left: 6px solid #D0D0D0;
}
.tblList li {
	margin-left: -1em;
}
