﻿#content {
    padding: 10px 30px;
}

.linkpath {
    font-size: 12px;
}

    .linkpath a, .linkpath a:visited {
        color: #83b626;
        text-decoration: none;
        font-weight: bold;
    }

/* 左頁 */
#left_content {
    float: left;
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
    width: 180px;
}

/* 左選單 */
.leftNav {
    margin: 0 0 20px 0;
    padding: 0;
    width: 170px;
    list-style: none;
}

    .leftNav li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ccc;
        background-color: #f6f6f4;
        font-size: 14px;
    }

        .leftNav li.header {
            position: relative;
            z-index: 1;
            margin: 0 0 -5px 0;
            padding: 7px 5px 0 15px;
            height: 28px;
            border: 0;
            background-color: transparent;
            background-image: url(../img/layout1/leftNav_header_bg.png);
            background-position: left top;
            background-repeat: no-repeat;
            color: #fff;
            list-style-image: none;
            vertical-align: middle;
            font-weight: bold;
            font-family: verdana !important;
        }

        .leftNav li span {
            display: block;
            padding: 0;
            background-image: url(../img/layout1/arrow-box.gif);
            background-position: 10px 10px;
            background-repeat: no-repeat;
        }

        .leftNav li.header span {
            display: block;
            padding: 0;
            background-image: none;
            color: #fff;
        }

        .leftNav li:hover, .leftNav li.selected {
            background-color: #777;
        }

        .leftNav li.header:hover {
            background-color: transparent;
        }

        .leftNav li a {
            display: block;
            padding: 8px 0 9px 30px;
            width: 180px;
            color: #333;
            text-decoration: none;
            font-weight: bold;
            font-family: arial;
        }

        .leftNav li:hover a {
            color: #fff;
            text-decoration: underline !important;
        }

        .leftNav li.selected a {
            color: #fff;
            text-decoration: none !important;
        }

        .leftNav li ul {
            margin-top: -8px;
            padding: 0 0 7px 0;
        }

            .leftNav li ul li {
                border-bottom: 0;
                background-color: #777;
            }

                .leftNav li ul li span {
                    display: block;
                    padding: 2px 0 2px 30px;
                    background-image: url(../img/layout1/white-dot.gif);
                    background-position: 13px 6px;
                    background-repeat: no-repeat;
                    font-size: 1.1em;
                }

                .leftNav li ul li a {
                    color: #fff;
                    font-weight: normal;
                    font-size: 1.1em;
                    font-family: arial;
                }

        .leftNav li:hover ul li a,
        .leftNav li.selected ul li a {
            color: #fff;
            text-decoration: none !important;
        }

            .leftNav li:hover ul li a:hover,
            .leftNav li.selected ul li a:hover {
                color: #fff;
                text-decoration: underline !important;
            }

/* 右頁 */
#right_content {
    float: left;
    margin: 5px 0 0 10px;
    padding: 0 0 0 5px;
    width: 675px;
    border-top: 1px #cecece solid;
}

    #right_content h1 {
        color: #444444;
        font-size: 20px;
        font-weight: bold;
        padding: 0 0 0 0;
    }

    #right_content h2 {
        color: #83b626;
        font-size: 13px;
        font-weight: bold;
    }

    #right_content p {
	font-size: 13px;
	line-height: 21px;
    }
