@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  width: 100%;
  height: 100%;
  font-family: "微軟正黑體";
}

html {
  height: 100%;
  min-height: 100%;
}

div {
  position: relative;
}

.centerBox {
  margin: auto;
  width: 1200px;
  /*height: 100%;*/
}

#wrap {
  min-height: 100%;
  background: url(../images/header_bg_bar.png) repeat-x;
}

#header {
  background: url(../images/header_bg.jpg) no-repeat;
  height: 185px;
  /*width:100%;*/
}
#header #menu {
  position: absolute;
  right: 40px;
  bottom: 2px;
  font-size: .8em;
}
#header #menu ul {
  list-style: none;
}
#header #menu li {
  float: left;
  display: list-item;
}
#header #menu a {
  color: white;
  display: block;
  width: 125px;
  line-height: 52px;
  text-align: center;
  height: 55px;
  text-decoration: none;
}
#header #menu .gray {
  color: #9fa0a0;
}
#header #logo {
  background: url(../images/logo.png) no-repeat;
  position: absolute;
  top: 18px;
  left: 22px;
  width: 251px;
  height: 110px;
}
#header #logo a:link {
  background: url(../images/logo.png) no-repeat;
  display: block;
  width: 251px;
  height: 110px;
}
#header #lock {
  background: url(../images/icon_lock.png) no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
}
#header #lock a:link {
  background: url(../images/icon_lock.png) no-repeat;
  display: block;
  width: 36px;
  height: 36px;
}

#container {
  background: url(../images/container_bg.jpg) repeat;
  height: 100%;
  min-height: 650px;
  /*padding-bottom: 43px;
  background-size:cover;*/
}
#container #float_left {
  float: left;
  width: 370px;
  text-align: right;
}
#container #float_left .block {
  margin-bottom: 20px;
  padding-right: 12px;
}
#container #float_right {
  float: right;
  width: 786px;
  padding-top: 15px;
}
#container #float_right div {
  padding: 8px;
  width: 574px;
  margin-bottom: 6px;
}
#container #float_right .white {
  background-color: white;
}
#container #float_right .gray {
  background-color: #f7f5f4;
}
#container #float_right span {
  display: block;
  padding-left: 8px;
  margin: 6px 0px;
  font-size: 0.9em;
  line-height: 1.4em;
}

#footer {
  background: url(../images/footer_bg.jpg) repeat-y;
  clear: both;
}
#footer #footer_content {
  font-size: .8em;
  padding: 0px 12px 12px 12px;
  padding-left: 470px;
}
#footer #footer_content #email {
  display: inline;
}
#footer #footer_content #email img {
  /*position: relative;*/
  margin:auto;
  top: 6px;
}

.clear {
  clear: both;
}
