﻿body {
    margin: 0px;
    font-size: 11pt;
    background-color: #000000;
}

a:link {
    color: #48403D;
    text-decoration: none;
}

a:visited {
    COLOR: #48403D;
    TEXT-DECORATION: none;
}

a:active {
    COLOR: #48403D;
    TEXT-DECORATION: none;
}

a:hover {
    COLOR: #cc9900;
    TEXT-DECORATION: underline;
}

img {
    vertical-align: middle;
    border: 0;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#layout {
    margin: 0px auto;
    width: 950px;
}

#banner {
    width: 950px;
    height: 197px;
}

#logo {
    width: 187px;
    height: 252px;
    position: absolute;
    margin-left: 15px;
}

#picture li {
    position: absolute;
}

#picture .controller {
    position: absolute;
    margin-top: 50px;
    margin-left: 930px;
}

    #picture .controller a {
        background: transparent url(/IMG/arrows.png) no-repeat left top;
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 60px;
        bottom: 0;
        outline: none; /* 去除超連結虛線 */
    }

    #picture .controller .next {
        background-position: -30px 0;
        right: 0;
    }

    #picture .controller .play {
        background-position: -60px 0;
        right: 30px;
    }

    #picture .controller .pause {
        background-position: -90px 0;
    }

#background {
    float: left;
    background-color: #FFFFFF;
    background-position: 15px;
    background-image: url('/IMG/film_gray.png');
    background-repeat: repeat-y;
}

#hot {
    width: 217px;
    float: left;
    padding-top: 55px;
}

#round {
    width: 140px;
    margin-left: 38px;
    color: #FFFFFF;
    height: 750px;
}

    #round .head {
        margin: 5px;
        font-size: 14pt;
        text-align: center;
        color: #CCCCCC;
        font-weight: bold;
    }

    #round .item {
        width: 140px;
        height: 720px;
        overflow: hidden;
        position: absolute;
    }

        #round .item ul {
            position: absolute;
            text-align: center;
        }

    #round a:link {
        color: #FFFFFF;
        text-decoration: none;
    }

    #round a:visited {
        COLOR: #FFFFFF;
        TEXT-DECORATION: none;
    }

    #round a:active {
        COLOR: #FFFFFF;
        TEXT-DECORATION: none;
    }

    #round a:hover {
        COLOR: #cc9900;
        TEXT-DECORATION: underline;
    }

#contents > h1 {
    margin-top: 30px;
    margin-bottom: 0px;
    width: 100%;
    background-image: url('/IMG/h1_bg.png');
    background-repeat: no-repeat;
    font-size: 18pt;
    padding-left: 50px;
}

#contents > h2 {
    margin: 5px 0px 0px 0px;
    font-size: 13pt;
    color: #800000;
    letter-spacing: 2px;
}

#contents {
    float: right;
    width: 733px;
}

    #contents .contents {
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

#bottom {
    background-position: 100px top;
    width: 100%;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    background-image: url('../IMG/camera.png');
    background-repeat: no-repeat;
    height: 60px;
}

.album {
    margin: 5px;
}

    .album .name {
        margin: 2px;
        text-align: center;
        width: 130px;
        overflow: hidden;
    }

#bottom a {
    margin: 5px;
    color: #CCCCCC;
}

#copyright {
    margin-top: 10px;
}

#marquee {
    margin-left: 217px;
    margin-top: 200px;
    height: 25px;
    overflow: hidden;
    width: 720px;
    position: absolute;
}

    #marquee ul {
        margin-left: 30px;
        position: absolute;
    }

    #marquee li {
        display: block;
        overflow: hidden; /* 超出範圍的部份要隱藏 */
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        text-decoration: none;
        font-size: 14px;
    }

#marquee_next_btn {
    position: absolute;
    margin-left: 5px;
}

#marquee_prev_btn {
    position: absolute;
    margin-left: 696px;
}

#menu {
    width: 950px;
    margin-top: 153px;
    font-size: 12pt;
    font-weight: bold;
    position: absolute;
    background-image: url('/IMG/menu_bg.png');
    height: 44px;
}

    #menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        float: right;
        z-index: 101;
    }

        #menu ul li {
            margin: 0;
            float: left;
        }

        #menu ul li:hover {
            background: #E7E7E7;
        }

        #menu ul li img {
            vertical-align: middle;
        }

        #menu ul li a {
            padding: 10px;
            display: block;
            color: #FFFFFF;
            text-decoration: none;
            line-height: 25px;
            font-weight: bold;
        }

            #menu ul li a:hover, #menu ul li:hover > a {
                text-decoration: none;
                color: #FF5050;
            }

        #menu ul li ul {
            margin: 0px;
            list-style-type: none;
            position: absolute;
            background: #E7E7E7;
            z-index: 101;
            visibility: hidden;
        }

            #menu ul li ul li {
                float: none;
                text-align: left;
                padding: 5px;
            }

                #menu ul li ul li a {
                    display: inline;
                    color: #000000;
                    font-weight: bold;
                }

                    #menu ul li ul li a:hover {
                        text-decoration: none;
                        color: #FF5050;
                    }

#page_loading {
    width: 100px;
    background-color: #FF5050;
    margin: 0px auto;
    font-size: 10pt;
}
/*tab選單*/
ul.tabs {
    height: 32px;
    border-bottom: 1px solid #C0C0C0;
    font-size: 11pt;
}

    ul.tabs li {
        margin-right: 5px;
        margin-left: 5px;
        float: left;
        height: 31px;
        line-height: 31px;
        overflow: hidden;
        position: relative;
        margin-bottom: -1px; /* 讓 li 往下移來遮住 ul 的部份 border-bottom */
        border: 1px solid #C0C0C0;
        background: #e1e1e1;
    }

        ul.tabs li a {
            display: block;
            padding: 0 20px;
            color: #000;
            border: 1px solid #fff;
            text-decoration: none;
        }

            ul.tabs li a:hover {
                background: #ccc;
            }

        ul.tabs li.active {
            background: #fff;
            border-bottom: 1px solid #fff;
        }

            ul.tabs li.active a:hover {
                background: #fff;
            }

div.tab_container {
    padding: 10px;
    border: 1px solid #C0C0C0;
    border-top: none;
    background: #fff;
}
/*放大照片樣式*/
#zoon {
    height: 620px;
    width: 880px;
    padding: 5px;
    background-color: #FFFFFF;
}

    #zoon .title {
        text-align: center;
        width: 860px;
        position: absolute;
        font-weight: bold;
    }

    #zoon .video {
        margin-left: 10px;
        margin-top: 20px;
        background-color: #000000;
        width: 860px;
        height: 500px;
        position: absolute;
    }

    #zoon .note {
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
        background-image: url('/IMG/menu_bg.png');
        position: absolute;
        height: 40px;
        width: 860px;
        margin-left: 10px;
        margin-top: 480px;
    }

    #zoon .item {
        background-color: #000000;
        width: 732px;
        height: 72px;
        position: absolute;
        margin-top: 535px;
        margin-left: 74px;
        overflow: hidden;
    }

        #zoon .item ul {
            position: absolute;
        }

            #zoon .item ul li {
                display: block;
                margin: 1px;
                float: left;
                width: 120px;
            }

    #zoon .prev {
        margin-left: 10px;
        margin-top: 554px;
        background-image: url('/IMG/prev.png');
        width: 32px;
        height: 32px;
        position: absolute;
    }

    #zoon .next {
        margin-left: 840px;
        margin-top: 554px;
        background-image: url('/IMG/next.png');
        width: 32px;
        height: 32px;
        position: absolute;
    }

    #zoon .close {
        background-image: url('/IMG/close.png');
        width: 24px;
        height: 24px;
        position: absolute;
        margin-top: 5px;
        margin-left: 851px;
    }

.popup {
    position: absolute;
    visibility: hidden;
    z-index: 101;
}

.popup_background {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 101;
}

.popup .title {
    text-align: center;
}

.popup .contents {
    width: 624px;
    height: 474px;
    background-color: #FFFFFF;
}
