@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent; }

textarea {
  resize: none;
  outline: none; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

div {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
  clear: both; }

input, select {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
  font-weight: 300; }

html, body {
  background-color: #fff !important;
  color: #3f3f3f;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  position: relative; }

#main_slider {
  padding: 0;
  position: relative; }
  #main_slider img {
    display: block;
    width: 100%; }
  #main_slider img.mb {
    display: none; }
  #main_slider .swiper-pagination {
    width: 100%;
    bottom: 0.2%; }
  #main_slider .swiper-pagination-bullet {
    width: 50px;
    height: 7px;
    margin: 0 2px;
    border: 1px solid #dedede;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  #main_slider .swiper-button-next, #main_slider .swiper-button-prev {
    opacity: 0.4;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); }

.main_body [class^="col"] {
  padding: 0; }

.main_body img {
  width: 100%;
  height: auto;
  display: block; }

.main_body .section {
  margin: 0 -15px; }

.main_body .video-btn {
  position: relative;
  display: block;
  cursor: pointer; }
  .main_body .video-btn .overlayFade {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
  .main_body .video-btn img.icon {
    position: absolute;
    z-index: 5;
    width: 20%;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); }

.main_body .video-btn:hover .overlayFade {
  opacity: 1; }

.main_body .video-btn:hover img.icon {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.main_body ul.promo {
  margin: 0 -20px -.25rem; }
  .main_body ul.promo img {
    padding: 0 5px; }
  .main_body ul.promo li {
    padding: 5px; }
  .main_body ul.promo a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    padding: 5px 0 30px;
    background-color: #fff;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .main_body ul.promo a:hover {
    top: -6px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .main_body ul.promo .icon {
    width: 15%;
    height: 13%;
    padding: 0 3px 10px 2px;
    position: absolute;
    right: 5px;
    top: -15%;
    background: #898989;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); }
  .main_body ul.promo a:hover .icon {
    top: -1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main_body ul.promo .hotline {
    background-color: #898989;
    color: #fff;
    padding: 8px 3px;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main_body ul.promo a:hover .hotline {
    background: #898989;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main_body ul.promo .pd_title {
    color: #454545;
    margin-bottom: 8px;
    padding: 0 5px; }
  .main_body ul.promo .price {
    font-size: 26px;
    color: #c90016;
    font-weight: bold;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px; }
    .main_body ul.promo .price i {
      font-weight: normal;
      font-style: normal;
      vertical-align: 0;
      color: #454545;
      font-size: 70%;
      text-decoration: line-through;
      padding-right: 3px; }
    .main_body ul.promo .price small {
      font-weight: normal;
      font-size: 65%;
      vertical-align: 0; }

#movie .modal-dialog {
  width: 800px;
  max-width: 96%; }

#movie .modal-content {
  background-color: transparent;
  border: 0; }

#movie .close {
  color: #fff;
  font-size: 2rem;
  margin-top: -2rem; }

#movie .modal-body {
  padding: 0; }

#about {
  margin: 0 -20px; }
  #about li {
    display: block;
    padding: 5px; }
    #about li a {
      overflow: hidden; }

.ani_scale {
  display: block;
  overflow: hidden; }
  .ani_scale a {
    display: block; }
    .ani_scale a img {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .ani_scale a:hover img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

/* ---------- 共用  ----------*/
form {
  height: 0;
  padding: 0;
  margin: 0; }

.overhide {
  overflow: hidden; }

.w100 {
  width: 100%; }

.w50 {
  width: 50%; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.radius_S {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.radius_M {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important; }

.radius_M_top {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }

.radius_M_bottom {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }

.radius_L {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px; }

.box-shadow {
  -webkit-box-shadow: 0 6px 10px rgba(134, 102, 102, 0.1);
  -moz-box-shadow: 0 6px 10px rgba(134, 102, 102, 0.1);
  box-shadow: 0 6px 10px rgba(134, 102, 102, 0.1); }

.opacity {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }

.header {
  padding: 10px 0;
  background-color: #dc0001;
  color: #fff;
  position: relative;
  font-size: 12px; }
  .header img {
    width: 100%;
    display: block; }
  .header a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 400; }
  .header .container {
    padding: 0; }
    .header .container .logo {
      width: 167px; }
    .header .container ul.pchome_web li:first-child a:before, .header .container ul.pchome_web li a:after {
      content: '|';
      display: inline-block;
      padding: 0 10px;
      color: #ffffff !important; }
    .header .container ul.pchome_member a {
      padding: 0 5px; }

#site-logo {
  padding: 15px 0; }
  #site-logo .logo {
    width: 120px;
    margin-right: 16px; }
  #site-logo .logo img {
    width: 100%;
    display: block; }
  #site-logo h4 {
    font-size: 1.5rem;
    font-weight: 500; }
  #site-logo .slider_box {
    width: 370px;
    position: relative; }
    #site-logo .slider_box img {
      width: 100%;
      display: block; }

/*--- goTOP/FB  ---*/
.right_box {
  display: none;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 8px;
  z-index: 9;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }

.right_box img {
  width: 100%; }

.gotop, .share {
  width: 42px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(164, 164, 164, 0.85);
  padding: 7px 6px 3px;
  float: right;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.share_box {
  width: 200px;
  float: right;
  margin: 5px 0;
  position: relative; }

.gotop:hover, .share:hover {
  background-color: #a4a4a4; }

.share {
  float: right;
  padding: 5px 3px 0 7px; }

.more_shore {
  position: relative;
  float: right;
  -webkit-transition: all,.5s;
  -o-transition: all,.5s;
  transition: all,.5s; }

.more_shore > div {
  -webkit-transition: all,.5s;
  -o-transition: all,.5s;
  transition: all,.5s;
  margin: 0;
  position: absolute;
  top: 0;
  right: -42px;
  z-index: -1;
  opacity: 0; }

.fb_box {
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-color: #335a9d;
  padding: 6px 5px 2px;
  border-radius: 100%;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.line_box {
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-color: #00c603;
  padding: 8px 6px 5px;
  border-radius: 100%;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.open_all .fb_box, .open_all .line_box {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1;
  display: block;
  opacity: 1; }

.open_all .line_box {
  right: 8px; }

.open_all .fb_box {
  right: 57px; }

@media only screen and (max-width: 1023px) {
  .header .container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .header ul.pchome_web, .header ul.pchome_member {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  #site-logo {
    padding: 0; }
    #site-logo .logo_box {
      display: none !important; }
    #site-logo .slider_box {
      position: fixed;
      z-index: 9;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #fff;
      padding: 3px 17px;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .right_box {
    bottom: 21vw; }
    .right_box .share_box {
      display: none !important; } }

.navbox {
  padding: 0;
  width: 100%;
  max-width: none; }

.nav_wrap {
  display: block;
  background: #221e1f; }
  .nav_wrap a {
    padding: 15px 20px;
    color: #fff;
    display: block;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .nav_wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center; }
  .nav_wrap li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    color: #def1f0; }
    .nav_wrap li ul.dropdown {
      position: absolute;
      z-index: 15;
      display: none;
      width: 200px;
      background: #fff;
      padding: 5px 0;
      text-align: left;
      -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2); }
      .nav_wrap li ul.dropdown a {
        color: #3f3f3f;
        padding: 7px 15px;
        font-size: 90%; }
      .nav_wrap li ul.dropdown li {
        display: block; }
      .nav_wrap li ul.dropdown li:hover a {
        background: rgba(0, 0, 0, 0.1); }
    .nav_wrap li ul.dropdown::before {
      content: '';
      position: absolute;
      top: -18px;
      left: 20px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 9px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent #fff transparent; }
  .nav_wrap li:hover ul.dropdown {
    display: block; }
  .nav_wrap li:hover a {
    color: #b8935c;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .nav_wrap span.aw_icon {
    position: relative;
    display: inline-block;
    width: 10px; }
  .nav_wrap span.aw_icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: -10px;
    right: -1px;
    font-size: 19px;
    border: solid #fff;
    border-width: 0 2px 2px 0; }
  .nav_wrap li:hover span.aw_icon::before {
    border: solid #fee87f;
    border-width: 0 2px 2px 0; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: ''; }

.nav_mb {
  display: none !important;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  position: relative;
  z-index: 99;
  top: 0px;
  left: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .nav_mb .navbar_mb {
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid #221e1f;
    padding: 3px 5px;
    border-radius: 3px; }
    .nav_mb .navbar_mb span {
      height: 2px;
      background: #221e1f;
      margin: 5px;
      display: block;
      width: 20px; }
    .nav_mb .navbar_mb span:nth-child(2) {
      width: 20px; }
    .nav_mb .navbar_mb span:nth-child(3) {
      width: 20px; }
  .nav_mb .title_mb {
    display: none !important;
    width: 100%;
    text-align: center; }
    .nav_mb .title_mb img {
      height: 40px; }
    .nav_mb .title_mb h4 {
      margin-left: 13px;
      font-size: 1.3rem;
      color: #3f3f3f; }

.subfixed {
  position: fixed;
  top: 0;
  z-index: 99; }

@media only screen and (max-width: 1100px) {
  .nav_wrap a {
    padding: 15px; } }

@media only screen and (max-width: 1023px) {
  .nav_wrap a {
    padding: 15px 6px;
    font-size: 14px; } }

@media only screen and (max-width: 768px) {
  html, body {
    font-size: 14px; }
  .nav_mb, .nav_mb .title_mb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .main_body {
    width: 95%; }
  .nav_wrap {
    background: #fff;
    width: 200px;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 99;
    right: -200px;
    top: 0px;
    margin: 0;
    border: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease; }
    .nav_wrap a {
      color: #505050;
      text-align: left;
      padding: 15px;
      font-size: 16px; }
    .nav_wrap ul {
      padding-top: 50px; }
      .nav_wrap ul li {
        display: block; }
        .nav_wrap ul li ul.dropdown {
          position: relative;
          background-color: #e3e3e3;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
        .nav_wrap ul li ul.dropdown::before {
          border-color: transparent transparent #e3e3e3 transparent; }
        .nav_wrap ul li ul.dropdown li a {
          padding: 10px 10px 10px 30px;
          border-bottom: none;
          color: #505050;
          background-color: inherit; }
          .nav_wrap ul li ul.dropdown li a li:hover a {
            background: rgba(0, 0, 0, 0.1);
            color: #fff; }
      .nav_wrap ul li:hover a {
        background: #898989;
        color: #fff; }
      .nav_wrap ul span.aw_icon::before {
        border: solid #505050;
        border-width: 0 2px 2px 0; }
      .nav_wrap ul li:hover span.aw_icon::before {
        border: solid #fff;
        border-width: 0 2px 2px 0; }
  .nav_wrap.visible {
    right: 0px;
    -webkit-transition: right 0.25s ease;
    -moz-transition: right 0.25s ease;
    -o-transition: right 0.25s ease;
    transition: right 0.25s ease; }
  .nav_mb.visible {
    position: fixed;
    top: 0;
    z-index: 99; }
  .arrow-down {
    border-top: 5px solid #505050;
    position: absolute;
    top: 20px;
    right: 10px; }
  .cover-bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 88;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

.card_note {
  padding: 10px 0;
  color: #c3c1c1;
  background-color: #282828;
  line-height: 22px;
  font-size: 13px; }
  .card_note .left {
    margin: 0 12px;
    padding: 5px 10px;
    border: 1px solid #c3c1c1;
    font-size: 170%;
    font-weight: 500;
    letter-spacing: 5px;
    vertical-align: middle; }
  .card_note a {
    color: #c3c1c1;
    text-decoration: underline; }

.footer {
  width: 100%;
  text-align: center;
  padding: 15px 10px 20px;
  line-height: 22px;
  font-size: 13px; }

@media only screen and (max-width: 991px) {
  .card_note {
    display: block !important;
    padding: 20px;
    text-align: center; }
    .card_note .left {
      width: 310px;
      max-width: 100%;
      margin: 0 auto 8px; } }

@media only screen and (max-width: 768px) {
  .footer {
    padding-bottom: 13%; } }

@media only screen and (max-width: 480px) {
  .footer {
    padding-bottom: 22%; }
  .card_note .left {
    font-size: 160%; } }

@media only screen and (max-width: 767px) {
  #main_slider img.mb {
    display: block; }
  #main_slider img.pc {
    display: none !important; }
  #main_slider .swiper-button-next, #main_slider .swiper-button-prev {
    width: 25px;
    height: 25px;
    background-size: 25px 25px; }
  #main_slider .swiper-pagination {
    bottom: 0; }
  #main_slider .swiper-pagination-bullet {
    width: 30px;
    height: 5px; }
  .main_body ul.promo .price {
    font-size: 1.5rem; }
  .main_body ul.promo .icon {
    padding: 0 0 10px; } }

body, div, span, h1, p, a, img, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

.inset {
  text-align: center; }

.inset a {
  color: #06c;
  font: 11px/20px normal; }

.logotype a {
  display: block;
  width: 186px;
  height: 60px;
  text-indent: -9999px; }

#HEADER .logotype a {
  background: url(); }

#HEADER {
  position: relative;
  height: 60px;
  width: 930px;
  margin: 0 auto;
  margin-bottom: 6px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  background: url() repeat-x; }

#HEADER a {
  display: block;
  position: absolute; }

#HEADER .site_roadsign {
  width: 68px;
  height: 65px;
  left: 186px;
  top: 0;
  text-indent: -9999px; }

#HEADER .site_ad {
  left: 312px;
  top: 16px;
  border: 1px solid #ddd; }

#FOOTER {
  margin: 10px 0 20px;
  color: #777;
  font: 13px/1.5 Verdana;
  text-align: center; }

#FOOTER a {
  color: #333;
  font: 13px/1.5 Verdana; }

#FOOTER span {
  margin: 0 4px;
  color: #999;
  font: 12px/1.5 Verdana; }

#GLOBALWRAPPER, #WRAPPER {
  margin: 0 auto; }

#GLOBALWRAPPER {
  overflow: hidden;
  margin-bottom: 7px; }
