body{
    overflow:auto;
    margin:0;
    padding:0;
    font-family :'Century Gothic','HGSｺﾞｼｯｸM',sans-serif;
    background-repeat:no-repeat;
    background-position:480 bottom;
    background-attachment: fixed;
    background-color            :white;
    scrollbar-3dlight-color     :#ffffff;
    scrollbar-arrow-color       :#696969;
    scrollbar-darkshadow-color  :#ffffff;
    scrollbar-face-color        :#ffffff;
    scrollbar-highlight-color   :#696969;
    scrollbar-shadow-color      :#696969;
    scrollbar-track-color       :#ffffff;
}
body.top{
 
}
/*リンクタグ*/
a{
    /*font-size:9pt;*/
    text-decoration: none;
}
a.a1:link{
    color:#cc0033;
}
a.a1:visited{
    color:#cc0033;
} 
a.a1:hover{
    background-color:#cc0033;
    color:white;
    /*font-size:10pt;*/
    font-weight: bold;
}
a.a2:link{
    color:#696969;
}
a.a2:visited{
    color:#696969;
} 
a.a2:hover{
/*    background-color:#CC1122;*/
    font-weight: bold;
}

a.a3:link{
    color:#996600;
}
a.a3:visited{
    color:#996600;
} 
a.a3:hover{
    /* background-color:#cc0033;*/
    color:#cc0033;
    font-weight: bold;
}

/*タイトル用*/
div.title{
    top  : 40px;
    left : 20px;
    position : absolute;
    z-index : 1;
}
div.titleline{
    top  : 55px;
    left : 10px;
    position : absolute;
    z-index : 2;
}
div.title_eng{
    top  : 37px;
    left : 20px;
    position : absolute;
    z-index : 1;
}
div.titleline_eng{
    top  : 52px;
    left : 10px;
    position : absolute;
    z-index : 2;
}
div.detail{
    top   : 90px;
    left  : 50px;
    width : 90%;
    position : absolute;
}
.text_small{
    font-size:7pt;
    line-height: 20px;
}
.text_mid{
    font-size:10.5pt;
    line-height: 25px;
}

table{
    margin:0;
    padding:0;
    border:0;
    background-color:transparent;
/*    font-size:11pt;*/
    font-family:'Century Gothic','HGSｺﾞｼｯｸM',sans-serif;
    background-color:white;
}
table.shop{
    font-size:6pt;
}

table.menu{
    font-size:12pt;
}

table.tensen{
  height: 1px; /* 線の太さ */
  border: 1px; /* 枠の太さ */
  border-style: dashed ; /* 枠の種類 */
}

td{
    vertical-align:top;
}
td.center{
    vertical-align:center;
}
td.bottom{
    vertical-align:bottom;
}

hr.main{
  color:gray; /* 線の色(IE用) */
  background-color:gray; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 1px; /* 枠の太さ */
  border-style: dashed; /* 枠の種類 */
}
hr.title{
  color:#cc0033; /* 線の色(IE用) */
  background-color:#FFFFFF; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 1px; /* 枠の太さ */
  border-style: dashed ; /* 枠の種類 */
}

p{
    font-size:12pt;
    background-color:green;
    background-image:url('./img/bg.gif');
    color:brack;
    text-align:left;
}

.menubox{
    margin:0 0 0 0;
    padding:0;
    height:100%;
    overflow:auto;
    vertical-align:middle
    position:absolute; top:0;
}

.main {
    font-size:12pt;
    font-weight: bold; 
    color:darkblue;
}

.middle {
    font-size:10pt;
}


.window {
    max-width:60%;
    position:absolute;
    left:20%;
    right:20%;
    font-size:7pt;
}

.note{
    background-image:url('./img/note.gif');
}

.msg {
    font-size:10pt;
    color:blue;
    text-align:left;
    /*background-image:url('./img/bg.gif');*/
    /*line-height: 130%;*/
}

h1{
    /*background-color:#fff0a0;*/
    /*text-decoration:underline;*/
    font-weight: bold;
    font-size:12pt;
    margin:0;

}
h2{
    /*font-weight: bold;*/
    font-color:red;
    font-size:8pt;
}

.img_l{
    float: left;
    margin-right:10px;
}
.img_r{
    float: right;
    margin-left:10px;
}
.img{
    align:center;
}

