﻿
/* ======================================================= */
/* ■ UNIVERSAL RESET ■■■■■■■■■■■■■■■■■■ */
/* ======================================================= */

*{
	padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom:0;
}

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}


/* ======================================================= */
/* ■LAYOUT ■■■■■■■■■■■■■■■■■■■■■■■ */
/* ======================================================= */

body{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", Meiryo, sans-serif;
    background-color: #0066bb;
    text-align: center;
	font-size: 12px;
	color: #555555;
	}
	
#wrapper{
    background: #FFF center repeat-y;
    width:640px;
    margin-left:auto;
    margin-right:auto;
	}

#mappage_box{
    width:580px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
	}
	
#mappage_box1{
    width:580px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
	}
	
.left_box{
    width: 320px;
    line-height: 22px;
    float: left;
    }
    
.right_box{
    height: 40px;
    width: 250px;
    line-height: 22px;
    margin-left: 10px;
    float: right;
    }
    
.right_img{
    background-color: #EBEBEB;
    height: 230px;
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    float: right;
    }
    
.start_box{
    width: 540px;
    margin-left:auto;
    margin-right:auto;
    line-height: 22px;
    text-align: left;
    }
    
.start_left{
    width: 100px;
    font-weight: bold;
    float: left;
    }
    
/* ======================================================= */
/* ■HEADER ■■■■■■■■■■■■■■■■■■■■■■■ */
/* ======================================================= */	

#header{
	width: 600px;
	height: 89px;
    position:relative; 
    margin:auto;
    padding:auto;
	}
	
#header_logo{
    top: 20px;
    left: 20px;
    position: absolute; 
    }

#header_tx{
	margin-top: 50px;
	margin-right: 15px;
	float:right;
	text-align: right;
	}
    
       
/* ======================================================= */
/* ■ IMAGE ■■■■■■■■■■■■■■■■■■■■■■■ */
/* ======================================================= */

img{
    border: 0;
    }

    
/* ======================================================= */
/* ■LINK ■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ======================================================= */ 

a, a:link, a:visited{
	text-decoration: underline ;
	color: #0066BB;
	background-color: inherit;
	}

a:hover{
	text-decoration: underline ;
	color: #EE7700;
	background-color: inherit
	}

.shop_bt1{
    background: url(/image/shop/shop_bt_contact.gif) 0 0 no-repeat;
    width: 218px;
    height:37px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    }

.shop_bt1 a{
	background: url(/image/shop/shop_bt_contact.gif) 0 0 no-repeat;
	display:block;
	width:218px;
    height:37px;
	}

.shop_bt1 a:hover{
	background: url(/image/shop/shop_bt_contact.gif) 0 -37px no-repeat;
	}

.shop_bt2{
    background: url(/image/shop/shop_bt_reservation.gif) 0 0 no-repeat;
    width: 218px;
    height:37px;
    margin-left: auto;
    margin-right: auto;
    }

.shop_bt2 a{
	background: url(/image/shop/shop_bt_reservation.gif) 0 0 no-repeat;
	display:block;
	width:218px;
    height:37px;
	}

.shop_bt2 a:hover{
	background: url(/image/shop/shop_bt_reservation.gif) 0 -37px no-repeat;
	}
	
/* ======================================================= */
/* ■TEXT ■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ======================================================= */
       
.tx_12b{
    font-size: 12px;
    font-weight: bold;
    }
        
.tx_red{
    color: #FF0000;
    font-weight: bold;
    }
    
h1{ 
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	}

