@charset "utf-8";
html, body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin:0px;
  padding:0px;
  background-image:url(../images/bk.gif);
}
p {text-align:left; padding:5px;}
#container {
  width:990px;
  margin:0px auto;
}
#top_menu {
   position:absolute;
   top:113px;
   width:990px;
}
#top_menu ul {
  padding:0px;
  margin:5px 0px 0px 190px;
  list-style-type:none;
}
#top_menu ul li {
  float:left;
  margin:0px 20px;
}
#top_menu ul li a, #top_menu ul li a:visited {
  text-decoration:none;
  border-bottom:1px solid #9999FF;
  display:block;
}
#top_menu ul li a:hover {
  color:#9933FF;
  border-bottom:3px solid #9999FF;
  padding-bottom:1px;
}
#two_block {
  width:990px;
  background-color:#FB805F;
}
.top_block {
  margin:0px 0px 0px 175px;
  padding:0px;
  height:113px;
  background-image:url(../images/index_top.jpg);
}
.bottom_block {
  margin:0px 175px 0px 0px;
  padding:0px;
  height:113px;
  background-image:url(../images/index_bottom.jpg);
}
.left_img {
  width:485px;
  height:541px;
  margin:0px;
  padding:0px;
  float:left;
  text-align:right;
  background-repeat:no-repeat;
  background-color:#FFFFFF;
}
.center_img {
  width:294px;
  height:541px;
  margin:0px;
  padding:0px;
  float:left;
  background-image:url(../images/index_21.jpg);
}
.right_img {
  width:211px;
  height:541px;
  margin:0px;
  padding:0px;
  float:left;
  background-image:url(../images/index_31.jpg);
}
#news_board {
  height:280px;
  background-image:url(../images/index_22.jpg);
  background-position:right top;
  background-repeat:no-repeat;
  /*FireFox的問題....*/
  border-top:1px dotted #FFF;
}
#news_board p {
  line-height:24px;
}
#news_board span {
  color:#0000CC;
  font-weight:bold;
}