html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft JhengHei", "Heiti TC", sans-serif, "STHeiti", "Droid Sans", Arial;
    font-size: 13px;
    color: #000;
}

body {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
}

.index-body {
    width: 1024px;
}

    .index-body .index-text {
        width: 600px;
        margin-top: 20px;
        float: left;
    }

    .index-body .index-lang-container {
        /*width: 285px;*/
        margin-top: 20px;
        float: right;
    }

        .index-body .index-lang-container .index-lang-btn {
            display: inline-block;
            text-align: center;
            width: 110px;
        }

        .index-body .index-lang-container .split-line {
            border-right: 2px solid #008177;
        }

        .index-body .index-lang-container .index-lang-textversion {
            padding: 3px 0;
        }

            .index-body .index-lang-container .index-lang-textversion a {
                color: #008177 !important;
                font-size: 1.2rem;
                font-weight: bold;
                text-decoration: none;
            }

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

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

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

img {
    border: none;
}

p {
    font-size: 1rem;
    text-align: justify;
}

a {
    font-size: 1rem;
}

    a:link, a:hover, a:active, a:visited {
        color: #326CB4;
    }


/*--------------------*/
/*--- Header Style ---*/
/*--------------------*/
#header-container {
    height: 120px;
    width: 100%;
}

    #header-container .header-buttons {
        float: right;
        margin-right: 30px;
        height: 100%;
        white-space: nowrap;
        text-align: center;
    }

        #header-container .header-buttons:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 0;
            /* adjust for white space between pseudo element and next sibling */
            margin-right: -.25em;
            /* stretch line height */
            height: 100%;
        }

.header-item {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    color: #008177 !important;
    font-size: 1.1rem;
}


/*--------------------*/
/*--- Content Body ---*/
/*--------------------*/
#header-shadow {
    width: 100%;
    height: 20px;
    background: url(../images/header_shadow.png) repeat-x top;
}

#body-container {
    width: 100%;
    overflow: auto;
}

#content-container {
    background-color: #ffffff;
    width: 768px;
    min-height: 700px;
    padding: 50px 20px;
    border: 1px solid #D5DEDD;
    border-radius: 20px 0 0 0;
    float: left;
}


/*-----------------------------*/
/*--- Navigation Bar Styles ---*/
/*-----------------------------*/
/* Section(章) -> Topic(節/分組) -> SubTopic(小節) */
.nav-container {
    width: 270px;
    padding: 0;
    margin: 0;
    float: left;
}

    .nav-container ul {
        padding: 0;
    }

    .nav-container li {
        list-style-type: none;
        padding-left: -1rem;
    }

    .nav-container a {
        font-size: 0.9rem;
        line-height: 120%;
        text-decoration: none;
        color: #000;
        display: block;
    }

.nav-section-topspace {
    height: 30px;
}

.nav-section-whole {
    position: relative;
}

    .nav-section-whole:hover .nav-topic-list {
        display: block;
    }

    .nav-section-whole:hover .nav-section-table td {
        color: #fff;
    }

    .nav-section-whole > a {
        background: url(../images/nav_bg.png) no-repeat left center;
        background-color: #fff;
    }

.nav-section-btn {
    display: block;
}

.nav-section-table {
    min-height: 40px;
    height: 40px;
    border-collapse: collapse;
}

.nav-section-leftspace {
    width: 45px;
}

.nav-section-no {
    font-size: 1.1rem;
    font-weight: bold;
    width: 70px;
}

.nav-section-desc {
    width: 130px;
    vertical-align: middle;
}

.nav-section-spliter {
    height: 25px;
    background: url(../images/nav_shadow.png) repeat-x top;
}

.nav-topic-list {
    position: absolute;
    display: none;
    left: 270px;
    top: 0;
    width: 500px;
    z-index: 2;
    background-color: #fff;
    padding-bottom: 10px;
}

    .nav-topic-list .nav-topic-item {
        padding: 4px 10px 4px 30px;
    }

.nav-topic-topspace {
    height: 40px;
}

.nav-topic-topspace-section1 {
    background: url(../images/nav_topic_bg_section1.jpg) no-repeat left top;
    background-position-y: 9px;
}

.nav-topic-topspace-section2 {
    background: url(../images/nav_topic_bg_section2.jpg) no-repeat left top;
    background-position-y: 9px;
}

.nav-topic-topspace-section3 {
    background: url(../images/nav_topic_bg_section3.jpg) no-repeat left top;
    background-position-y: 9px;
}

.nav-topic-topspace-section4 {
    background: url(../images/nav_topic_bg_section4.jpg) no-repeat left top;
    background-position-y: 9px;
}

.nav-topic-topspace-section5 {
    background: url(../images/nav_topic_bg_section5.jpg) no-repeat left top;
    background-position-y: 9px;
}

.nav-topic-topspace-section6 {
    background: url(../images/nav_topic_bg_section6.jpg) no-repeat left top;
    background-position-y: 9px;
}

.nav-topic-topspace-section7 {
    background: url(../images/nav_topic_bg_section7.jpg) no-repeat left top;
    background-position-y: 9px;
}

.nav-topic-topspace-section8 {
    background: url(../images/nav_topic_bg_section8.jpg) no-repeat left top;
    background-position-y: 9px;
}

.nav-topic-topspace-section9 {
    background: url(../images/nav_topic_bg_section9.jpg) no-repeat left top;
    background-position-y: 9px;
}

.nav-subtopic-list {
    position: absolute;
    display: none;
    left: 250px;
    width: 500px;
    z-index: 3;
    background-color: #fff;
    bottom: 0;
    padding: 10px;
}

    .nav-subtopic-list .nav-subtopic-item {
        padding: 3px 10px;
    }

.nav-topic-item:hover .nav-subtopic-list {
    display: block;
}

.nav-w3c {
    text-align: center;
    margin-top: 10px;
}


/*---------------------*/
/*--- Content Table ---*/
/*---------------------*/
.content-table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #444444 !important;
}

    .content-table th, .content-table td {
        font-size: 1em;
        border: 1px solid #444444 !important;
        padding: 3px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thead-section9 {
    background-color: #004A4D;
    color: #ffffff;
}

.content-table-mix {
    border-collapse: collapse;
    width: 100%;
    border: #444444 1px solid !important;
}

    .content-table-mix, .content-table-mix th, .content-table-mix td {
        border: #444444 1px solid !important;
    }

        .content-table-mix th {
            text-align: left;
        }

        .content-table-mix thead th {
            text-align: center;
        }

        .content-table-mix tbody td {
            font-size: 70%;
            page-break-inside: avoid;
        }

.tbody-small1 td {
    font-size: 80%;
}

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

    .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: 170px;
        background-color: #9e2f00;
    }

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

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

    .table-section9 td {
        border: 0;
        vertical-align: top;
    }

ul.link-list {
    margin: 0 60px 0 0;
    padding: 0;
}

    ul.link-list li {
        list-style: none;
        margin: 0 0 5px 0;
    }


/*--------------*/
/*--- Footer ---*/
/*--------------*/
#footer {
    width: 100%;
    clear: both;
    text-align: right;
    margin-top: 40px;
}

.revision-date {
    clear: both;
    text-align: right;
}


/*---------------------------------*/
/*--- Text Resize Button Styles ---*/
/*---------------------------------*/
#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;
        }


/*--------------------*/
/*--- Color Styles ---*/
/*--------------------*/
.text-section1 {
    color: #326CB4 !important;
}

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

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

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

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

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

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

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

.text-section9 {
    color: #004A4D !important;
}

.text-white {
    color: #fff !important;
}

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

#nav-topic1 a:hover {
    color: #326CB4 !important;
}

#nav-topic2 a:hover {
    color: #A01D21 !important;
}

#nav-topic3 a:hover {
    color: #CB4E27 !important;
}

#nav-topic4 a:hover {
    color: #592D89 !important;
}

#nav-topic5 a:hover {
    color: #217C3F !important;
}

#nav-topic6 a:hover {
    color: #B63292 !important;
}

#nav-topic7 a:hover {
    color: #883A14 !important;
}

#nav-topic8 a:hover {
    color: #00834D !important;
}

#nav-topic9 a:hover {
    color: #004A4D !important;
}

/* Netvigation menu: Section button styles */
#nav-section1:hover > a {
    background-color: #326CB4;
    color: #fff !important;
}

#nav-section1.here > a {
    background-color: #326CB4;
    color: #fff !important;
}

#nav-section2:hover > a {
    background-color: #A01D21;
    color: #fff !important;
}

#nav-section2.here > a {
    background-color: #A01D21;
    color: #fff !important;
}

#nav-section3:hover > a {
    background-color: #CB4E27;
    color: #fff !important;
}

#nav-section3.here > a {
    background-color: #CB4E27;
    color: #fff !important;
}

#nav-section4:hover > a {
    background-color: #592D89;
    color: #fff !important;
}

#nav-section4.here > a {
    background-color: #592D89;
    color: #fff !important;
}

#nav-section5:hover > a {
    background-color: #217C3F;
    color: #fff !important;
}

#nav-section5.here > a {
    background-color: #217C3F;
    color: #fff !important;
}

#nav-section6:hover > a {
    background-color: #B63292;
    color: #fff !important;
}

#nav-section6.here > a {
    background-color: #B63292;
    color: #fff !important;
}

#nav-section7:hover > a {
    background-color: #883A14;
    color: #fff !important;
}

#nav-section7.here > a {
    background-color: #883A14;
    color: #fff !important;
}

#nav-section8:hover > a {
    background-color: #00834D;
    color: #fff !important;
}

#nav-section8.here > a {
    background-color: #00834D;
    color: #fff !important;
}

#nav-section9:hover > a {
    background-color: #004A4D;
    color: #fff !important;
}

#nav-section9.here > a {
    background-color: #004A4D;
    color: #fff !important;
}

/* Page background colors */
.bg-section1 {
    background-color: #CCDBEC;
}

.bg-section2 {
    background-color: #E8C7C8;
}

.bg-section3 {
    background-color: #F2D3CA;
}

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

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

.bg-section6 {
    background-color: #EDCCE4;
}

.bg-section7 {
    background-color: #E1CFC7;
}

.bg-section8 {
    background-color: #C0E0D3;
}

.bg-section9 {
    background-color: #C0D2D3;
}

.bg-sectionsitemap {
    background-color: #CCDBEC;
}


/*----------------------*/
/*--- Sitemap Styles ---*/
/*----------------------*/
.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 > a {
    font-size: 1.15rem;
    line-height: 180%;
}


@media print {
    #body-container {
        overflow: visible !important;
    }

    .nav-container {
        /*display: none;*/
    }

    #content-container {
        /*width: 95%;
        padding: 0;
        border: 0;
        border-radius: 0;*/
    }
}
