@charset "UTF-8";

/* 整體結構
---------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font-family: Verdana, Arial, MingLiu, sans-serif;
  font-size:.75em;
  line-height:1.6em;
  background: url(../_ind_img/bground.gif) ;
  color:#555;
}

#wrapper {
  width: 920px;
  height: auto;
  background: #fff;
  margin: auto;
  text-align: left;
  border: 1px solid #0435af;
  border-top: none;
}

p {
  font-size: 1em;
  line-height:1.5em;
  padding: 1px 0 0 0;
}

* html #wrapper {
  height: 100%;
}

img {
  border: none;
}


/* 連結
---------------------------------------------------------------------------------------- */
a:visited, a:link {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: underline;
}

/* 頁首
---------------------------------------------------------------------------------------- */
#header {
  width:920px;
  height:90px;
}

#header img {
  padding: 22px 0 10px 35px;
}

/* 主文區
---------------------------------------------------------------------------------------- */
#mainbox {
  width: 885px;
  height: auto;
  padding-left: 15px;
}

#mainbox p { 
  padding: 15px 15px 0 30px;
}


/* 頁尾
---------------------------------------------------------------------------------------- */
#footer {
  clear: both;
  background:url(../_ind_img/bground_footer.gif);
  width: 920px;
  height: 80px; 
  text-align: left;
  margin-top: 10px;
  font-size:.9em;
}

#add {
 float: right;
 width: 700px;
 padding: 18px 10px 0 5px ;
}

#add p {
  padding: 0 0 0 12px;
  color: #555;
}

#add a{
  padding: 2px 0 0 5px;
  color: #555;
}

#add span {
  font-weight: normal;
  padding-left: 15px;
}

#footerlogo { 
  height: 47px;
  width: 145px;
  float: left;
  padding: 16px 5px 0 25px ;
}
