﻿@charset "utf-8";
/* CSS Document */

@-webkit-keyframes topanime {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px,720px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
    }
}

@-moz-keyframes topanime {
    0% {
        opacity: 0;
        -moz-transform: translate(0px,720px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0px,0px);
    }
}

@-o-keyframes topanime {
    0% {
        opacity: 0;
        -o-transform: translate(0px,720px);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0px,0px);
    }
}

@-ms-keyframes topanime {
    0% {
        opacity: 0;
        -ms-transform: translate(0px,720px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px,0px);
    }
}

@keyframes topanime {
    0% {
        opacity: 0;
        transform: translate(0px,720px);
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px);
    }
}

.topImage {
    -webkit-animation: topanime 8s ease-out 0s 1 normal;
    -moz-animation: topanime 8s ease-out 0s 1 normal;
    -o-animation: topanime 8s ease-out 0s 1 normal;
    -ms-animation: topanime 8s ease-out 0s 1 normal;
    animation: topanime 8s ease-out 0s 1 normal;
    position: relative;
    display: block;
    width: 650px;
}

    .topImage img {
        display: block;
        position: absolute;
        top: -720px;
    }

#inner dl {
    margin: 3em auto auto 5px;
    display: inline;
    float: left;
    width: 165px;
}

#inner font {
    display: none;
}

#inner dl dd, #inner dl dt {
    margin: 0px;
}

#main {
    z-index: 1000;
    height: 255px;
    border: 1px solid #a2a2a2;
    width: 850px;
    margin: 1em auto 3em auto;
}

    #main .flash .imgnone {
        display: none;
    }

    #main .flash {
        width: 649px;
        float: left;
        margin: 0;
        padding: 0;
    }

    #main ul {
        width: 200px;
        padding: 0;
        margin: 0;
        float: right;
        list-style-type: none;
    }

    #main li {
        position: relative;
        border-top: 1px solid #a2a2a2;
        border-left: 1px solid #a2a2a2;
        text-align: center;
    }

        #main li.first {
            border-top: none;
        }

    #main a.child {
        height: 85px;
        line-height: 85px;
    }

    #main a.button {
        background: transparent url('../img/CommonImage/MainButton.png') scroll repeat-x center center;
        line-height: 84px;
        display: block;
        text-decoration: none;
        color: #000;
        width: 199px;
    }

    #main b {
        font-size: 150%;
        line-height: 84px;
    }

    /* mousehover */
    #main li:hover, #main a:hover, #main a:active, #main a:focus {
        background: #ddd url('../img/CommonImage/MainButtonMouseOver.png') scroll repeat-x center center;
    }

        #main li:hover div, #main a:hover div, #main a:active div, #main a:focus div {
            visibility: visible;
        }

    #main div.ChineseDTP, #main div.Printing, #main div.XML {
        text-align: left;
        visibility: hidden;
        position: absolute;
        left: -651px;
        width: 650px;
        height: 255px;
    }

    #main ul div.ChineseDTP {
        background: transparent url('../img/CommonImage/ChineseDTPImage.jpg') scroll no-repeat center center;
        top: 0px;
    }

    #main ul div.Printing {
        background: transparent url('../img/CommonImage/PrintingImage.jpg') scroll no-repeat center center;
        top: -86px;
    }

    #main ul div.XML {
        background: transparent url('../img/CommonImage/XMLImage.jpg') scroll no-repeat center center;
        top: -171px;
    }

    #main ul div div {
        position: absolute;
        bottom: 0px;
        color: #fff;
        text-align: left;
        margin: 0px 0 10px 10px;
        width: 630px;
        height: 105px;
        font-size: 90%;
    }

        #main ul div div a {
            color: #fff;
        }

            #main ul div div a:hover {
                text-decoration: none;
                background: none;
            }

        #main ul div div h2 {
            font-size: 200%;
            margin: 10px 0;
            line-height: 1em;
        }

#LeftSide {
    float: left;
    width: 640px;
}

#RightSide {
    float: right;
    width: 200px;
}

.banner {
    margin-top: 0.5em;
    margin-left: 8px;
}

    .banner img {
        border: 1px solid #000;
        display: block;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }

div.PaneLeft ul {
    list-style-type: none;
    overflow: auto;
    overflow-x: hidden;
    left: 0;
    margin: 0;
    margin-top: 0.5em;
}

    div.PaneLeft ul li:first-child a {
        font-weight: bold;
        color: #000;
    }

    div.PaneLeft ul li {
        border-bottom: 1px dashed #666;
        margin: 0;
    }

        div.PaneLeft ul li a {
            color: #666;
            display: block;
            height: auto;
            text-indent: -1em;
            padding-left: 1.5em;
            text-decoration: none;
            width: auto;
        }

            div.PaneLeft ul li a:hover {
                background-color: #ddd;
                color: #000;
            }

            div.PaneLeft ul li a:active, div.PaneLeft ul li a:focus {
                background-color: #666;
                color: #fff;
            }

.MenuList_width {
    width: 122px;
}

.LeftSide_width {
    width: 600px;
}

.RightSide_width {
    width: 162px;
}
