h1{
background-color: #7A858B;
color:#262A2B;
width: 810px;
text-align: right;
padding: 5px 5px 5px 5px;
font-weight: normal;
font-size: 12px;
margin-left:auto ;
margin-right:auto;
margin-top: 0px;
margin-bottom: 0px;
_margin-right:auto;
_margin-left:auto;
_margin-top: 0px;
_margin-bottom: 0px;
}

h1 a{
text-decoration: none;
color: #BEC2C5;
font-weight: normal;
font-size: 12px;
}
h1 a:hover{
color: #ffffff;
font-weight: normal;
font-size: 12px;
}


.backer {  background-image: url(images/cback.jpg); background-repeat: no-repeat}

.oneps{
font-size:x-small;
}
a:link{
color:#5e6e7c;
text-decoration:none;
}

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


img{
border:0px;
}

body{
font-size:small;
text-align:left;
line-height: 20px;
color:#000000;
margin-top:0px;
background-color:#666666;
}



/*---------トップインフォメーションstart---------*/
#topinfomation{
width:680px;/*要素の横幅*/
padding:20px;/*要素の内側の間隔*/
margin-left:25px;/*要素のマージン左*/
}

#topinfomation img{
float:left;/*要素topinfomation内の画像に対するテキストの回りこみが右側に回りこむ*/
}
/*---------トップインフォメーションend---------*/

/*---------スタイル01start---------*/
#style01{
width:700px;
padding:20px;
margin-left:25px;
}

#style01 img{
float:left;
margin-right:10px;
margin-bottom:200px;
}
/*---------スタイル01end---------*/

/*---------スタイル02start---------*/
#style02{
width:650px;
padding:20px;
margin-left:25px;
}

#style02 img{
padding-right:10px;
margin-top:0px;
float:left;
}


/*---------スタイル02end---------*/

/*------------------以下店舗紹介ページ用---------------*/
#intro{
width:700px;/*横幅*/
padding:10px;/*要素の内側の間隔*/
text-align:left;/*要素内のテキスト・画像等の位置leftは左寄せrightは右寄せcenterは中央寄せ*/
margin-top:0px;/*要素の上からのマージン*/
margin-left:20px;/*要素の左からのマージン*/
margin-right:0px;/*要素の右からのマージン*/
margin-bottom:20px;/*要素の下からのマージン*/
}

#intro img{
float:left;
padding-right:10px;/*要素の内側右の間隔*/
}

/*ここからfirefox、safari等のmozilla系のブラウザに対応させるCSS*/
/*windowsのIEには適用されない*/
html>body #intro{
margin-top:0px;
margin-right:20px;
margin-left:30px;
margin-bottom:100px;
clear:left;
}

/*------------------以上店舗紹介ページ用---------------*/

/*---------フォーム用スタイルstart----------*/
#pform{
width:600px;/*要素の横幅*/
padding:20px;/*要素の内側の間隔*/
margin-left:25px;/*要素のマージン左*/
}
/*---------フォーム用スタイルstop----------*/