
/*===ベーススタイル===*/

a { color: #42742F; text-decoration: none;}
a:hover { color: #CAAD85; text-decoration: none;}

body {
text-align: center;
background-color: #CAAD85;
margin: 0px;
padding: 0px;
}

body,table,th,td,p {
font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
color: #2C1106;
font-size: 12px;
line-height: 22px;
vertical-align: top;
}

img {
border: none;
_vertical-align: bottom; /* IE6 */
*vertical-align: bottom; /* IE7 */
}

h1 {
margin: 0px;
padding: 0px;
}

p {
margin: 0px;
padding: 0px;
margin-top: 10px;
margin-bottom: 10px;
}

/*===汎用スタイル===*/

.left { text-align: left}
.center { text-align: center; margin-left: auto; margin-right: auto}
.right { text-align: right}
.top { vertical-align: top}
.middle { vertical-align: middle}
.bottom { vertical-align: bottom}
.clear{ clear:both;}
.small{ font-size:10px;}

/*===カラーセット===*/

.color1 { color: #000000} /*ブラック*/
.color2 { color: #FFFFFF} /*ホワイト*/



/*===レイアウト===*/

#page {
background-color: #FFFFFF;
background-image: url(../img/body_bg.jpg);
background-repeat: repeat-x;
background-position: center top;
width: 100%;
padding-bottom: 30px;
}

#site_frame {
width: 908px;
text-align: center;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

#header {
text-align: left;
height: 100px;
width: 908px;
background-image: url(../img/header_bg.gif);
background-repeat: no-repeat;
background-position: right top;
background-color: #FFFFFF;
clear: left;
}

#header h1 {
float: left;
}

#header div {
font-size: 10px;
padding-top: 30px;
text-align: right;
padding-right: 15px;
}

#header div img {
vertical-align: middle;
}

#credit {
color: #2C1106;
background-image: url(../img/credit_bg.jpg);
background-repeat: repeat-x;
background-position: center top;
font-size: 10px;
height: 35px;
padding-top: 6px;
font-weight: bold;
clear: both;
}

#footer_menu {
font-size: 12px;
margin-top: 20px;
}

#footer_menu img {
vertical-align: middle;
}

#main_image {
width: 900px;
height: 350px;
text-align: center;
margin-left: auto;
margin-right: auto;
}


#contents {
background-image: url(../img/contents_bg.jpg);
background-repeat: no-repeat;
background-position: center top;
/*background-color: #FFFFFF;*/
text-align: center;
margin-left: auto;
margin-right: auto;
overflow:auto;
/*width: 100%;
height: 100%;*/
vertical-align: top;
}
#contents_image{
margin: 0px;
padding: 0px;
margin-bottom: 15px;
}

#contents_menu {
margin-top: 2px;
margin-bottom:15px;
padding: 0px;
}

#contents_menu img {
margin-left: 1px;
margin-right: 1px;
}

#left_contents {
width: 520px;
float: left;
text-align: left;
margin-left: 18px;
background-color: #FFFFFF;
vertical-align: top;
}

#left_contents #menu {
margin-top: 10px;
}

#left_contents #read {
line-height: 17px;
padding-left: 10px;
padding-right: 10px;
padding-top:10px;
border-top:2px solid #ff9933;
}

#right_contents {
width: 340px;
text-align: left;
margin-left: 548px;
background-color: #FFFFFF;
vertical-align: top;
}

#right_contents #topics {
height: 150px;
overflow: auto;
}

#right_contents #topics p {
line-height: 15px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
background-image: url(../img/dotline.gif);
background-position: center bottom;
background-repeat: repeat-x;
padding-bottom: 4px;
}

#right_contents #mobile {
padding-left: 10px;
padding-right: 10px;
height: 80px;
}

.banner {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

.contents_v{
margin-top: 10px;
margin-bottom: 10px;
margin-left: 15px;
width: 500px;
}
/*===かきあげって===*/

#company_overview {
margin-top : 10px;
margin-bottom : 10px;
margin-left : 10px;
background-color: #CAAD85;
width: 500px;
}

#company_overview td {
background-color: #FFFFFF;
}

#company_overview th {
background-color: #EADECE;
text-align: center;
vertical-align: middle;
}

/*===店舗===*/
.st_t{
margin-top:10px;
margin-bottom:10px;
}
.st_i{
margin-left:5px;
margin-bottom:5px;
}
.st_d{
border-bottom:1px solid #d8df29;
padding:5px;
float:left;
}
.st_d1{
width:150px;
float:left;
font-weight:bold;
}
.st_d2{
width:330px;
float:right;
}

.store-r{
font-size:10px;
color:#666666;
padding:3px;
line-height:14px;
}