@charset "utf-8";

/*　ブラウザスタイルの初期化　*/
*
{
    margin: 0;
    padding: 0;
    font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

li
{
    list-style: none;
}
/*　初期化はここで終わり　*/

/*　共通外観の初期設定　*/
html
{
    background-color: #000;
}

#container
{
    margin-left: 160px;
    width: auto;
    background: #FFF url(../images/default_img/back.jpg);
}

#contents
{
    width: 500px;
    padding-top: 280px;
    text-align: center;
    background: url(../images/default_img/top.jpg) no-repeat;
}

#contents *
{
    padding-right: 5px;
    text-align: left;
}

#info
{
    width: 200px;
    text-align: center;
    background: #000;
    position: absolute;
    top: 0px;
    left: 660px;
    visibility: hidden;
}

#news div
{
    margin:  0 0 5px 5px;
    padding: 5px 5px 5px 5px;
    width: 180px;
    font-size: 0.7em;
    text-align: left;
    background-color: #FFF;
}

div.AccordionPanel
{
    margin:  0 0 5px 5px;
    padding: 5px 5px 5px 5px;
    width: 180px;
    font-size: 0.7em;
    text-align: left;
    background-color: #FFF;
}

div.AccordionPanelContent
{
    overflow: auto;
}

.AccordionPanelOpen .AccordionPanelTab p.info_info2
{
    display: none;
}

p.info_info, p.info_info2
{
    color: #F3F;
    text-align: center;
    border:solid 1px #FCF;
}

p.info_date
{
    text-decoration: underline;
    font-weight: bold;
    text-align: right;
    color: #FAF;
}

p.info_title
{
    text-align: center;
    color: #FFF;
    background: #FAF;
}

p.info_article
{
    color: #330;
}

p.info_sign
{
    text-align: right;
}

#menu
{
    width: 160px;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
}

#footer
{
    width: 500px;
}

p
{
    line-height: 150%;
}

h1
{
    width: 160px;
	height: 95px;
    color: #000;
    background: url(../images/default_img/menu_img/logo.gif) no-repeat;
}

#menu ul li a
{
    margin: 0 0 5px 0;
    font-size: 5px;
    color: #000;
    display: block;
    background: url(../images/default_img/menu_img/menu.gif) no-repeat;
    vertical-align: bottom;
}

#menu ul li#top a
{
    margin: 1px 0 5px 0;
    height: 23px;
}

#menu ul li#lunch a
{
    height: 23px;
    background-position: 0 -23px;
}

#menu ul li#dinner a
{
    height: 23px;
    background-position: 0 -46px;
}

#menu ul li#course a
{
    height: 23px;
    background-position: 0 -69px;
}

#menu ul li#drink a
{
    height: 23px;
    background-position: 0 -92px;
}

#menu ul li#topics a
{
    height: 23px;
    background-position: 0 -115px;
}

#menu ul li#take_out a
{
    height: 23px;
    background-position: 0 -138px;
}

#menu ul li#party a
{
    height: 23px;
    background-position: 0 -161px;
}

#menu ul li#reservation a
{
    height: 23px;
    background-position: 0 -184px;
}

#menu ul li#coupon a
{
    height: 23px;
    background-position: 0 -207px;
}

#menu ul li#wedding a
{
    height: 23px;
    background-position: 0 -230px;
}

#menu ul li#access a
{
    height: 23px;
    background-position: 0 -253px;
}

#menu ul li#top a:hover
{
    background-position: -160px 0;
}

#menu ul li#lunch a:hover
{
    background-position: -160px -23px;
}

#menu ul li#dinner a:hover
{
    background-position: -160px -46px;
}

#menu ul li#course a:hover
{
    background-position: -160px -69px;
}

#menu ul li#drink a:hover
{
    background-position: -160px -92px;
}

#menu ul li#topics a:hover
{
    background-position: -160px -115px;
}

#menu ul li#take_out a:hover
{
    background-position: -160px -138px;
}

#menu ul li#party a:hover
{
    background-position: -160px -161px;
}

#menu ul li#reservation a:hover
{
    background-position: -160px -184px;
}

#menu ul li#coupon a:hover
{
    background-position: -160px -207px;
}

#menu ul li#wedding a:hover
{
    background-position: -160px -230px;
}

#menu ul li#access a:hover
{
    background-position: -160px -253px;
}

#contents h2
{
    padding: 35px 0 3px 0;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 170%;
}

h2 em, h3 em, h4 em
{
    font-size: 0.7em;
    font-weight: bold;
}

#contents .add
{
    padding: 0 0 10px 0;
    font-weight: bold;
    text-align: center;
}

#contents .add2
{
    font-weight: bold;
    text-align: center;
}

#contents .add3
{
    text-indent: 100px;
}

#contents img.add
{
    padding: 0;
}

h3
{
    margin: 25px 0 10px 0;
    font-size: 1.5em;
    font-weight: bold;
    text-indent: 25px;
}

h4
{
    margin: 25px 0 15px 0;
    font-size: 1.4em;
    font-weight: bold;
    text-indent: 165px;
}

#contents ul li
{
    padding-left: 55px;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 0.9em;
    line-height: 170%;
}

#contents p
{
    padding-left: 35px;
    font-size: 0.9em;
    line-height: 170%;
}

address
{
    padding: 15px 0 25px 0;
    width: 500px;
    font-size: 0.7em;
    text-align: center;
    line-height: 160%;
}

#footer p
{
    font-size: 0.8em;
}

img
{
    margin: 5px 0 5px 0;
    border: none;
}

#pagetop a
{
    width: 155px;
    color: #D33;
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
    line-height: 180%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #FCF;
    display: block;
}

/*　共通外観はここで終わり　*/