@import url("base.css");

@import url("layout.css");

.nav-box h2 {
  background: url("../images/recruit/img_navbox_top.gif") no-repeat left top;
}

#sub-title {
  width: 772px;
  height: 120px;
  background: url("../images/recruit/img_subtitle.jpg") no-repeat left top;
  text-indent: -2000px;
}

/* BLOCK INFO - setup body layout. */
#body {
  float: left;
  position: relative;
  width: 620px;
  margin-top: 20px;
  background: #FFF url("../images/sub/img_body.gif") repeat-y left top;
  overflow: hidden;
}

#body .gutter-sub {
  background: url("../images/sub/img_body_top.gif") no-repeat left top;
}

#body .div-bottom {
  padding: 10px;
  min-height: 400px;
  background: url("../images/sub/img_body_bottom.gif") no-repeat left bottom;
}

* html #body .div-bottom {
  height: 400px;
}

#body h2 {
  position: relative;
  height: 26px;
  font-size: 9pt;
}

#body div.div-box {
  width: 85px;
  height: 113px;
  margin: 10px 0;
}

strong.star {
  color: #FF8A00;
}
