/* ----- General Format Begin ----- */
html {
    font-size: 16px;
}

body {
    background-color: #fff;
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    /*font-family: "Microsoft JhengHei", "Heiti TC", sans-serif, "STHeiti", "Droid Sans";*/
    font-size: 1em;
    line-height: 140%;
    color: #000;
}

#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;
}

img {
    border: none;
}

.index-body {
    width: 1024px;
    max-width: 1024px;
    margin: 0 auto;
}

    .index-body p {
        margin: 0;
        padding: 0;
    }

    .index-body .btn-txt {
        margin: 0 0 2px 0;
        padding: 0;
    }

/*
.index-header {
    width: 1024px;
    height: 140px;
    background: url(../images/index_header.jpg) no-repeat center top;
}
*/

.index-content {
    background-color: #dcdddf;
}

.index-footer {
    padding: 20px 30px 20px 35px;
}

.index-table {
    width: 974px;
    margin: 0 15px 0 35px;
    padding: 10px 0;
}

    .index-table td {
        padding: 10px 0;
        margin: 0;
        vertical-align: top;
    }

        .index-table td .select-lang {
            margin: 0 0 10px 0;
        }

/*
.header-container {
    width: 100%;
    height: 145px;
    background: url('../images/headerbar.jpg') no-repeat right top;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
*/

.btn-textversion {
    position: absolute;
    top: 20px;
    right: 90px;
}

.btn-home {
    position: absolute;
    top: 20px;
    right: 9px;
}

.btn-lang1 {
    position: absolute;
    top: 55px;
    right: 9px;
}

.btn-lang2 {
    position: absolute;
    top: 90px;
    right: 9px;
}

/*
#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;
    }

.body-container {
    width: 1000px;
    padding: 0;
    margin: 0;
    background-color: #dadbdd;
    display: table;
}

.content-container {
    float: right;
    width: 720px;
    min-height: 600px;
    padding: 10px 0 30px 30px;
    margin: 0;
    background-color: #fff;
}

/*#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: #000;
        }

/*#main-content {
    width: 700px;
    max-width: 700px;
    margin-left: 20px;
}*/

#main-footer {
    width: 720px;
    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-list {
    padding: 0;
    margin: 0;
    width: 250px;
}

    .nav-list > li {
        width: 250px;
        list-style: none;
        height: auto;
        cursor: pointer;
        margin: 0 0 10px 0;
    }

.nav-section {
    position: relative;
    width: 250px;
    min-height: 45px;
    color: #ffffff;
}

    .nav-section a {
        text-decoration: none;
        border: 0 solid;
        display: block;
    }

.nav-section-whole {
    border-collapse: collapse;
    width: 240px;
    min-height: 45px;
    height: 45px;
}

.nav-section-no {
    width: 80px;
    max-width: 80px;
    margin: 0;
    background-color: #505050;
}

    .nav-section-no.active {
        background-color: #6f6f6f;
    }

    .nav-section-no span {
        display: block;
        color: #fff;
        font-size: 120%;
        line-height: 150%;
        font-weight: bold;
        text-align: center;
    }

.nav-section-desc {
    width: 160px;
    max-width: 160px;
    height: auto;
    margin: auto auto;
}

    .nav-section-desc span {
        display: block;
        padding: 5px 10px;
        font-size: 115%;
        color: #fff;
        line-height: 130%;
        font-weight: normal;
        text-align: center;
    }


.nav-section:hover .nav-topic {
    visibility: visible;
}

.nav-hr {
    width: 100%;
    border-bottom: 3px solid #fff;
}

.nav-topic {
    position: absolute;
    left: 250px;
    top: 0;
    width: 450px;
    float: left;
    padding: 20px 30px;
    background-color: #000;
    color: #ffffff;
    font-size: 120%;
    margin: 0;
    cursor: default;
    visibility: hidden;
    z-index: 99;
}

    .nav-topic ul {
        padding: 0;
        margin: 0;
    }


        .nav-topic ul li {
            list-style-type: none;
        }

    .nav-topic li:hover .nav-topicsub {
        display: block;
    }

    .nav-topic ul li a {
        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: 20px 30px;
    display: none;
    z-index: 999;
}
/* ----- Left Menu End ----- */


/* ----- Section Color Begin ----- */
#nav-section1:hover {
    background-color: #cc4d18;
}

#nav-section2:hover {
    background-color: #966e19;
}

#nav-section3:hover {
    background-color: #863a1a;
}

#nav-section4:hover {
    background-color: #a2000b;
}

#nav-section5:hover {
    background-color: #c0219f;
}

#nav-section6:hover {
    background-color: #59258a;
}

#nav-section7:hover {
    background-color: #064a4d;
}

#nav-section8:hover {
    background-color: #10824f;
}

#nav-section9:hover {
    background-color: #326cb6;
}

.bg-section1 {
    background-color: #cc4d18;
}

.bg-section2 {
    background-color: #966e19;
}

.bg-section3 {
    background-color: #863a1a;
}

.bg-section4 {
    background-color: #a2000b;
}

.bg-section5 {
    background-color: #c0219f;
}

.bg-section6 {
    background-color: #59258a;
}

.bg-section7 {
    background-color: #064a4d;
}

.bg-section8 {
    background-color: #10824f;
}

.bg-section9 {
    background-color: #326cb6;
}


.text-section1 {
    color: #000 !important;
}

.text-section2 {
    color: #000 !important;
}

.text-section3 {
    color: #000 !important;
}

.text-section4 {
    color: #000 !important;
}

.text-section5 {
    color: #000 !important;
}

.text-section6 {
    color: #000 !important;
}

.text-section7 {
    color: #000 !important;
}

.text-section8 {
    color: #000 !important;
}

.text-section9 {
    color: #000 !important;
}
/* ----- 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 {
        font-size: 1em;
        line-height: 120%;
        border: #444444 1px solid;
        padding: 3px;
    }

.thead-section1 {
    background-color: #000;
    color: #ffffff;
}

.thead-section2 {
    background-color: #000;
    color: #ffffff;
}

.thead-section3 {
    background-color: #000;
    color: #ffffff;
}

.thead-section4 {
    background-color: #000;
    color: #ffffff;
}

    .thead-section4 a:link, .thead-section4 a:visited {
        color: #ffffff;
    }

.thead-section5 {
    background-color: #000;
    color: #ffffff;
}

    .thead-section5 td {
        border: #8a8a8a 1px solid;
    }

    .thead-section5 a:link, .thead-section5 a:visited {
        color: #ffffff;
    }

.thead-section5b {
    background-color: #000;
    color: #ffffff;
}

.thead-section6 {
    background-color: #000;
    color: #ffffff;
}

    .thead-section6 a:link, .thead-section6 a:visited {
        color: #ffffff;
    }

.thead-section7 {
    background-color: #000;
    color: #ffffff;
}

.thead-section7b {
    background-color: #000;
    color: #ffffff;
}

.thead-section8 {
    background-color: #000;
    color: #ffffff;
}

.thead-section9 {
    background-color: #000;
    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%;
}

.table-section3 {
    border-collapse: collapse;
    max-width: 1000px;
}

    .table-section3 thead td {
        padding: 5px 0;
    }

    .table-section3 th {
        color: #fff;
        font-size: 1em;
        font-weight: normal;
        border: #444444 1px solid;
        padding: 3px 0;
        width: 250px;
        background-color: #272727;
    }

    .table-section3 td {
        font-size: 1em;
        border: #444444 1px solid;
        padding: 3px 0;
        width: 150px;
    }

.table-section9 {
    border-collapse: collapse;
}

    .table-section9 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 ----- */



a:link, a:hover, a:active {
    color: #0000EE;
    text-decoration: underline !important;
}

a:visited {
    color: #551A8B;
    text-decoration: underline !important;
}
