@import "base.css";

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

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

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

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

    div#catch {
        width: 500px;
        position: absolute;
        top: 320px;
        right: 40px;
        background: #C00;
        color: #fff;
        font-size: 1.4em;
        padding: 10px;
        filter: alpha(opacity=70);
        -moz-opacity:0.7;
        opacity:0.7;
    }

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

        div#contents {
            float: left;
            width: 490px;
            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 40px;
            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#sidebar div#voice {
                    margin: 10px 0 0 0;
                }
                    div#sidebar div#voice ul {
                        list-style-type: none;
                    }
                    div#sidebar div#voice ul li {
                        margin: 5px 0 0;
                        padding: 10px;
                        background: #fff3f3;
                        border: solid 1px #CCC;
                    }

    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: 490px;
    height: 33px;
    background: url(../images/h2_news.png) top left no-repeat;
}

.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;
        }

div#about {
    width: 385px;
}
    div#about h3 {
        font-size: 1.4em;
        font-weight: bold;
        color: #c00;
        border-bottom: solid 1px #c00;
    }
    div#about p {
        margin: 10px 0;
    }
    div#about p strong {
        font-size: 1.2em;
        color: #c00;
    }
    div#about ul {
        border:solid 1px #ccc;
        padding: 5px;
        background: #f2f2f2;
    }

