@charset "big5";

/*  網頁構造 */

body {
  margin:0 ;
  padding: 0em;
}

#CB{
  width:800px;
  height:100%;
  margin:0em auto;
  text-align:left;
}

#header {
  width: 800px;
}
#content {
  width: 100%;
  height:100%;
  bottom:auto;
}

#menu {
  width: 200px;
  height:549px;
  float: left;
}

#main {
  width: 600px;
  height:549px;
  float: right;
}

#footer {
  clear: both;
  bottom:auto;
  width: 801px;
  height:auto;
}

/*  版面設定 */
p {
  padding: 0em;
  margin: 0em;
}
#CB {
background-color: #3A3F42;
background-image:url(pic/footer.png);
}
#header {
  color: #fff;
  background: #000;
}
#content {
  background-color: #3A3F42;
  }
#menu {
  color: #fff;
  background-image:url(pic/menu.png);
  background-repeat:no-repeat;
}

#main {
  color: #000;
  background-color: #3A3F42;
  background-image:url(pic/main.png);
  background-repeat:no-repeat;
}

#footer {
	color: #ffffff;
	background-color: #3A3F42;
}
em {
  font-style: normal;
  font-weight: bold;
  color: #000;
  background: transparent;
}

