﻿body {
    margin-top: 0px;
    background-attachment: inherit;
    margin-left: 0px;
}
a:link img, a img { border: none; }
h2{ border-bottom:1px solid silver; padding-bottom: 5px; }
hr { border: none; border-bottom:1px dotted silver; }
.normal {font-size: 12px}
.announce {font-size: 12px;
    color: #660000;
}
.unselectable {
    user-select: none; 
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
    cursor: default;
}
.menu_top
{
    width: 229px; 
    height: 52px; 
    background-image: url('images/menu_top.gif'); 
    background-repeat: no-repeat;
}
.menu_bottom
{
    width: 229px; 
    height: 89px; 
    background-image: url('images/menu_bottom.gif'); 
    background-repeat: no-repeat;
}
.menu_title_first
{
    width: 229px;
    height: 26px;
    background-image: url('images/menu_item_first.gif');
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-right: -25px;
}
.menu_title
{
    width: 229px;
    height: 30px;
    background-image: url('images/menu_item.gif');
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-right: -25px;
}
.menu_title_first span, .menu_title span
{
    font-family: 標楷體;
    font-size: 14px; 
    font-weight: bold; 
    color: Navy; 
}
.menu_item 
{
    width: 229px;
    height: 30px;
    background-image: url('images/menu_item.gif');
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 32px;
    margin-bottom: -10px;
    margin-right: -32px;
    display: block;
}
.menu_item:hover
{
    background-image: url('images/menu_item_w.gif');
    background-repeat: no-repeat;
}
.menu_item_2row
{
    width: 229px;
    height: 48px;
    background-image: url('images/menu_item_2row.gif');
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 32px;
    margin-bottom: -10px;
    margin-right: -32px;
    display: block;
}
.menu_item_2row:hover
{
    background-image: url('images/menu_item_2row_w.gif');
    background-repeat: no-repeat;
}
.menu_item_last
{
    width: 229px;
    height: 30px;
    background-image: url('images/menu_item_last.gif');
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-left: 32px;
    margin-bottom: -8px;
    margin-right: -32px;
    display: block;
}
.menu_item_last:hover
{
    background-image: url('images/menu_item_last_w.gif');
    background-repeat: no-repeat;
}
.menu_item, .menu_item_last, .menu_item_2row, .menu_item_2row_last
{
    text-decoration: none;
    font-family: 標楷體; 
    font-size: 12px; 
    font-weight: bold; 
    color: black; 
}
.menu_item_2row_last
{
    height: 48px;
    background-image: url('images/menu_item_2row_last.gif');
    background-repeat: no-repeat;
}
.menu_item_2row_last:hover
{
    background-image: url('images/menu_item_2row_last_w.gif');
    background-repeat: no-repeat;
}
.notify
{
    font-size: 10px;
    font-weight: normal;
    color: White;
    background-color: Red;
    padding: 0px 3px 0px 3px;
}
