@import "common.css";

div#main-image {
    margin: 0 0 20px 0;
}
    div#main-image ul {
        width: 620px;
        list-style-type: none;
        overflow: hidden;
    }
        div#main-image ul li {
            float: left;
        }
        div#main-image ul li a {
            margin: 0 13px 5px 0;
            width: 140px;
            height: 105px;
            display: block;
            text-indent: -9999px;
        }

div#main-movie-top {
    width: 300px;
    float: left;
    display: inline;
    border: solid 8px #ffd067;
    height: 260px;
}
    div#main-movie-top p {
        width: 277px;
        margin: 10px auto;
    }
div#main-movie-top object {
    width: 300px;
    height: 260px;
}

div#channel-list {
    width: 280px;
    height: 260px;
    float: left;
    display: inline;
    border: solid 8px #ffd067;
}
    div#channel-list h2 {
        margin: 10px 0 0;
        display: block;
        background: url(../images/h2_channel_index.png) center center no-repeat;
        text-indent: -9999px;
        width: 100%;
        height: 30px;
    }
    div#channel-list ul{
        margin: 10px;
        *margin: 10px 10px 20px;
        list-style-type: none;
        overflow: hidden;
    }
    div#channel-list ul li {
        float: left;
    }
    div#channel-list ul li a {
        padding: 5px 4px 0 4px;
        width: 57px;
        height: 45px;
        line-height: 1.2;
        background: url(../images/bg_channel_index_cell.png) top center no-repeat;
        color: #666;
        display:block;
        text-decoration: none;
    }
    div#channel-list ul li a:hover {
        background: url(../images/bg_channel_index_cell.png) left -50px no-repeat;
    }

div#main-movie {
    width: 300px;
    float: left;
    display: inline;
}
    div#main-movie p {
        width: 277px;
        margin: 10px auto;
    }

div#topsidebar {
    width: 245px;
    position: absolute;
    top: 110px;
    right: 50px;
}
    div#news {
        margin: 0 0 0 20px;
        width: 245px;
        float: left;
        display: inline;
        border: solid 2px #f19999
    }
        div#news h2 {
            display: block;
            background: #f19999 url(../images/h2_news.png) center center no-repeat;
            text-indent: -9999px;
            width: 100%;
            height: 30px;
        }
        ul#news-contents {
            padding: 10px;
            list-style-type: none;
            overflow: auto;
            height: 220px;
        }
        ul#news-contents li {
            margin: 0 0 15px;
            font-size: 1.3em;
            line-height: 1.5;
        }
        ul#banner {
            margin: 30px 0 0;
            list-style-type: none;
        }
        ul#banner li {
            margin: 0 0 8px;
        }
