@charset "UTF-8";
/* CSS Document */

.wrap{
width:100%;
}

.h_titl_Wrap{
width:100%;
min-width: 1050px;
width: expression(document.body.clientWidth < 1052? "1050px" : "auto");
background:#eee;
}

.h_titl{
width:1000px;
margin:0 auto;
color:#02164f;
font-size:11px;
line-height: 17px;
font-weight: bold;
}

.main_img{
min-width: 1050px;
width: expression(document.body.clientWidth < 1052? "1050px" : "auto");
height: 600px;
background-image: url(../images/main_img.jpg) ;
background-repeat: no-repeat;
background-position: center;
}

.main_titl_Wrap{
width: 100%;
min-width: 1050px;
width: expression(document.body.clientWidth < 1052? "1050px" : "auto");
height:100px;
background-color: #103b50;
}

.main_titl{
text-align: center;
padding-top: 20px;
}

.obi_wrap{
width: 100%;
min-width: 1050px;
width: expression(document.body.clientWidth < 1052? "1050px" : "auto");
height: 70px;
background-color: #eee;
}

.obi{
text-align: center;
line-height: 70px;
}

.tel{
text-align: center;
margin-top: 40px;
}

.req{
text-align: center;
margin-top: 20px;
}

.req a:hover {
opacity: 0.8;
}

.line01{
width: 100%;
min-width: 1050px;
width: expression(document.body.clientWidth < 1052? "1050px" : "auto");
height: 2px;
margin-top: 40px;
background: #103b50;
}

.line02{
width: 100%;
min-width: 1050px;
width: expression(document.body.clientWidth < 1052? "1050px" : "auto");
height: 4px;
margin-top: 1px;
background: #103b50;
}

.img_wrap{
width: 1000px;
margin: 0 auto;
}

.img_wrap div{
float: left;
margin-top: 20px;
}

.img{
margin-left: 40px;
}

.clear{
clear: both;
}

.siyou{
text-align: center;
margin-top: 40px;
}

.madori_wrap{
width: 1000px;
margin: 0 auto;
}

.madori_wrap div{
float: left;
margin-top: 30px;
}

.madori{
margin-left: 40px;
margin-bottom: 20px;
}

.cap_madori{
	text-align: right;
	font-size: 12px:
	font-weight: bold;
}

.gaiyou_Wrap{
width:1000px;
margin:0 auto;
}

dl {
margin-top: 40px;
}

dt {
float: left;
width: 350px;
text-align: right;
padding-top: 10px;
padding-right: 50px;
padding-bottom: 10px;
padding-left: 0px;
font-size:16px;
color: #007295;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cecece;
line-height: 150%;
}

dd {
float: left;
width: 600px;
text-align: left;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
font-size:16px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cecece;
line-height: 150%;
}

.linelist{
clear:both;
height:1px;
background:#cecece;
}

.footer_wrap{
clear: both;
width: 100%;
margin-top: 40px;
background: #eee;
}

.footer{
margin: 0 auto;;
width: 1000px;
}

.po{
text-align: center;
padding-top: 10px;
font-size: 12px;
}

.f_logo{
text-align: center;
margin-top: 10px;
}

.cl{
text-align: center;
margin-top: 10px;
font-size: 12px;
}

a:link    {color: #555;text-decoration: none;}
a:visited {color: #000;text-decoration: none;}
a:hover   {color: #000;text-decoration: none;}
a:active  {color: #000;text-decoration: none;}
