@charset "utf-8";
html, body {
    height: 100%;
}
body {
    min-width: 1024px;
    margin: 0 auto;
    background-color: #000;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif, centaur-webfont, Microsoft JhengHei, "微軟正黑體", "蘋果儷中黑", "華康粗明體", dffnm7-webfont, Apple LiGothic Medium;
}
::selection {
    background: #e6ba53;
    color: #000;
    /* Safari */
}
::-moz-selection {
    background: #e6ba53;
    color: #000;
    /* Firefox */
}
selection {
    background: #e6ba53;
    color: #000;
}
.wrap {
    min-height: 100%;
    *display: table;
    /* For IE7 Hack */
    
    *height: 100%;
    /* For IE7 Hack */
    
    background-color: #fff;
    background-image: url(../img/diamond.jpg);
}
.main {
    margin-left: 220px;
    overflow: auto;
    padding-bottom: 70px;
    /*must be same height as the footer */
    
    height: 100%;
}
/*選單*/

nav {
    position: relative;
    width: 220px;
    text-align: center;
    z-index: 5;
}
nav .menu_con {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 5;
}
nav .menu_bg {
    width: 220px;
    position: fixed;
    height: 100%;
    background-color: #1f1f1f;
    left: 0;
    z-index: 0;
}
nav ul {
    width: 120px;
    margin: 0 auto;
}
nav ul li {
    margin-bottom: 1px;
}
nav ul li::before, nav ul li::after {
    width: 120px;
    content: "";
    display: table;
}
nav ul li::before {
    border-bottom: 1px solid #666;
}
nav ul li::after {
    border-bottom: 2px solid #666;
}
nav ul li:first-child::before, nav ul li:last-child::after {
    border: none;
}
nav ul li a {
    font-family: "華康粗明體", dffnm7-webfont;
    font-size: 15px;
    color: #999;
    letter-spacing: 12px;
    text-indent: 10px;
    padding: 10px 0;
    display: inline-block;
}
nav ul li a:hover, nav ul li a.focus, nav ul li.br_mu ul.secmu li a:hover {
    color: #fff;
}
nav ul li a.focus {
    cursor: default;
}
nav ul li a p {
    font-family: "華康粗明體", dffnm7-webfont;
    letter-spacing: 2px;
    font-size: 14px;
    text-indent: -2px;
}
nav p.pattern_01, nav p.pattern_02 {
    margin: 20px;
}
nav a.logo {
    margin-bottom: 20px;
    display: block;
}
/*次選單*/

nav ul li.br_mu ul.secmu {
    margin-bottom: 15px;
}
nav ul li.br_mu ul.secmu li a {
    color: #666;
    font-size: 14px;
    border: none;
    letter-spacing: 0;
    text-indent: 0;
    padding: 5px 0;
}
nav ul li.br_mu ul.secmu li a.focus {
    color: #e6ba53;
    cursor: default;
}
nav ul li.br_mu ul.secmu li::before, nav ul li.br_mu ul.secmu li::after {
    border: none;
}
.language {
    margin-top: 40px;
}
.language a {
    color: #665225;
    border-right: 1px solid #665225;
    padding: 0 10px;
    font-size: 15px;
}
.language a:last-child {
    border: none;
}
.language a.lan_focus {
    color: #e6ba53;
}
/*FOOTER*/

footer {
    position: relative;
    margin-top: -70px;
    /* negative value of footer height */
    
    height: 56px;
    clear: both;
    background-color: #000;
    color: #876c31;
    font-size: 13px;
    text-align: center;
    padding-top: 14px;
    line-height: 20px;
    width: calc(100% - 220px);
    margin-left: 220px;
}
footer a {
    text-decoration: underline;
    color: #876c31;
}
/*字型共用*/

.ming {
    font-family: "華康粗明體", dffnm7-webfont;
    font-size: 20px;
}
.centaur {
    font-family: centaur-webfont;
}
h1 {
    font-family: "華康粗明體", dffnm7-webfont;
    font-size: 25px;
    color: #000;
    letter-spacing: 2px;
}
h1 span {
    font-family: centaur-webfont;
    font-size: 15px;
    padding-left: 8px;
}
/*側邊標籤*/

#goTop {
    right: -41px;
}
.tags {
    position: fixed;
    top: 50px;
    right: 0px;
}
.tags li {
    width: 39px;
    height: 38px;
    padding: 1px 0 1px 1px;
    border-top: 1px solid #e6ba53;
    border-left: 1px solid #e6ba53;
    border-bottom: 1px solid #e6ba53;
    margin: 10px 0;
    position: relative;
}
.tags li a.square {
    display: block;
    background-color: #e6ba53;
    height: 100%;
    text-align: center;
    line-height: 38px;
}
.tags li:hover {
    border-top: 1px solid #cc9933;
    border-left: 1px solid #cc9933;
    border-bottom: 1px solid #cc9933;
}
.tags li:hover a.square {
    background-color: #cc9933;
}
.tags li a.square span {
    vertical-align: middle;
}
.t_bottom {
    position: fixed;
    right: 0px;
    top: auto;
    bottom: 80px;
}
.tags input:focus {
    outline: 0;
}
.tags li .searchbar {
    height: 38px;
    width: 180px;
    padding: 1px 0 1px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 40px;
    top: -1px;
}
.tags li .searchbar p {
    background-color: #000;
}
.tags li .searchbar input {
    border: none;
    background-color: #000;
    display: inline-block;
    height: 36px;
    color: #e6ba53;
    padding-left: 10px;
    width: 100px;
}
.tags li .searchbar a.s_btn {
    background-color: #e6ba53;
    color: #000;
    font-size: 14px;
    padding: 3px 5px;
    display: inline-block;
    margin-left: 10px;
    width: 42px;
    text-align: center;
}
@media screen and (min-height: 800px) {
    nav .menu_con {
        padding-top: 50px;
        position: fixed;
        width: 220px;
        left: 0px;
        margin: 0;
    }
}
nav ul li a{
    letter-spacing: 2px;
    padding: 15px 0;
}
