/**
 * site.css
 *
 * @version $Id: site.css 2 2009-01-20 12:13:46Z yutaka $
 * @author  Yutaka Chiba <yutakachiba@gmail.com>
 */
body {
    font-family: sans-serif;
    line-height: 1.4;
    background-color: #fff;
}

body, th, td {
    color: #333;
}

h1 {
    font-size: 0;
    color: #fff;
}

#main .system-errmsg-box {
    border: solid 1px #f18f1e;
    padding: .5em 1em;
    margin-bottom: 1em;
    color: #f18f1e;
    background-color: #fff;
}

#main ul.errmsg-box {
    list-style-type: none;
}

#main ul.errmsg-box li {
    font-size: 9px;
    color: #f2972f;
}


/* =============================== container =============================== */

div#container {
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding-top: 2em;
    padding-left: 20px;
    text-align: left;
    background-color: #fff;
    background-image: url(/img/common/rc.jpg);
    background-repeat: repeat-y;
    background-position: top right;
}


/* =============================== header =============================== */

#header {
    position: relative;
    width: 800px;
    height: 70px;
    margin: .8em auto .4em;
    text-align: left;
}

#header h2 {
    position: absolute;
    top: 15px;
    left: 15px;
}


/* =============================== navi =============================== */

#navi {
    position: absolute;
    top: 30px;
    right: 35px;
    list-style: none;
    text-align: right;
}

#navi li {
    padding: 1em;
    display: inline;
}

#navi li a {
    font-size: 14px;
}

#navi li a:link {
    color: #000;
}

#navi li a:hover {
    color: #fff;
}

#navi li a.navi-selected {
    color: #999;
}


/* ===============================  main ===============================  */

div#main {
    float: left;
    width: 420px;
    padding: 1em 0 1em 15px;
}

div#main h2 {
    margin-bottom: 1em;
    color: #000;
    font-size: 16px;
    letter-spacing: .1em;
}

div#main a.to-page-top {
    display: block;
    text-align: right;
    font-size: smaller;
}


/* =============================== side =============================== */

div#side {
    float: right;
    width: 345px;
    text-align: center;
}


/* =============================== side-summary =============================== */

div#side #side-summary {
    color: #000;
    margin-bottom: 1.2em;
    line-height: 1.6;
}


/* =============================== side-address =============================== */

div#side #side-address {
    margin-bottom: 1.2em;
}


/* =============================== side-schedule =============================== */

div#side #side-schedule {
    margin: 0 auto 1.6em;
}

div#side #side-schedule * {
    vertical-align: top;
    padding: 0 .5em .5em 0;
}

div#side li {
    list-style: none;
    padding-bottom: 2.4em;
}

/* =============================== side / schedule-calendar =============================== */

div#side .schedule-calendar {
    margin: 0 0 3em;
    text-align: center; 
}

div#side .schedule-border {
    border: solid 1px #bbb;
    width: 210px;
    margin: 0 auto;
}

div#side .schedule-calendar thead th,
div#side .schedule-calendar thead td {
    color: #000;
}

div#side .schedule-calendar thead th {
    text-align: left;
    padding: .2em 0 0 .5em;
}

div#side .schedule-calendar td {
    width: 30px;
    height: 30px;
}

div#side .schedule-calendar .schedule-coming-soon {
    height: 150px;
}

div#side .schedule-labels {
    text-align: left;
    width: 210px;
    margin: .5em auto 1em;
}

div#side .schedule-labels li {
    display: inline;
}

div#side td.schedule-close {
    background-color: #cbda98;
}

div#side td.schedule-irregular {
    background-color: #ffffff;
}

div#side li.schedule-close {
    background-color: #cbda98;
    width: 20px;
    height: 20px;
}

div#side li.schedule-irregular {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}

div#side .schedule-note {
    text-align: left;
    width: 210px;
    margin: .5em auto 0;
}

/* =============================== side-reservation =============================== */

div#side #side-reservation {
    margin-bottom: 1.6em;
}


/* =============================== footer =============================== */

div#footer {
    background-color: #fff;
    clear: both;
    padding: 3em 0 2em;
    font-size: 10px;
    text-align: center;
}

