@import "base.css";

/* layout */
div#container {
    margin: 0 auto;
    width: 960px;
}

    p#header-text {
        font-size: 1.0em; 
        color: #555;
    }

    div#header {
        height: 420px;
        background: url(../images/img_main.jpg) top right no-repeat;
    }

        ul#menu {
            list-style-type: none;
        }
        ul#menu li {
            margin: 5px 0 0;
            padding: 0 0 0 26px;
            background: url(../images/bg_menu_li.png) center left no-repeat;
        }
        ul#menu li a {
            color: #c00;
        }

    div#main {
        padding: 30px 0;
        overflow: hidden;
    }

        div#banner-area {
            float: left;
            margin: 0 0 0 0;
            padding: 5px;
            background: #EEE;
            width: 242px;
        }
            div#banner-area p {
                margin: 0 0 10px;
            }

        div#contents {
            margin: 0 0 0 20px;
            float: left;
            width: 390px;
            color: #666;
            overflow: hidden;
        }

        div#contents dl {
        }
        div#contents dl dt {
            margin: 10px 0;
            padding: 0 0 0 20px;
            color: #a60028;
            font-weight: bold;
            font-size: 1.3em;
            height: 20px;
            background: url(../images/bg_news.png) center left no-repeat;
        }
        div#contents dl dd {
            font-size: 1.3em;
            line-height: 1.5;
        }
        div#contents p.banner-shop {
            padding: 0 6px 6px 0;
            float: left;
        }
        div#contents p.p_none {
            padding-right: 0;
        }
        div#sidebar {
            margin: 0 0 0 20px;
            float: left;
            width: 242px;
        }
        div#sidebar dl dd {
            margin: 5px 0 0 15px;
        }
            div#sidebar div#eventclass {
                margin: 0 0 10px;
                border: solid 5px #520067;
                padding: 5px;
                background: #851d9f;
                color: #FFF;
            }
                div#sidebar div#eventclass p {
                    margin: 5px 0;
                }
                div#sidebar div#eventclass p.header {
                    font-weight: bold;
                    font-size: 1.4em;
                }
                div#sidebar div#eventclass ul {
                    list-style-type: none;
                }

    div#footer {
    	clear: left;
        margin: 20px 0 0;
        padding: 10px 0 0 0;
        text-align: center;
        border: solid #DDD;
        border-width: 1px 0 0 0;
    }
        div#footer ul {
            list-style-type: none;
        }
        div#footer ul li {
            margin: 0 0 0 5px;
            display: inline;
            font-size: 1.1em;
        }
        div#footer p {
            margin: 10px 0 0;
            text-align: center;
            font-size: 1.1em;
        }

h1 a {
    margin: 10px 0 25px 0;
    text-indent: -9999px;
    line-height: 0;
    display: block;
    width: 319px;
    height: 113px;
    background: url(../images/h1_logo.png) top left no-repeat;
}

h2 {
    margin: 0 0 20px 0;
    text-indent: -9999px;
    width: 390px;
    height: 33px;
    background: url(../images/h2_news.png) top left no-repeat;
}
h2#handyou-others {
    margin: 0 0 20px 0;
    text-indent: -9999px;
    width: 240px !important;
    height: 33px;
    background: url(../images/h2_others.png) top left no-repeat;
}
div#voice h2 {
    margin: 0 0 20px 0;
    text-indent: -9999px;
    width: 240px !important;
    height: 33px;
    background: url(../images/h2_voice.png) top left no-repeat;
}
pre {
    font-size: 1.2em;
}

.mB20 {
    margin-bottom: 20px !important;
}

p.notice {
    margin: 0 0 5px;
    color: #A60028;
}

div.calendar {
    margin: 0 0 10px;
}

    div.calendar table {
        margin: 5px 0;
        padding: 3px;
        width: 236px;
        border-collapse: collapse;
    }
        div.calendar table tr th,
        div.calendar table tr td {
            border: solid 1px #A60028;
            text-align: center;
            height: 20px;
        }
        div.calendar table tr th {
            background: #A60028;
            color: #FFF;
        }
        div.calendar table tr td {
        }
        div.calendar table tr td.off {
            background: #FFCCCC;
        }

