﻿/*新版new1*/

/* --- 基本設定 --- */
* {
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
}
body {
  text-align: center;
  font-size: 12px;
  font-family: Arial, helvetica, sans-serrif;
  line-height: 15pt;
  background-image: url(../logo/bodycr51.gif);
}
img {
  border: none;
}
h1 {
  font-size: 16px;
  margin-left: 10px;
  line-height: 1.8;
  color: #0850B2;
  background-color: #F0F6FD;
  border-top: 5px solid #00CCFF;
  border-bottom: 2px solid #CCCCCC;
}
h2 {
  font-size: 12px;
  width: 200px;
  line-height: 1.6;
  margin: 5px 0;
/*  margin-bottom: 5px; */
  color: #646464;
  background-color: #EBEBEB;
/*  border-top: 5px solid #00CCFF;
  border-bottom: 2px solid #CCCCCC;  */
  }
h3 {
  font-size: 14px;
  line-height: 1.6;
}
h5 {
  font-size: 11px;
  line-height: 1.6;
}
/* --- 頁面設定 --- */

#wrapper {
  width: 860px;
  margin-top: 10px;
/*    */
}
#header {
  position: relative;
  width: 860px;
  height: 70px;
}
#logo {
  position: absolute;
  top: 5px;
  left: 25px;
  width: 120px;
}
#header-backimg {
/*  position: absolute; */
  top: 0;
  margin-left: 190px;
}
#globalNav {
  list-style-type: none;
  width: 860px;
  height: 23px;
  margin: 5px 0 5px;
  background: url(../logo/body30.gif) top repeat-y;
}
#globalNav li {
  float: right;
  list-style-type: none;
  margin-top: 5px;
  width: 90px;
}
#globalNav li a {
  display: block;
  width: 85px;
/*  border-style: double;
  border-color: #414141;   */
  font-size: 14px;
  text-decoration: none;
/*  background-color: #DDFFFF;*/
}
#globalNav li a:hover {
  color: #00CC66;
  text-decoration: underline;
}

/* ----- 主要文件區 ----- */

#mainwrapper {
  position: relative;
  text-align: left;
  width: 860px;
  margin-bottom: 25px;
}

/*#backimage-top {
  height: 10px;
  background: url(../logo/cobak10top2.gif) top;
} */
#backimage-center {
/*  height: 10px;*/      /* 不能設高度 */
  background: url(../logo/cobak20cent1.gif) center repeat-y;
}
/*
#backimage-down {
  height: 10px;
 background: url(../logo/cobak10dow2.gif) dowm;
}
*/
#sidebar {
  float: left;
  width: 150px;
  margin: 45px 0px 0 6px;
/*  margin: 5px; */
  text-decoration: none;
  background: #E0FFFF;
}
#sidebar h1 {
  margin-left: 10px;
}
#sidebar li {
  text-decoration: none;
  margin-left: 20px;
}
#content {
/*  float: right; */
  margin: 10px;
/*  width: auto;*/
/*  background: url(logo/cobak10top.gif);   */
/*  right: 20px; */
  margin-left: 178px;
}
.cobackimg {
  font-size: 12px;
  margin-left: 10px;
  text-align: left;
}
.cobackimg li {
  margin-left: 5px;
  text-decoration: none;
  list-style-type: none;
}


#footer {
  clear: both;
  margin: 10px 90px 0 0;           /*先訂為區塊位置(與圖形位置相關)*/
  height: 30px;
  text-indent: 250px;
  line-height: 30px;
  background: url(../logo/ftsl11.gif) top right no-repeat;

}

/*  ------ 類型 type 滑鼠 ------ */
.typemarker {
  text-indent: 12px;
  font-size: 14px;
  line-height: 1.6;
  background: #FF6600 url(../logo/tymkw.gif) left center no-repeat;
}
.typemarker a {
  display: block;
  width: 100px important;
  background: #FFFFFF url(../logo/tymkr.gif) left center no-repeat;
  text-decoration: none;
}
.typemarker a:hover {
  color: #FFFFFF;
  background-image: none;
  background-color: transparent;
}

/*  ------ 類別 class 滑鼠 ------ */
.classmarker {

  background: #FFFFFF;
}
.classmarker  a {
  border-bottom: 5px;
  margin-left: 10px;
  display: block;
  background-color: #FFFFFF;
  text-decoration: none;
}
.classmarker  a:hover {
  border-bottom: 5px solid #0850B2;
  background-image: none;
}



