/* CSS reset */
* {
  margin: 0;
  padding: 0;
 /* border: 0;*/
  outline: 0;
  /* word-wrap: break-word; */
}
div{ width:100%;}
ol, ul {list-style: none;}
a{text-decoration:none;}
hr,.br{clear:both;}
img {
  border: 0;
}
select { border: 1px solid #E3E3E3; }
input { border:1px solid #EEEFEB; background:#fff; }

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #636363;
}

/* MAIN */
#wrapper {
  -webkit-text-size-adjust: none;
  font: normal 12px '新細明體';
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

#header {
  height: 280px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}

#left-grid {
  background: url(./img/bg-left.png) no-repeat;
  padding: 10px 15px 0;
  position: absolute;
  top: 220px;
  width: 195px;
  z-index: 2;
}

#right-grid {
  float: right;
  min-height: 600px;
  padding-right: 40px;
  width: 725px;
}

#footer {
  clear: both;
  color: #4B4B4B;
  font-size: 11px;
  height: 135px;
  line-height: 18px;
  position: relative;
  width: 100%;
}

/* header */
#nav {
  background: url(./img/bg-top.gif) no-repeat;
  font-size: 13px;
  height: 35px;
  left: 225px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  width: 702px;
  z-index: 10;
}
#nav > li {
  border-right: 1px solid #FFF;
  float: left;
  margin-top: 10px;
  padding: 0 10px;
}
#nav > li:last-child {
  border-right: 0 none;
}
#nav > li > a {
  color: #FFF;
}
#nav > li > a:hover {
  color: #FFFF01;
}

.contact {
  color: #252525;
  font: normal 8pt Helvetica;
  position: absolute;
  right: 150px;
  top: 5px;
  z-index: 10;
}

.slider-wrapper {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

/* footer */
#account {
  background: url(./img/icon_lotus.gif) 0 bottom no-repeat;
  height: 31px;
  left: 46px;
  padding-left: 45px;
  position: absolute;
  top: 25px;
  width: 280px;
}
#account > strong {
  color: #008F4E;
  display: block;
  font: bold 14px '微軟正黑體';
}
#temple1, #temple2 {
  position: absolute;
  text-align: right;
  top: 30px;
  width: 285px;
}
#temple1 {
  left: 355px;
}
#temple2 {
  right: 71px;
}
#copyright {
  left: 0;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  top: 77px;
}

/* */
#contactus { margin: 10px 20px; }
.input_text_01 { font: normal 12px dotum; color: #999; height: 23px; border: 1px solid #cac6c2; }
.input_textarea { font: normal 12px dotum; color: #999; line-height: 22px; border: 1px solid #cac6c2; margin: 5px 0; }
.contact_select { padding: 5px 20px; background-color: #F5F5F7; }
.contactus { font: normal 12px dotum; color: #444; line-height: 23px; }
.contact_td { background-color: #F4F4F4; padding-left: 90px; height: 30px; line-height: 23px; }
.contact_td2 { background-color: #FFF; }
.contact_td3 { background-color: #F7F7F7; padding: 5px 5px; }