 @charset "utf-8";
/* CSS Document */
html {
    text-align: center;
}

body {
    background-image: url(items/bg.jpg);
    background-attachment: fixed;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#date {
    text-align: right;
    font-size: xx-large;
    font-weight: bolder;
    font-style: oblique;
    color: #FF0000;
    top: 70px;
    position: relative;
}

div#Content {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    padding: 0px;
}

img[ alt = "按此觀看原始圖片" ] {
    border: 2px dashed black;
    padding: 5px;
}

div[ class ] {
    font-size: large;
    font-weight: bold;
    text-align: center;
    line-height: 27px;
}

div.box_left {
    background-color: #ececec;
    padding: 20px 10px 20px 10px;
    width: 320px;
    left: 18px;
    position: relative;
}

div.footer_left {
    background-image: url(items/arrow_left.png);
    background-repeat: no-repeat;
    height: 39px;
    width: 19px;
    position: absolute;
}

div.box_right {
    background-color: #ececec;
    padding: 20px 10px 20px 10px;
    width: 320px;
    position: static;
    float: left;
}

div.footer_right {
    background-image: url(items/arrow_right.png);
    background-repeat: no-repeat;
    height: 39px;
    width: 19px;
    position: relative;
    float: right;
    left: -5px;
}

div.box_down {
    background-color: #ececec;
    padding: 20px 10px 20px 10px;
    width: 60%;
    position: relative;
    margin: auto;
}

div.footer_down {
    background-image: url(items/arrow_down.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 39px;
    position: relative;
    margin: auto;
}

a.close {
    font-size: large;
    font-weight: bold;
    color: #00FF00;
    text-decoration: none;
}

a.close:hover {
    color: #FF0000;
}

table {
    margin-right: auto;
    margin-left: auto;
    width: auto;
}

td[ class ] {
    background-repeat: repeat-x;
    background-position: center;
    height: 50px;
}

td.line1 {
    background-image: url(items/line1.gif);
}

td.line2 {
    background-image: url(items/line2.gif);
}

td.line3 {
    background-image: url(items/line3.gif);
}

td.line4 {
    background-image: url(items/line4.gif);
}

td.line5 {
    background-image: url(items/line5.gif);
}
