﻿body
{
    background-color: #FFFFFF;
    font: 12px Arial, "微軟正黑體", "新細明體",  Verdana, sans-serif;
}

a,a:hover
{
    text-decoration: none;
    color: inherit;
}

#wrapper
{
    position: relative;
    margin: auto;
    width: 960px;
    z-index: 1;
    display: block;
}

#header
{
    position: relative;
    width: 100%;
    height: 130px;
}

#header h1
{
    position: relative;
    float: left;
    width: 286px;
    height: 120px;
    margin-left: 10px;
    background-image: url("../images/Masterpage/logo.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

#header h1 a
{
    width: 100%;
    height: 120px;
    display: inline-block;
}

#header_menu
{
    position: relative;
    background-image: url("../images/masterpage/menu.png");
    width: 454px;
    height: 49px;
    float: right;
    margin-top: 55px;
    margin-right: 2px;
    text-align: center;
}

#header_menu ul
{
    display: inline-block;
    list-style: none;
    margin: 16px auto auto auto;
}

#header_menu ul li
{
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

#header_menu ul li a
{
    color: #000000;
    text-decoration: none;
}

#header_menu ul li a:hover
{
    text-decoration: underline;
}

#header_menu ul li h2
{
    color: #CCCCCC;
}

#main
{
    position: relative;
    margin-top: 20px;
    display: block;
    border: 2px solid #ACCE22;
    border-radius: 8px;
    background-color: #FFFFFF;
    
    behavior: url(../CSS/PIECSS3/PIE.htc);  
}

#main_content
{
    position: relative;
    width:100%;
}

#footer 
{
    position: relative;
    padding-top: 20px;
    margin: auto; 
    width: 960px;
    height: 50px;
    text-align: right;
    z-index: 1;
    display: block;
}

#footer span
{
    color: #000000;
    font-size: 12px;
    margin-left: 2px;
}

#header_extra
{
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #F2F2F2;
}

.clmenu 
{ 
    position:absolute;
    font-size:13px; 
    left:5px; 
    top:5px;
    color:#50140E; 
    cursor:pointer; 
}

.clmenu_using 
{
    position:absolute; 
    font-size:13px; 
    left:5px; 
    top:5px;
    color:#FFFFFF; 
}

.clmenu_title
{
    position: relative;
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-align: left;
}

.clmenu_title span
{
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 18px;
    display: block;
}

.clmenu_bottom
{
    width: 100%;
    height: 20px;
}