@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;
}

#menu ul li a {
  -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;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/*變數區*/
body {
  margin: 0px;
  padding: 0px;
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #444444;
  background: url(../images/module/bg.png) repeat top center;
  min-width:1200px;/**ckdid**/
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/module/header_bg.png) repeat-x top center;
  /*overflow: hidden;*/
  border-bottom: 23px solid #EB6331;
}

a {
  text-decoration: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

#main {
  width: 980px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  overflow: hidden;
}

.bt {
  padding: 2px 5px;
  border-radius: 3px;
  background: #EB6331;
  color: #fff;
  font-size: 11px;
}

/*header*/
#header {
  width: 1000px;
  height: 90px;
  position: relative;
  margin: 0 auto 0px auto;
  padding: 0;
}
#header #logo {
  position: absolute;
  top: 0;
  left: 9px;
}
#header #logo a {
  width: 92px;
  height: 88px;
  background: url(../images/module/logo.png) no-repeat 0 0;
  display: block;
  text-indent: -999px;
  margin: 0;
  padding: 0;
}

#menu, #menu ul, #menu ul li {
  height: 88px;
}

/*menu*/
#menu {
  position: absolute;
  top: 0;
  left: 232px;
}
#menu ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
#menu ul li a {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  text-indent: -99999px;
}

#menu ul li a.menu01 {
  background: url("../images/module/menu01.png") no-repeat;
  width: 142px;
}

#menu ul li a.menu01:hover {
  background: url("../images/module/menu01_.png") no-repeat;
}

#menu ul li a.menu02 {
  background: url("../images/module/menu02.png") no-repeat;
  width: 142px;
}

#menu ul li a.menu02:hover {
  background: url("../images/module/menu02_.png") no-repeat;
}

#menu ul li a.menu03 {
  background: url("../images/module/menu03.png") no-repeat;
  width: 177px;
}

#menu ul li a.menu03:hover {
  background: url("../images/module/menu03_.png") no-repeat;
}

#menu ul li a.menu04 {
  background: url("../images/module/menu04.png") no-repeat;
  width: 171px;
}

#menu ul li a.menu04:hover {
  background: url("../images/module/menu04_.png") no-repeat;
}

#menu ul li a.menu05 {
  background: url("../images/module/menu05.png") no-repeat;
  width: 136px;
}

#menu ul li a.menu05:hover {
  background: url("../images/module/menu05_.png") no-repeat;
}

/*community*/
#community {
  margin-top: 10px;
  margin-bottom: 16px;
  clear: both;
  display: block;
  overflow: hidden;
}
#community li {
  width: 19px;
  height: 19px;
  margin: 0 6px 0 0;
  list-style: none;
  float: left;
}
#community 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 li:last-child {
  margin: 0 0px 0 0;
}

#community li a.facebook {
  background: url("../images/module/facebook.png") no-repeat;
}

#community li:hover a.facebook {
  background: url("../images/module/facebook_.png") no-repeat;
}

#community li a.google {
  background: url("../images/module/google.png") no-repeat;
}

#community li:hover a.google {
  background: url("../images/module/google_.png") no-repeat;
}

#community li a.plurk {
  background: url("../images/module/plurk.png") no-repeat;
}

#community li:hover a.plurk {
  background: url("../images/module/plurk_.png") no-repeat;
}

#community li a.twitter {
  background: url("../images/module/twitter.png") no-repeat;
}

#community li:hover a.twitter {
  background: url("../images/module/twitter_.png") no-repeat;
}

/*footer_box*/
#footer {
  width: 980px;
  height: 329px;
  position: relative;
  clear: both;
  margin: 13px auto 0 auto;
}

#footer .in{
	  width: 980px;
  height: 329px;
  position:absolute;
  z-index:99999;
  cursor:pointer;
	}

#footer .gototop {
  position: absolute;
  right: -102px;
  top: -130px;
  z-index:9;
}
#footer .gototop a {
  width: 48px;
  height: 48px;
  background: url(../images/inner/top.png) no-repeat top left;
  display: block;
}
#footer .gototop a:hover {
  background: url(../images/inner/top_.png) no-repeat top left;
}
#footer .footer_left {
  margin-left: 25px;
  margin-right: 58px;
  float: left;
  position: relative;
  width: 443px;
  border-right: 1px dotted #AAAAAA;
}
#footer .footer_left .address {
  color: #111111;
  font-size: 13px;
  line-height: 125%;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
}
#footer .footer_left .tel, #footer .footer_left .fax, #footer .footer_left .mail {
  color: #878787;
  font-size: 13px;
  line-height: 150%;
}
#footer .footer_left .tel span, #footer .footer_left .fax span, #footer .footer_left .mail span {
  color: #EB6331;
}
#footer .footer_left .tel a, #footer .footer_left .fax a, #footer .footer_left .mail a {
  color: #878787;
}
#footer .footer_left .copyright {
  background: #BBBBBB;
  border: 1px solid #CECECE;
  margin-top: 52px;
  margin-right: 57px;
  margin-bottom: 2px;
  padding: 12px;
  position: relative;
}
#footer .footer_left .copyright ul {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
}
#footer .footer_left .copyright ul li {
  float: left;
  color: #F4F6F4;
  font-size: 12px;
}
#footer .footer_left .copyright ul li a {
  color: #F4F6F4;
  margin-left: 12px;
  margin-right: 12px;
  font-weight: bold;
}
#footer .footer_left .copyright ul li a:hover {
  color: #545454;
}
#footer .footer_left .copyright p {
  color: #F4F6F4;
  display: block;
  font-size: 12px;
  line-height: 140%;
}
#footer .footer_left .copyright p a {
  color: #F4F6F4;
}
#footer .footer_left .copyright:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #CECECE;
  position: absolute;
  top: -3px;
  left: 0px;
}
#footer .footer_right {
  overflow: hidden;
  position: relative;
  background: url(../images/module/about_title.png) no-repeat top right;
  padding-top: 114px;
}
#footer .footer_right p {
  font-size: 13px;
  line-height: 145%;
}
#footer .footer_right p span {
  color: #EB6331;
  font-weight: bold;
}
#footer .footer_right .more {
  margin-top: 42px;
}
#footer .footer_right .more a {
  background: url(../images/index/arrow.png) no-repeat center left;
  color: #AAAAAA;
  padding-left: 18px;
  text-decoration: underline;
}
#footer .footer_right .more a:hover {
  background: url(../images/index/arrow_.png) no-repeat center left;
  color: #EB6331;
}
