body {
    text-align: center;
    font-size: 11pt;
    font-family: "新細明體", sans-serif;
}

table {
    font-size: 11pt;
    line-height: 120%;
    letter-spacing: 0.2em;
}

#page {
    position: relative;
    width: 980;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

#frame-menu {
    overflow: hidden;
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.body.scrollTop));
    width: 150;
    height: 400;
    background: url('../image/menu.jpg') no-repeat;
}
#frame-topmenu {
    overflow: hidden;
    clear: both;
    position: relative;
    height: 50px;
    background: url('../image/topmenu.jpg') no-repeat;
}

#frame-middle {
    clear: both;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
}

#frame-bottom {
    clear: both;
    position: relative;
    width: 100%;
    color: #a20;
    background-color: #fdc;
    padding: 10px 0;
    margin-top: 15px;
    text-align: center;
}

#content {
    float: right;
    width: 810;
    min-height: 500px;
    height: auto;
    _height: 500px;
    margin: 0;
    padding: 0;
    text-align: justify;
    letter-spacing: 0.2em;
    word-spacing: -0.25em;
    line-height: 1.5em;
}
#content p {
    text-align: justify;
}
#content a {
    color: #800;
}
#content a:hover {
    color: #c00;
}
#content em {
    font-weight: bold;
    font-style: normal;
    color: #088;
}
#content h1 {
    color: #fff;
    background-color: #f80;
    font-size: 16pt;
    margin-top: 0;
    padding: 5px;
    text-align: center;
}
#content h2 {
    color: #f60;
    font-size: 14pt;
}
#content h3 {
    color: #c40;
    font-size: 13pt;
}
#content ul {
    margin-bottom: 0;
/*    padding-left: 0;*/
}
#content ul  li {
    list-style-type: square;
}
#content ol  li {
    list-style-type: decimal;
}
#content img {
    border:none;
    padding: 2px;
    display: block;
}
#content img.center {
    margin:10px auto;
}
#content img.left {
    float:left;
    margin:2px 20px 2px auto;
}
#content img.right {
    float:right;
    margin:2px auto 2px 20px;
}
#content img.inline {
    display:inline;
    vertical-align:middle;
    border:none;
}
#content tr {
    vertical-align: top;
}

#content div.block {
    overflow: auto;
    position: relative;
    border: 2px #820 solid;
    background-color: #fdc;
    padding: 1em;
    margin: 1em 0;
    _height: 1%;
    _overflow: visible;
}

#content .hlink {
    letter-spacing: 0;
    word-spacing: 0;
}
#content .hlink span {
    margin: 0;
    padding: 5px 10px;
    background-color: #eee;
}

.highlight {
    background-color: #fd8;
}

.hmenu {
    position: absolute;
    opacity: 0.4;
    _filter: alpha(opacity=30);
    width: 100%;
}
.hmenu a {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f84;
}
.hmenu a:hover {
    background-color: #fa5;
}
.hmenu table {
    border-spacing: 1px;
    width: 100%;
}
.hmenu td {
    border: none;
}

.vmenu {
    position: absolute;
    opacity: 0.4;
    _filter: alpha(opacity=40);
    width: 100%;
}
.vmenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}
.vmenu a {
    display: block;
    background-color: #f84;
    height: 25px;
    padding: 0;
}
.vmenu a:hover {
    background-color: #fa5;
}
