div#infomation {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 950px;
  overflow: hidden;
  text-align: left;
}

div#infomation div.left-menu {
  margin-right: 8px;
  float: left;
  width: 192px;
  line-height: 1.4em;
}

div#infomation div.left-menu p.banner-donation {
  margin-bottom: 10px;
}

div#infomation div.left-menu dl dt {
  padding: 3px 5px 0;
  color: #29bcfd;
  font-weight: bold;
}

div#infomation div.left-menu dl dd {
  padding: 0 5px 3px;
  border-bottom: 1px #000 dotted;
}

div#infomation div.left-menu dl dd strong {
  display: block;
  color: #f00;
}

div#infomation div.main {
  float: left;
  width: 750px;
  line-height: 1.3em;
  font-size: 1.2em;
}

div#infomation div.title p {
  margin: 20px 10px;
  color: #f00;
  font-weight: bold;
}

div#infomation div.section {
  margin: 0 10px;
  padding-bottom: 10px;
}

div#infomation div.section h3 {
  margin-bottom: 8px;
  padding-left: 30px;
  height: 25px;
  background: url('/images/statics/pages/information/bg-header.gif') no-repeat 0 0;
  line-height: 25px;
  font-size: 14px;
}

div#infomation div.section p {
  margin: 0 10px 10px;
}

div#infomation div.information-footer {
  padding: 20px 10px;
  border-top: 1px #000 dotted;
  background: url('/images/statics/common/logo-mark.gif') no-repeat 570px 20px;
}

div#infomation div.information-footer p.corp {
  margin-top: 10px;
  font-weight: bold;
}


