/* ----- General Format Begin ----- */
body {
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    font-family: "Microsoft JhengHei", "Heiti TC", sans-serif, "STHeiti", "Droid Sans";
    font-size: 0.8em;
    line-height: 150%;
    color: #000000;
}

#preloaded-images {
    position: absolute;
    overflow: hidden;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
    display: none;
}

h1 {
    font-size: 1.9em;
    line-height: 130%;
    margin: 0 0 40px 0;
}

h2 {
    font-size: 1.5em;
    line-height: 120%;
}

h3 {
    font-size: 1.3em;
    line-height: 130%;
    margin: 15px 0 0 0;
}

#main_header {
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#page_logo {
    width: 728px;
    height: 100%;
    background: url('../images/pageheader.jpg') no-repeat;
    float: left;
}

#page_banner {
    width: 272px;
    height: 100%;
    float: left;
}

#page_lang {
    width: 32px;
    margin: 0 8px 0 auto;
}

    #page_lang div {
        margin-top: 7px;
    }

#main_nav {
    width: 280px;
    float: left;
}

#main_section {
    width: 720px;
    float: left;
}

#resize_fontsize {
    width: 100px;
    margin: 10px 15px 0 auto;
    text-align: right;
}

    #resize_fontsize a {
        font-family: arial;
        font-size: 14px;
        padding: 3px 6px;
        margin-left: 3px;
        border: 1px solid #999;
        color: #000;
        text-decoration: none;
    }

        #resize_fontsize a:hover {
            background-color: #61a584;
        }

#main_content {
    width: 700px;
    max-width: 700px;
    margin-left: 20px;
}

#main_footer {
    width: 700px;
    clear: both;
    margin-left: auto;
    text-align: right;
}

.revision_date{
    clear: both;
    text-align: right;
}
/* ----- General Format End ----- */


/* ----- Left Menu Begin ----- */
/* Section(章) > Topic(節/題) */
/*.nav_container {
    width: 280px;    
    z-index: 99;
    margin: 0;
}*/

.nav_section {
    position: relative;
    width: 280px;
    height: 70px;
    max-height: 70px;
    margin: 0;
    color: #ffffff;
    background: url('../images/nav_all_off.jpg') no-repeat #927046;
    cursor: pointer;
}

.nav_section_title {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 270px;
    max-height: 62px;
    margin: 0;
    padding: 8px 0 0 10px;
    display: block;
    color: #000000;
    font-size: 120%;
    line-height: 150%;
    font-weight: bold;
}

.nav_section_desc {
    position: absolute;
    width: 170px;
    max-width: 170px;
    height: auto;
    max-height: 70px;
    left: 100px;
    margin: auto auto;
    padding: 0 10px 0 0;
    font-size: 115%;
    color: #fff;
    font-weight: normal;
    /*vertical-align: middle;
    display: table-cell;*/
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.nav_section:hover .nav_topic {
    visibility: visible;
}

#nav_section1:hover {
    background-image: url(../images/nav_section1_on.jpg);
}

#nav_section2:hover {
    background-image: url(../images/nav_section2_on.jpg);
}

#nav_section3:hover {
    background-image: url(../images/nav_section3_on.jpg);
}

#nav_section4:hover {
    background-image: url(../images/nav_section4_on.jpg);
}

#nav_section5:hover {
    background-image: url(../images/nav_section5_on.jpg);
}

#nav_section6:hover {
    background-image: url(../images/nav_section6_on.jpg);
}

#nav_section7:hover {
    background-image: url(../images/nav_section7_on.jpg);
}

#nav_section8:hover {
    background-image: url(../images/nav_section8_on.jpg);
}

#nav_section9:hover {
    background-image: url(../images/nav_section9_on.jpg);
}

.nav_topic {
    position: absolute;
    left: 280px;
    top: 0;
    width: 450px;
    float: left;
    padding: 30px;
    background-color: #927046;
    color: #ffffff;
    font-size: 120%;
    margin: 0;
    cursor: default;
    visibility: hidden;
}

    .nav_topic a {
        display: block;
    }

    .nav_topic li {
        list-style-type: none;
        cursor: pointer;
    }

        .nav_topic li:hover .nav_topicsub {
            display: block;
        }

a.nav_topic_url:link, a.nav_topic_url:visited, a.nav_topic_url:active {
    text-decoration: none;
    color: #ffffff;
    font-size: 80%;
    line-height: 200%;
}

a.nav_topic_url:hover {
    text-decoration: underline;
}

.nav_topicsub {
    position: absolute;
    bottom: 0;
    left: 280px;
    width: 380px;
    padding: 30px;
    display: none;
}

#nav_topic1 {
    /*background-color: #006bd5;
    background-color: rgb(0,107,213);*/
    background-image: url('../images/nav_section1_topicbg.jpg');
}

#nav_topic2 {
    /*background-color: #a2000b;
    background-color: rgb(162,0,11);*/
    background-image: url('../images/nav_section2_topicbg.jpg');
}

#nav_topic3 {
    /*background-color: #ce4c00;
    background-color: rgb(206,76,0);*/
    background-image: url('../images/nav_section3_topicbg.jpg');
}

#nav_topic4 {
    /*background-color: #976e05;
    background-color: rgb(151,110,5);*/
    background-image: url('../images/nav_section4_topicbg.jpg');
}

#nav_topic5 {
    /*background-color: #5a1f8d;
    background-color: rgb(90,31,141);*/
    background-image: url('../images/nav_section5_topicbg.jpg');
}

#nav_topic6 {
    /*background-color: #c114a1;
    background-color: rgb(193,20,161);*/
    background-image: url('../images/nav_section6_topicbg.jpg');
}

#nav_topic7 {
    /*background-color: #883a14;
    background-color: rgb(136,58,20);*/
    background-image: url('../images/nav_section7_topicbg.jpg');
}

#nav_topic8 {
    /*background-color: #00834d;
    background-color: rgb(0,132,77);*/
    background-image: url('../images/nav_section8_topicbg.jpg');
}

#nav_topic9 {
    /*background-color: #004a4d;
    background-color: rgb(0,74,77);*/
    background-image: url('../images/nav_section9_topicbg.jpg');
}
/* ----- Left Menu End ----- */


/* ----- Section Color Begin ----- */
.section1_color {
    color: #006bd5;
}

.section2_color {
    color: #a2000b;
}

.section3_color {
    color: #ce4c00;
}

.section4_color {
    color: #976e05;
}

.section5_color {
    color: #5a1f8d;
}

.section6_color {
    color: #c114a1;
}

.section7_color {
    color: #883a14;
}

.section8_color {
    color: #00834d;
}

.section9_color {
    color: #004a4d;
}
/* ----- Section Color End ----- */


/* ----- Content Table Begin ----- */
.SectionTopicList:link, .SectionTopicList:active, .SectionTopicList:visited {
    text-decoration: none;
}

.SectionTopicList:hover {
    text-decoration: underline;
}

.content_table {
    border-collapse: collapse;
    width: 100%;
}

    .content_table th, .content_table td {
        border: #444444 1px solid;
        padding: 3px;
    }

.thead_section1 {
    background-color: #006bd5;
    color: #ffffff;
}

.thead_section2 {
    background-color: #a2000b;
    color: #ffffff;
}

.thead_section3 {
    background-color: #ce4c00;
    color: #ffffff;
}

.thead_section4 {
    background-color: #976e05;
    color: #ffffff;
}

    .thead_section4 a:link, .thead_section4 a:visited {
        color: #ffffff;
    }

.thead_section5 {
    background-color: #5a1f8d;
    color: #ffffff;
}

    .thead_section5 td {
        border: #8a8a8a 1px solid;
    }

    .thead_section5 a:link, .thead_section5 a:visited {
        color: #ffffff;
    }

.thead_section5b {
    background-color: #7725C0;
    color: #ffffff;
}

.thead_section6 {
    background-color: #c114a1;
    color: #ffffff;
}

    .thead_section6 a:link, .thead_section6 a:visited {
        color: #ffffff;
    }

.thead_section7 {
    background-color: #883a14;
    color: #ffffff;
}

.thead_section7b {
    background-color: #A06143;
    color: #ffffff;
}

.content_table_mix {
    border-collapse: collapse;
    width: 100%;
    border: #444444 1px solid;
}

    .content_table_mix th, .content_table_mix td {
        border: #444444 1px solid;
    }

    .content_table_mix th {
        text-align: left;
    }

    .content_table_mix thead th {
        text-align: center;
    }

    .content_table_mix tbody td {
        font-size: 70%;
    }

.tbody_small1 td {
    font-size: 80%;
}

.section9_table {
    border-collapse: collapse;
}

    .section9_table td {
        border: 0;
        vertical-align: top;
    }
/* ----- Content Table End ----- */


/* ----- Sitemap Style Begin ----- */
.sitemap_ul {
    margin: 0 0 20px 0;
    padding: 0;
}

    .sitemap_ul li {
        list-style-type: none;
    }

        .sitemap_ul li a {
            text-decoration: none;
        }

            .sitemap_ul li a:hover {
                text-decoration: underline;
            }

.sitemap_section strong {
    font-size: 115%;
    line-height: 150%;
}
/* ----- Sitemap Style End ----- */
