/*code by Xeon[祺]*/



#globalContainer {
  width: 785px;
  margin: 30px auto 0 auto;
}


/*  globalContent  */
#globalContent {
  width: 538px;
  margin-right: 22px;
  float: left;
}

#globalContent .articleTitle strong {
  font-size: 14px;
  color: #e4016a;
  display: block;
  margin-bottom: 10px;
}

#globalContent .articleTitle {
  padding-left: 10px;
}

#globalContent .articleTitle span {
  font: 10px Arial;
  color: #999;
  display: block;
  margin-bottom: 3px;
}

#globalContent .articleContent {
  line-height: 3em;
  padding: 0 0 2em 1em;
  text-indent: 2em;
}

#globalContent .articleContent a {
  color: #06F;
}

#globalContent .articleOther {
  line-height: 1.5em;
  background: #F9F9F9;
  padding: 8px;
  margin-bottom: 35px;
  border-width: 1px 0;
  border-style: solid none;
  border-color: #e2e2e2 transparent;
}

#globalContent .articleOther .textPink {
  color: #e4016a;
}

#globalContent .articleOther .textLine {
  margin: 0 12px;
}


/*  siderBar  */
#siderBar {
  width: 225px;
  float: left;
}

#siderBar h3 {
  font: bold 12px Arial;
  line-height: 30px;
  color: #929292;
  background: url(icon_title.gif) no-repeat 7px center;
  padding-left: 75px;
  border-bottom: 2px solid #D0D0D0;
  text-indent:30%;
}

#siderBar ul {
  padding: 10px 5px 20px 5px;
}

#siderBar li {
  background: url(icon_arrow.gif) no-repeat left 3px;
  padding-left: 15px;
  margin-bottom: 5px;
}