/*code by Xeon[祺]*/


/*  promotion  */
#promotion {
  width: 785px;
  margin: 20px auto;
}


/*  topNews  */
#topNews {
  width: 785px;
  margin: 0 auto;
}

#topNews h3 {
  background: url(topnews_bg.gif) repeat-x;
  height: 38px;
}

#topNews img {
  vertical-align: middle;
}

#topNews img.topNews_r {
  float: right;
}

#topNews p {
  color: #333;
  text-indent: 25px;
  line-height: 180%;
  padding: 10px 10px 10px 10px;
}

#topNews p.more {
  text-align: right;
  margin-top: -25px;
}


/*  articleList  */
#articleList {
  width: 785px;
  height: 170px;
  margin: 0 auto;
}

#articleList .globalBox {
  width: 257px;
  background: url(box_bg.gif) repeat-y;
  float: left;
  margin-right: 5px;
}

#articleList .boxLast {
  margin: 0px;
}

#articleList .globalBox h3 {
  text-align: center;
  margin: 3px 0 10px 0;
}

#articleList .globalBox p {
  line-height: 140%;
  padding: 0 15px 0 20px;
}

#articleList .globalBox .textHeight {
  height: 110px
}

#articleList .globalBox ul {
  padding: 0 10px 0 20px;
}

#articleList .globalBox ul a:hover {
  text-decoration: underline;
}

#articleList .globalBox ul.icon_arrow li {
  background: url(icon_arrow.gif) no-repeat left center;
  padding-left: 15px;
  margin-bottom: 5px;
}

#articleList .globalBox ul.other li {
  margin-bottom: 10px;
}

#articleList .globalBox ul.other li span a {
  font: bold 12px Arial;
  text-decoration: underline;
  color: #e4016a;
}