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

body {
	font-size:16px;
	line-height:1.5;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
	border-top: solid 8px #9a7b00;
}

a {color:#000000; text-decoration:underline;}
a:hover {color:#000000; text-decoration:none;}

a:hover img {
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
h1:hover img ,
.f_logo:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	zoom:1;
}


/**/
#wrap_bg {
	background:url(../img/h_bg.jpg) no-repeat center 0;
}
#wrap {
	width:1000px;
	margin:0 auto;
	font-size:87.5%;
}
h1 {
	display:block;
	padding:18px 0 30px 27px;
	width:573px;
}
#contents_l {
	float:left;
	width:245px;
}
#s_navi {
	position:relative;
	top:0px;
	left:0px;
}
#contents_r {
	float:right;
	width:755px;
	padding:0 0 30px 0;
}
#contents_r .box_out {
	border: solid 1px #666666;
	width:744px;
	margin:0 0 15px;
}


/*h2*/
h2.ttl01 {
	margin: 17px 0 40px 9px;
}
h2.ttl02 {
	margin: 9px 0 20px 9px;
}

/*h3*/
h3.sttl01 {
	margin: 0 0 45px ;
}

h3.sttl02 {
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/*h4*/
h4.sttl01 {
	margin: 0 0 20px ;
}

.box01 {
	margin:0 0 0 17px;
	width:680px;
}

.box02 {
	margin:0 0 0 17px;
}

.box03 {
	width: 693px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 17px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box03 span {
	font-size: 12px;
}
.com01 {
	margin:0 0 35px;
}
#footer {
	border-top: solid 5px #9a7b00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bea860', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bea860', endColorstr = '#ffffff')";
	background-image: -moz-linear-gradient(top, #bea860, #ffffff);
	background-image: -ms-linear-gradient(top, #bea860, #ffffff);
	background-image: -o-linear-gradient(top, #bea860, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#bea860), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #bea860, #ffffff);
	background-image: linear-gradient(top, #bea860, #ffffff);
}
.footer_in {
	width:1000px;
	margin:0 auto;
}
.f_logo {
	margin:18px 0 0 7px;
	width:295px;
}
.f_navi {
	margin:10px 0 30px 7px;
	font-size:87.5%;
}
.copy {
	padding:0 0 15px;
	text-align:right;
	font-size:71.4%;
}
