Default
@charset "UTF-8";
 
body {
    background-color:#f2ebe3;
    color: #632d00;
    font-family: Arial, Helvetica, sans-serif, "新細明體", Osaka, "標楷體";
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
 
    }
 
p {
    line-height: 1.5em;
    margin: 0;
    padding: 5px 0;
    }
 
dl {
    border-bottom: dotted 2px #632d00; /* 分隔線 */
    clear: both;
    margin: 0;
    padding: 5px 0;
    }
 
dt {
    color: #fe9901;
 
    margin: 0;
    padding: 0;
    margin-left: 6em;
    }
 
dd {
    float: left;
    margin: 0;
    padding: 0;
    width: 6em;
    }
 
.dl_bottom {
    border-bottom: 1px solid #FFF;
    }
 
h3 {
    color: #fe9901;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    margin:0;
    padding: 0;
    }
 
table {
    text-align: left;
    }
 
a, a:link {
    color: #632d00;
    text-decoration: none;
    }
 
a:hover {
    text-decoration:none;
    }
 
.clear_both {
    clear: both;
    }
 
#wrapper {
    background: #FFFFFF url(../images/wrapper_bg.jpg) repeat-y;    
    margin: 0 auto;
    width: 806px;
    }
 
#header {    
    text-align:left;
    background:url(../images/headpic.jpg);
    border: 3px solid #632d00;
    }
#header h1 {
    font-size:16px;
    font-weight:normal;
    line-height: 1em;
    margin: 0;
    padding: 10px 10px 10px 10px;
    }
 
#menubar {
    background:url(../images/menu_gb.jpg) no-repeat;
    font-size: 14px;
    height: 37px;
    margin: 0 3px 5px;
    text-align: left;
    border-bottom: 3px solid #632d00;
    }
 
#footer {
    background: url(../images/footer.jpg) no-repeat;    
    font-size: 10px;
    height: 38px;
    text-align:right;
    }
 
#menubar a{
    background:url(../images/menu_bg.jpg) no-repeat;
    display: block;
    float: right;
    font-weight: bold;
    height: 24px;
    width: 134px;
    padding: 10px 0 0 25px;
    }
 
* html #menubar a {/* IE 6 */
    height: 27px;
    width: 133px;
    }
 
#menubar a:hover {
    background: url(../images/menu_bg.jpg) 0 37px;
    text-decoration: none;
    }
 
.menu_b {
    margin-left: 2px;
    width: 134px;
    }
 
.menu_c {
    margin-left: 1px;
    width: 130px;
    }
 
/* ============================= */
 
#footer h2 {
    font-size: 10px;
    font-weight: normal;
    line-height: 1em;
    margin: 10px;
    padding: 15px 0 0 0;
    }
#footer a {
 
    color: #ffffff;
 
    }