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

body{
margin:auto;
padding:0;
}

/**/

.head{
width:800px;
height:40px;
margin:auto;
margin-top:20px;
}

.head2{
width:540px;
height:40px;
float:left;
margin:0;
padding:0;
line-height:0;
}

.name{
width:260px;
height:40px;
background-image:url(../img/name2.gif);
}

.head3{
width:260px;
height:40px;
float:right;
}

.otoiawase{
width:70px;
height:40px;
background-image:url(../img/otoiawase.gif);
float:left;
}

.tel{
width:190px;
height:40px;
background-image:url(../img/tel.gif);
float:left;
}

.menu{
margin-top:10px;
height:65px;
background-size: cover;
background-repeat: round;
background-image:url(../img/botanback.gif);
}

.botan{
width:800px;
height:65px;
padding:0;
margin:auto;
}

.botan1,.botan1 a,.botan2,.botan2 a,.botan3,.botan3 a,.botan4,.botan4 a{
width:200px;
height:65px;
float:left;
display:block;
text-indent:-9999px;
}

.botan1 a{background-image:url(../img/botan1.gif);}
.botan2 a{background-image:url(../img/botan2.gif);}
.botan3 a{background-image:url(../img/botan3.gif);}
.botan4 a{background-image:url(../img/botan4.gif);}

.mein{
margin:auto;
width:750px;
height:295px;
}

/**/

.top{
width:750px;
margin:auto;
}


/**/


.left{
width:200px;
float:left;
}

.siryou{
width:175px;
height:140px;
background-image:url(../img/siryou.gif);
}


/**/

.right{
width:550px;
float:right;
}

/**/

.footer{
clear:both;
min-height:150px;
padding-bottom:10px;
background-color:#1a68b8;
color:#ffffff;
text-align:center;
font-size:12px;
}

.footer a{
text-decoration: none;
color:#ffffff;
}
/* 画像見出し(h2/h3)を見た目そのままにする（元の文字・行間設定を継承） */
.img-heading{ margin:0; padding:0; font:inherit; }
/* <p>から見出し化した箇所（pの下マージン12pxを維持） */
.heading-p{ margin:0 0 12px 0; padding:0; font:inherit; }
