*{
font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
body,h1,h2,h3,h4,h5,div,p,ul,li{
list-style: none;
margin: 0px;
padding: 0px;
color: #333333;
font-size: 14px;
}
body{
background: url("../img/bg_body.gif") #f6f6ee repeat-x center top;
}
img{
border: none;
vertical-align: bottom;
}
a{
color: #4a621d;
}
a:hover{
color: #ee0000;
}
h2{
margin: 0px 0px 40px;
}
h3{
margin: 10px 0px;
}
p{
line-height: 2;
}
#wrapper{
margin: 0 auto;
width: 940px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
background: #ffffff;
box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
}
.box{
padding: 50px 50px 40px;
border-top: 1px solid #dddddd;
background: url("../img/bg_box.gif") no-repeat left top;
}
#box_kv{
position: relative;
width: 940px;
height: 400px;
}
#box_kv ul{
position: relative;
list-style :none;
margin: 0px;
padding:0px;
}
#box_kv li{
position: absolute;
top: 0px;
left: 0px;
z-index: 99;
width: 940px;
height: 400px;
margin: 0px;
padding: 0px;
overflow: hidden;
}
#box_kv li a{
display: block;
}
.box_news{
padding: 15px 0px;
border-top: 1px solid #dddddd;
}
.box_news h2{
float: left;
width: 290px;
margin: 0px;
}
.box_news ul{
float: left;
width: 650px;
padding: 10px 0px 0px;
}
.box_news li{
width: 550px;
padding: 5px 50px;
color: #333333;
font-size: 15px;
line-height: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.box_news li a{
color: #333333;
text-decoration: none;
}
.box_news li a:hover{
color: #ee0000;
}
#box_map{
width: 240px;
height: 240px;
margin: 0px 0px 10px;
padding: 0px;
}
.box_sub{
padding: 50px 50px 40px;
border-top: 1px solid #dddddd;
}
.layout_l{
float: left;
width: 550px;
padding: 0px;
}
.layout_r{
float: right;
width: 240px;
padding: 0px 0px 10px;
}
.box_sub .layout_l{
float: left;
width: 240px;
padding: 0px 0px 10px;
}
.box_sub .layout_r{
float: right;
width: 550px;
padding: 0px;
}
.box h2{
color: #4a621d;
font-weight: normal;
font-size: 28px;
}





#header{
width: 940px;
margin: 0px auto 25px;
padding: 17px 0px;
}
#header h1{
width: 940px;
margin: 0px auto;
}
#footer{
width: 940px;
margin: 0px auto;
padding: 50px;
text-align: center;
}
#footer ul{
width: 750px;
margin: 0px auto 50px;
}
#footer li{
float: left;
padding: 0px 5px;
}
#footer p{
font-size: 12px;
line-height: 1;
}
#footer p a{
color: #333333;
text-decoration: none;
}
#footer p a:hover{
color: #ee0000;
}





.form_table{
}
.form_table th{
width: 240px;
padding: 0px 0px 10px;
color: #333333;
font-weight: normal;
font-size: 15px;
line-height: 1.5;
text-align: left;
}
.form_table td{
padding: 0px 0px 10px;
width: 600px;
color: #333333;
font-size: 15px;
line-height: 1.5;
}
.form_table td input,
.form_table td textarea{
width: 578px;
margin: 0px;
padding: 5px 10px;
}
.form_submit{
padding: 30px 0px 0px;
text-align: center;
}
.form_submit input{
width: 160px;
margin: 0px 10px;
padding: 10px 0px;
color: #333333;
font-size: 15px;
line-height: 1;
text-align: center;
}
.form_caution{
margin: 15px 0px 0px;
padding: 15px 30px;
border: 1px solid #dddddd;
color: #ee0000;
line-height: 2;
text-align: center;
}




/*for float clear*/
.clearfix:after{
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix{
display: inline-block;
}
/*\*/
*html .clearfix{
height: 1%;
}
.clearfix{
display: block;
}
/**/