@charset "utf-8"; @import url("header.css"); @import url("menu.css"); @import url("table.css"); /* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif, "Microsoft JhengHei", "新細明體";
    font-size: 80%;
    background-color: #FFFFE8;
    background-image: url(../images/bg_body.jpg);
    background-repeat: repeat-y;
}

.login {
    background-image: url(../images/bg_login.jpg);
    background-repeat: no-repeat;
}

.login_centerblock {
    margin-top: 190px;
    margin-left: 60px;
    width: 700px;
}

.layout {
    width: 100%;
    border-collapse: collapse;
}

.layout td {
    vertical-align: top;
}

.layout .leftbg {
    width: 190px;
    margin: 0px;
    padding: 0px;
    background-color: #e1e0cd;
}

.layout td .leftblock {
    margin: 0px;
    padding: 0px;
}

.layout .center {
    margin: 0px;
    padding: 0px;
}

.layout td .centerblock {
    margin: 25px 0 10px 20px;
    padding: 0px;
}

/*-------------------------------------------------------h2*/
h2 {
    background-image: url(../images/icon01.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px;
    font-size: 150%;
    color: #4F4F5B;
    width: 90%;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0px;
}

/*---------------------------------------------------contentblock*/
.contentblock {
    border: 1px solid #CCCCCC;
    width: 95%;
    margin: 3px 0 0 0;
    padding: 10px;
    background-color: #FFF;
}

/*-----------------------------------------------------------*/
.button {
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
}

.btn {
    background-image: url(../images/buttonbg01.jpg);
    background-repeat: repeat-x;
    text-align: center;
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #CCCCCC;
    padding: 3px 5px 3px 5px;
    *padding: 5px 5px 1px 5px;
    margin-right: 5px;
}

/*-------------------------------------------------mainmenu 頁籤-*/
.mainmenu {
    padding: 0px;
    position: relative;
    margin-top: 20px;
    margin-right: 2.5%;
    margin-bottom: 0;
    margin-left: 0;
}

.mainmenu ul {
    margin: 0px;
    padding: 0px;
}

.mainmenu ul li {
    margin-right: 0px;
    display: inline;
}

.mainmenu ul li a {
    background-color: #FEA963;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    padding: 5px 5px 4px 5px;
    *padding: 7px 5px 3px 5px;
    text-decoration: none;
}

.mainmenu ul li a:hover {
    color: #FFFF99;
    text-decoration: none;
}

.mainmenu ul li a.here {
    background-image: url(../images/mainmenubg.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding: 10px 5px 3px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    color: #666666;
    font-size: 120%;
    font-weight: bold;
}

.mainmenu ul li a.here:hover {
    color: #666666;
    text-decoration: none;
}

/*-------------------------------------------------資訊按鈕-*/
.mainmenu .databutton {
    background-image: url(../images/databuttonright.gif);
    background-repeat: no-repeat;
    background-position: right top;
    list-style-type: none;
    position: absolute;
    top: -40px;
    *top: -33px;
    right: 0px;
    _right: 5px;
}

.mainmenu .databutton a {
    background-image: url(../images/databuttonleft.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #333333;
    text-decoration: none;
    padding-top: 4px;
    *padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 18px;
    margin: 0px;
    display: block;
}

.mainmenu .databutton a:hover {
    color: #009900;
    text-decoration: none;
}

/*-------------------------------------------------a*/
a {
    color: #006600;
    text-decoration: underline;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

/*----------------------------------------------------------------page*/
.page {
    line-height: 100%;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 5px;
    color: #4f4707;
}

.page em {
    color: #FF6600;
    font-style: normal;
    margin-right: 3px;
    margin-left: 3px;
}

.page .prev {
    padding-left: 7px;
    padding-top: 7px;
}

.page .next {
    padding-right: 7px;
    padding-top: 7px;
}

.page a {
    color: #4f4707;
    text-decoration: none;
    text-align: center;
}

.page a:hover {
    color: #D7701B;
    text-decoration: underline;
}

.page .new {
    position: relative;
    text-align: right;
    float: right;
    top: 0px;
    *top: 0px;
    right: 10px;
    margin-bottom: 5px;
}

/*----------------------------------------------------------------輸入text*/
.inputText {
    width: 30px;
}

.footer_link {
    display:flex;
    margin-left: 60px;
}
.footer_link a{
    padding:4px 8px;
    color: #000;
}
.footer_link a:hover{
    text-decoration: none;
}

