﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: 微軟正黑體;
    background-color: #FFFFFF;
}

.inner
{
    margin: 0;
    padding: 0;
}

* img
{
    border-color: #FFFFFF;
    border-width: 0px;
    --text-decoration: none;
}

 marquee
{
    float: left;
    --border: 1px solid #000000;
    width: 80%;
    margin-top: 20px;
    margin-bottom: -20px;
    font-size: .9em;
    color: #6C4900;
    font-weight: bold;
}

/* ==================== textbox ==================== */




.text_default, .text_address, .text_1, .text_2, .text_3, .text_4, .text_5, .text_6, .text_address, .text_qty, .text_price, .text_lab
{
    -webkit-border-radius: 3px; /* support firefox */
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #C0C0C0;
    width: 200px;
    --height: 18px;
    padding: 2.2px 7px;
    color: #333333;
    margin-top: 5px;
}
.text_lab
{
    border-style: none;
    width: 100%;
    font-size: .9em;
}

.text_address
{
    width: 280px;
}

.text_1
{
    width: 80px;
}

.text_2
{
    width: 120px;
}


.text_3
{
    width: 160px;
}

.text_4
{
    width: 240px;
}



.text_5
{
    width: 280px;
}

.text_6
{
    width: 320px;
}



.text_qty
{
    width: 30px;
    text-align: right;
    padding-right: 3px;
}


.text_price
{
    width: 50px;
    text-align: right;
    padding-right: 3px;
}

/* ==================== button ==================== */

.BtnArea
{
    --border: 1px solid #000000;
    clear: both;
    float: right;
}

.BtnArea *
{
    cursor: pointer;
}
.linkBtn
{
    border: none;
    background-color: #CCCCCC;
    font-size: .7em;
    padding: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom:5px;
    color: #660066;
    text-decoration: none;
}

.linkBtn:hover
{
    background-color: #999999;
}

.bg_title
{
    background-image: url('images/bg_title.jpg');
    background-repeat:no-repeat;
    width:180px;
    height:40px;
    float:left;
}
.bg_title h1
{
      font-size: 1em;
    color: #FFFFFF;
    margin-left:50px;
    float:left;
    margin-top:12px;
}
.bg_title_activity
{
    width:320px;
    height:50px;
    background-image: url('images/activity.jpg');
    background-repeat: no-repeat;
    float:left;
}
.bg_title_activity h1
{
    color: #FFFFFF;
    font-size: 1em;
    margin-left:60px;
    margin-top:17px;
    float:left;
}