﻿@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
  color: #666666;
  width: 100%;
}

h2 {
  font-family: "新細明體", serif;
  font-size: 18px;
  font-weight: normal;
  color: #6e9dcd;
}
h1 {
  font-family: "新細明體", serif;
  font-size: 24px;
  font-weight: normal;
}

a {
  color: #5bbff4;
}

/******************************************************/
/*                                                    /*
/*                      Header                        /*
/*                                                    /*
/******************************************************/
#header {
  margin: auto;
}

#wrap {
  margin: auto;
  width: 100%;
  height: 150px;
}

#header #sitenameEweb {
  display: block;
  float: left;
  width: 500px;
  font-size: 25px;
  padding-top: 50px;
  text-transform: uppercase;
}
#header #sitenameMicro {
  display: block;
  float: right;
  width: 320px;
  font-size: 25px;
  padding-top: 50px;
}

#header #sitenameEweb .eweblogo {
  font-size: 55px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-left: 80px;
  width: 500px;
  color: #6e9dcd;
  font-style: italic;
}

#header #sitenameMicro .microteklogo img {
  display: block;
  padding-top: 8px;
}

/******************************************************/
/*                                                    /*
/*                      Content                       /*
/*                                                    /*
/******************************************************/
#contents {
  width: 100%;
  /*(width: 748px;)*/
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
  /*(Height:200px;)*/
  height: 400px;
  vertical-align: middle;
  color: #ffffff;
}

#contents h1,
h2 {
  text-align: center;
}

#middle {
  position: relative;
  margin: 0 auto;
  height: 400px;
  /*(background: #CCE8F4 url("images/pic01.jpg");)*/
  background: url(images/pic01.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

#middle #right {
  /*(width: 331px;)*/
  width: 100%;
  height: 200px;
  float: left;
  background-repeat: repeat;
}

#contents#loginPan {
  height: 199px;
}

#loginPan {
  margin: 0px auto;
}

#loginPan h2 {
  height: 81px;
  display: block;
  color: #5ea000;
  font: 30px/80px Georgia, "Times New Roman", Times, serif;
  text-align: center;
  padding: 0 0 0 20px;
  margin: auto;
}

#loginPan h2 span {
  color: #017fc0;
}

#loginPan .qryResult {
  width: 100%;
  padding: 15 0 0 0px;
}

#loginPan form {
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 80px;
  background: #fcf6e6;
  color: #705d20;
  position: relative;
  border: 1px dashed #bfb492;
  padding: 6px 0 0;
  /*表格致中*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loginPan form label {
  width: 91px;
  height: 22px;
  display: block;
  float: left;
  padding: 0 0 0 20px;
  margin: 9px 0 0;
  font: 18px/18px Arial, Helvetica, sans-serif;
}

#loginPan form input {
  width: 130px;
  height: 22px;
  font-size: 12px;
  display: block;
  float: left;
  margin: 9px 18px 0 18;
  font: 14px/18px Arial, Helvetica, sans-serif;
}

#loginPan form input.button {
  width: 49px;
  height: 52px;
  display: block;
  position: absolute;
  top: 6px;
  right: 16px;
  background: url(images/button.gif) 0 0 no-repeat #fcf6e6;
  border: none;
  color: #fff;
  margin: 9px 0 0;
  font: 16px/52px Georgia, "Times New Roman", Times, serif;
  text-align: center;
  padding: 0px;
}

/******************************************************/
/*                                                    /*
/*                      footer                        /*
/*                                                    /*
/******************************************************/
#footer {
  position: relative;
  padding: 3em 0em;
  background: #4d5251;
  text-align: center;
  color: #4ea99d;
  height: 80px;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  margin: -40px 0 -1px -40px;
  border-bottom: solid 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row > * {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 0 40px;
  width: 33.3333333333%;
  clear: none;
  margin-left: 0;
  margin-bottom: 0;
}

#footer h3 {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-weight: 300;
}

#copyright {
  position: relative;
  padding: 3em 0em 4em 0em;
  text-align: center;
  color: #909090;
  background: #666b6a;
}
