/* 文字變化 */
.font15
{
    font-size: 15px;
}
.margin-b10
{
    margin-bottom: 10px;
    position: relative;
}
.txt-bold
{
    font-weight: bold;
}
.txt-normal
{
    font-weight: normal;
}
.lineheight-26
{
    line-height: 26px;
}

/* 文字顏色 */
.txt-3
{
    color: #333;
    text-decoration: none;
}
.txt-4
{
    color: #444;
    text-decoration: none;
}
.txt-5
{
    color: #555;
    text-decoration: none;
}
.txt-6
{
    color: #666;
    text-decoration: none;
}
.txt-blue
{
    color: #00F;
    text-decoration: none;
}
.txt-blue02
{
    color: #048;
    text-decoration: none;
}
.txt-blue03
{
    color: #04c;
    text-decoration: none;
}
.txt-brown
{
    color: #900;
    text-decoration: none;
}
.txt-green
{
    color: #060;
    text-decoration: none;
}
.txt-red
{
    letter-spacing: 1px;
    color: #F00;
    text-decoration: none;
}
.txt-red02
{
    color: #c33;
    text-decoration: none;
}
.txt-pink
{
    color: #F06;
    text-decoration: none;
}
.txt-purple
{
    color: #50a;
    text-decoration: none;
}
.txt-white
{
    color: #FFF;
    text-decoration: none;
}

.title-3
{
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.title-4
{
    font-size: 15px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
}
.title-5
{
    font-size: 15px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
}
.title-6
{
    font-weight: bold;
    color: #666;
    text-decoration: none;
}
.title-blue
{
    font-size: 15px;
    font-weight: bold;
    color: #47a;
    text-decoration: none;
}
.title-blue02
{
    font-weight: bold;
    color: #06b;
    text-decoration: none;
}
.title-brown
{
    font-weight: bold;
    color: #6d5e50;
    text-decoration: none;
}
.title-brown02
{
    font-weight: bold;
    color: #530;
    text-decoration: none;
}
.title-green
{
    font-size: 15px;
    font-weight: bold;
    color: #060;
    text-decoration: none;
}
.title-red
{
    font-weight: bold;
    color: #F00;
    text-decoration: none;
}
.title-red02
{
    font-weight: bold;
    color: #b00;
    text-decoration: none;
}
.title-orange
{
    font-size: 15px;
    font-weight: bold;
    color: #F60;
    text-decoration: none;
}
.title-pink
{
    font-weight: bold;
    color: #F06;
    text-decoration: none;
}
.title-purple
{
    font-size: 15px;
    font-weight: bold;
    color: #50a;
    text-decoration: none;
}

/*----------------------------------------------------------*/

/* 無資料 */
.no-data
{
    font-size: 15px;
    font-weight: bold;
    color: #036;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
}
.no-data-s
{
    font-size: 15px;
    font-weight: bold;
    color: #036;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
}

/*----------------------------------------------------------*/

/* 框和線 */
.border-ccc
{
    border: 1px solid #CCC;
    text-decoration: none;
}
.border-green
{
    border: 1px solid #360;
    text-decoration: none;
}

.line-de /*下虛線*/
{
    border-bottom: 1px dashed #CCC;
    text-decoration: none;
}
.line-s /*下實線*/
{
    border-bottom: 1px solid #CCC;
    text-decoration: none;
}
.line-do /*下點線*/
{
    border-bottom: 1px dotted #CCC;
    text-decoration: none;
}

/*----------------------------------------------------------*/

/* 表格顏色 */
.grid-white
{
    background-color: #FFF;
}
.grid-yellow
{
    background-color: #FFC;
}
.grid-blue
{
    background-color: #e8f3ff;
}
.grid-gray
{
    background-color: #F1F1F1;
}
.grid-editor
{
    background-color: #EEE;
}
.grid-green
{
    background-color: #EEF8E0;
}
.grid-green02
{
    background-color: #F7FAED;
}
.grid-brown
{
    background-color: #faf5e7;
}
.grid-brown02
{
    background-color: #574330;
}
.grid-pink
{
    background-color: #ffe6ff;
}

/*----------------------------------------------------------*/

/* 按鈕 */
.submitbutton
{
    background-image: url(../btn_images/btn01.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 125px;
    height: 30px;
    border: 0px;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.resetbutton
{
    background-image: url(../btn_images/btn02.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 125px;
    height: 30px;
    border: 0px;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.backbutton
{
    background-image: url(../btn_images/btn03.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 125px;
    height: 30px;
    border: 0px;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.fixbutton
{
    background-image: url(../btn_images/btn04.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 125px;
    height: 30px;
    border: 0px;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.deletebutton
{
    background-image: url(../btn_images/btn05.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 125px;
    height: 30px;
    border: 0px;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.nextbutton
{
    background-image: url(../btn_images/btn06.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 125px;
    height: 30px;
    border: 0px;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.previousbutton
{
    background-image: url(../btn_images/btn07.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 125px;
    height: 30px;
    border: 0px;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.searchbutton
{
    background-image: url(../btn_images/btn08.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 135px;
    height: 30px;
    border: 0px;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.listbutton
{
    background-image: url(../btn_images/btn09.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 125px;
    height: 30px;
    border: 0px;
    text-indent: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.speakbutton
{
    background-image: url(../btn_images/btn10.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 125px;
    height: 30px;
    border: 0px;
    text-indent: 15px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.gobutton
{
    background-image: url(../btn_images/btn11.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 60px;
    height: 24px;
    color: #004100;
    border: 0px;
    text-indent: 15px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.spacebutton
{
    background-image: url(../btn_images/btn12.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 125px;
    height: 30px;
    border: 0px;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}

/*----------------------------------------------------------*/

/* 色塊按鈕 */
.btn-small-green
{
    background-image: url(../btn_images/btn-small-g.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
	text-align:center;
    cursor: pointer;
}
/* 短 */
.btn-short-green
{
    background-image: url(../btn_images/btn-short-g.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 40px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-short-blue
{
    background-image: url(../btn_images/btn-short-b.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 40px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-short-yellow
{
    background-image: url(../btn_images/btn-short-y.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 40px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-short-purple
{
    background-image: url(../btn_images/btn-short-pu.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 40px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-short-gray
{
    background-image: url(../btn_images/btn-short-r.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 40px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}

/* 中 */
.btn-middle-yellow
{
    background-image: url(../btn_images/btn-middle-y.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 60px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}

/* 長 */
.btn-long-green
{
    background-image: url(../btn_images/btn-long-g.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-long-blue
{
    background-image: url(../btn_images/btn-long-b.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-long-yellow
{
    background-image: url(../btn_images/btn-long-y.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-long-pink
{
    background-image: url(../btn_images/btn-long-p.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-long-purple
{
    background-image: url(../btn_images/btn-long-pu.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}

/* 超大 */
.btn-big-yellow
{
    background-image: url(../btn_images/btn-big-y.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 110px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-big-green
{
    background-image: url(../btn_images/btn-big-g.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 110px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-big-gray
{
    background-image: url(../btn_images/btn-big-r.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 110px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-big-purple
{
    background-image: url(../btn_images/btn-big-p.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 150px;
    height: 24px;
    line-height: 24px;
    border: 0px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}

/*----------------------------------------------------------*/

/* 框格連結 */
.item-link
{
    margin: 0 auto;
    text-align: center;
    background-color: #CCCCCC;
    position: relative;
}
.item-link th
{
    font-weight: normal;
    background-color: #ffffcc;
    color: #f06;
}
.item-link td
{
    background-color: #fff;
}
.item-link a
{
    color: #333;
    text-decoration: none;
}
.item-link a:hover
{
    color: #F60;
    text-decoration: none;
}

/*----------------------------------------------------------*/

/* 圓角框 */
/* 灰色 */
.c1f, .c2f, .c3f, .c4f
{
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #F1F1F1;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.c1f
{
    height: 1px;
    margin: 0 5px;
    background: #cccccc;
}
.c2f
{
    height: 1px;
    margin: 0 3px;
    border-right-width: 2px;
    border-left-width: 2px;
}
.c3f
{
    height: 1px;
    margin: 0 2px;
}
.c4f
{
    height: 2px;
    margin: 0 1px;
}
.fillet-box
{
    margin: 0 auto;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.c5f, .c6f, .c7f, .c8f
{
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #FFFFFF;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.c5f
{
    height: 1px;
    margin: 0 5px;
    background: #CCCCCC;
}
.c6f
{
    height: 1px;
    margin: 0 3px;
    border-right-width: 2px;
    border-left-width: 2px;
}
.c7f
{
    height: 1px;
    margin: 0 2px;
}
.c8f
{
    height: 2px;
    margin: 0 1px;
}

/* 藍色 */
.b1f, .b2f, .b3f, .b4f
{
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #e8f3ff;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.b1f
{
    height: 1px;
    margin: 0 5px;
    background: #cccccc;
}
.b2f
{
    height: 1px;
    margin: 0 3px;
    border-right-width: 2px;
    border-left-width: 2px;
}
.b3f
{
    height: 1px;
    margin: 0 2px;
}
.b4f
{
    height: 2px;
    margin: 0 1px;
}
/* 綠色 */
.g1f, .g2f, .g3f, .g4f
{
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #EEF8E0;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.g1f
{
    height: 1px;
    margin: 0 5px;
    background: #cccccc;
}
.g2f
{
    height: 1px;
    margin: 0 3px;
    border-right-width: 2px;
    border-left-width: 2px;
}
.g3f
{
    height: 1px;
    margin: 0 2px;
}
.g4f
{
    height: 2px;
    margin: 0 1px;
}

/*----------------------------------------------------------*/