@import "../../css/common.css";

h2 {
    background: url(../images/h2_golden_course.png) top left no-repeat;
}

div#contents table {
    width: 750px;
    margin: 10px;
    border-collapse: collapse;
}

div#contents table th{
    background: #9cc;
}

div#contents table th,
div#contents table td{
    padding: 5px;
    border: solid 1px #000;
}

div#contents table.price-table {
    width: 350px;
    float: left;
}

div#contents table#calendar tr td {
    width: 80px;
    height: 80px;
    text-align: center; 
}

div#contents table#calendar tr td span,
ul li span {
    color: #F00;
}

div#contents th.trial {
    background: #903;
    color: #FFF;
}
div#contents th.kids {
    background: #fc3;
}

div#contents ul {
    margin: 10px 10px 10px 20px;
    list-style-type: none;
}

div#contents p {
    margin: 5px 20px 0;
}

div#contents span.bigger {
    font-size: 1.3em;
    color: #C00;
}
div#contents ul.ex li {
    padding: 0 0 5px 0; 
    list-style: disc inside;
    color: #990033;
}

td.golden {
    background: url(../images/golden_course.jpg) -55px -60px no-repeat;
}
td.golden a {
    display: block;
    width: 80px;
    height: 80px;
}

div#program {
    overflow: hidden;
}
    div#program ul {
        width: 225px;
        float: left;
        display: inline;
        height: 100%;
    }
    div#program ul li strong {
        font-size: 1.2em;
        font-weight: bold;
    } 
