@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 {

  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 {

  margin: 0px;

  padding: 0px;

  line-height: 170%;

  color: #333333;

  letter-spacing: .4px;

  background: url(../images/module/bg.png) repeat-x center 133px;

}



#wrapper {

  margin: 0 auto;

  position: relative;

}



#main {

  width: 1000px;

  margin: 0 auto 0 auto;

  padding: 0 0 0 0;

  position: relative;

  overflow: hidden;

}



.gototop {

  position: fixed;

  right: 19px;

  bottom: 152px;

  z-index: 999;

}

.gototop a {

  display: block;

  width: 42px;

  height: 42px;

  background: url(../images/module/gotop.png) no-repeat 0 0;

}

.gototop a:hover {

  background: url(../images/module/gotop_.png) no-repeat 0 0;

}



body {

  font-family: "微軟正黑體",Arial, Helvetica, sans-serif;

  font-size: 14px;

}



/*變數區*/

/*header*/

#header {

  width: 1000px;

  height: 138px;

  position: relative;

  margin: 0 auto 0 auto;

  padding: 0;

}

#header #logo {

  position: absolute;

  top: 19px;

  left: 0px;

  z-index: 999;

}

#header #logo a {

  width: 217px;

  height: 101px;

  background: url(../images/module/logo.png) no-repeat 0 0;

  display: block;

  text-indent: -999px;

  padding: 0;

}

#header #nav {

  position: absolute;

  left: 636px;

  top: 21px;

  width: 364px;

}

#header #nav .community {

  position: absolute;

  left: 204px;

  top: 1px;

}

#header #nav .serach {

  display: inline-block;

  border: 1px solid #BBBBBB;

}

#header #nav .serach input[type="text"] {

  border: 0;

  background: transparent;

  color: #838383;

  padding: 6px;

  width: 140px;

}

#header #nav .serach button {

  border: 0;

  background: url(../images/module/search.png) no-repeat 0 0;

  width: 18px;

  height: 18px;

  margin: 6px;

  vertical-align: middle;

  cursor: pointer;

}

#header #nav .serach button:hover {

  background: url(../images/module/search_.png) no-repeat 0 0;

}



/*menu*/

#menu {

  position: absolute;

  top: 70px;

  left: 342px;

  width: 660px;

}

#menu ul li {

  margin: 0 78px 0 0;

  padding: 0;

  float: left;

  list-style: none;

}

#menu ul li a {

  padding: 2px 0 0 0;

  margin: 0;

  text-align: center;

  display: block;

  text-decoration: none;

  font-size: 16px;

  color: #444444;

  font-weight: bold;

  position: relative;

  letter-spacing: 2px;

}

#menu ul li a span {

  display: block;

  font-size: 12px;

  color: #AAAAAA;

  text-align: right;

  font-family: Arial, Helvetica, sans-serif;

  letter-spacing: 1px;

}

#menu ul li a:hover {

  color: #9E2329;

}

#menu ul li a:hover span {

  color: #444444;

}



/*community*/

.community ul li {

  width: 28px;

  height: 28px;

  margin: 0 10px 0px 0;

  list-style: none;

  float: left;

  display: inline-block;

}

.community ul li a {

  width: 100%;

  height: 100%;

  margin: 0;

  display: block;

  text-decoration: none;

  -webkit-transition: background 200ms linear, color 200ms linear;

  -moz-transition: background 200ms linear, color 200ms linear;

  -o-transition: background 200ms linear, color 200ms linear;

  transition: background 200ms linear, color 200ms linear;

}

.community ul li:last-child {

  margin: 0 0px 0 0;

}



.community ul li a.facebook {

  background: url("../images/module/facebook.png") no-repeat;

}



.community ul li:hover a.facebook {

  background: url("../images/module/facebook_.png") no-repeat;

}



.community ul li a.google {

  background: url("../images/module/google.png") no-repeat;

}



.community ul li:hover a.google {

  background: url("../images/module/google_.png") no-repeat;

}



.community ul li a.twitter {

  background: url("../images/module/twitter.png") no-repeat;

}



.community ul li:hover a.twitter {

  background: url("../images/module/twitter_.png") no-repeat;

}



.community ul li a.star {

  background: url("../images/module/star.png") no-repeat;

}



.community ul li:hover a.star {

  background: url("../images/module/star_.png") no-repeat;

}



/*footer_box*/

#footer_box {

  width: 100%;

  height: 137px;

  position: relative;

  border-top: 3px solid #B81C23;

  background: #DDDDDD;

  font-size: 13px;

  clear: both;

  color: #999999;

  margin-top: 40px;

}

#footer_box #footer {

  width: 1000px;

  margin: 0 auto;

  position: relative;

  text-align: center;

  padding-top: 16px;

}

#footer_box #footer:before {

  content: "";

  width: 1px;

  height: 135px;

  background: #fff;

  display: block;

  position: absolute;

  left: 542px;

  top: 0;

}

#footer_box #footer .footer_logo a {

  width: 95px;

  height: 114px;

  background: url(../images/module/footer_logo.png) no-repeat 0 0;

  display: block;

  text-indent: -999px;

  padding: 0;

}

#footer_box #footer #footer_menu {

  position: absolute;

  left: 114px;

  top: 26px;

  width: 268px;

  font-size: 14px;

}

#footer_box #footer #footer_menu ul li {

  float: left;

  color: #111111;

  margin-right: 20px;

  margin-bottom: 12px;

  background: url(../images/module/icon.png) no-repeat 0 8px;

  padding-left: 10px;

}

#footer_box #footer #footer_menu ul li a {

  color: #111111;

  text-decoration: none;

}

#footer_box #footer #footer_menu ul li a:hover {

  color: #B81A21;

  text-decoration: underline;

}

#footer_box #footer #footer_menu ul li:last-child:after {

  content: "";

}

#footer_box #footer .community {

  position: absolute;

  left: 382px;

  top: 43px;

}

#footer_box #footer #copyright {

  position: absolute;

  left: 116px;

  top: 104px;

  color: #525252;

  font-size: 12px;

}
#footer_box #footer #copyright .txt{
	float:left;}


#footer_box #footer #copyright .txt span{
	color:#B81920;}


#footer_box #footer #copyright a {

  color: #B8191F;

  text-decoration: none;

}

#footer_box #footer #copyright span {

  color: #949494;

}

#footer_box #footer #copyright span a {

  color: #949494;

  text-decoration: none;
  
  

}

#footer_box #footer #footer_info {

  color: #525252;

  line-height: 150%;

  position: absolute;

  left: 538px;

  top: 20px;

  text-align: left;

  font-size: 12px;

  letter-spacing: 1px;

}

#footer_box #footer #footer_info span {

  color: #B81920;

  margin-left: 20px;

}

#footer_box #footer #footer_info a {

  color: #525252;

  text-decoration: none;

}

#footer_box #footer #footer_info a:hover {

  text-decoration: underline;

}

#footer_box #footer .qrcode {

  position: absolute;

  right: 0px;

  top: 21px;

}

#footer_box #footer .qrcode img {

  width: 75px;

  height: 75px;

  border: 5px solid #fff;

}

