body.box h2, 
body.box h3, 
#content .box h2, 
#content .box h3 { color: #FED900; }
body.box h2, 
#content .box h2 {
  padding-left: 5px;;
  background-image: url(../images/h2_customers.png);
}
body.box .with_line, 
#content .box .with_line { border-color: #FED900; }
#content .box .caption { font-size: 16px; font-weight: bold; }
#content .box .news dt, 
#content .box .news dd .date {
  font-size: 18px;
  font-weight: bold;
}
#content .box .about_staff dt {
  font-size: 17px;
  font-weight: bold;
}
#content .box .about_staff dd img {
  float: left;
  margin-right: 5px;
}
#content .box .about_staff dd p { padding-left: 73px; }
#content .box .news dl {
  margin-bottom: 2em;
  position: relative;
}
#content .box .news dd .date {
  position: absolute;
  right: 1em;
  top: 0;
}
#content .box .news li { margin-bottom: 1em; }
