@charset"UTF-8";

/* HTML5 の新要素をブロックレベル要素として宣言 */
article, aside, dialog, figure, footer, header, hgroup, menu, legend, nav, section {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    font-size: 9pt;
    line-height: 130%;
}

/*----------------------------------------------------------------------*/

div#contents_text {
    width: 900px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}
div.alacarte-table {
    height: 910px;
}
div.lunch-table {
    height: 590px;
}

p#directions {
    margin-left: 40px;
    font-size: 9pt;
}
p#directions_lunch {
    margin: 70px 0 50px 40px;
    font-size: 9pt;
}
/*----------------------------------------------------------------------*/

div#right {
    float: right;
    margin: 0;
    padding: auto;
    width: 300px;
    height: 100%;
    background-color: #000;
    text-align: center;
}
#right img {
    margin-top: 30px;
    padding: 0;
    width: 250px;
    vertical-align: top;
}
#right  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#right p {
    margin-top: 5px;
    margin-right: 25px;
    color: #aaa;
    font-size: 10pt;
    text-align: right;
}

div#left {
    float: left;
    margin: 0;
    width: 600px;
    background: #eee url(../img/bg_list2.jpg) no-repeat bottom right;
    font-size: 11pt;
}

table#list {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: 30px;
    width: 500px;
}
table#list td {
    padding: 5px;
}
table#list td.cost {
    text-align: right;
}
table#list td.colspan {
    padding: 0;
}

p.drink {
    font-weight: bold;
}
/*----------------------------------------------------------------------*/

p.photo a {
    color: #aaa;
    text-decoration: none;
}
p.photo a:hover {
    color: #aaa;
    text-decoration: underline;
}

.small {
    font-size: 9pt;
}