/* mainContents */
#mainContents {
  padding: 0 15px;
}

#mainContents h2 {
  height: 25px;
/*  border-left: 6px solid #990033; */
  margin: 8px 0;
}

#mainContents h2 span {
  display: none;
}

/* essentialInfo */
/* 採用基本情報全体 */
#essentialInfo {
  float: left;
  width: 435px;
  text-align: left;
}

/* タイトル「採用基本情報」 */
#essentialInfo h2 {
  background: url(../img/top/saiyou_info.gif) no-repeat center left;
} 

#essentialInfo ul li span {
  display: none;
}

/* それぞれの採用区分枠 */
#essentialInfo ul li.sinsotsu,
#essentialInfo ul li.daini,
#essentialInfo ul li.keikensha {
  list-style-type: none;
  margin: 0 20px 20px 10px;
  height: 77px;
  width: 400px;
}

/* 背景設定 */
/*#essentialInfo ul li.sinsotsu {
  background: url(../img/top/bg_shinsotsu.jpg) no-repeat center left;
}*/
#essentialInfo ul li.sinsotsu {
  background: url(../img/top/bg_shinsotsu.jpg) no-repeat top left;
}
#essentialInfo ul li.daini {
  background: url(../img/top/bg_daini.jpg) no-repeat top left;
}
#essentialInfo ul li.keikensha {
  background: url(../img/top/bg_keikensha.jpg) no-repeat top left;
}

/* リンクの大枠 */
#essentialInfo .infoCont {
  float: right;
  width: 190px;
  height: 90px;
  margin: 11px 20px 0 0;
}

/* リンク左半分 */
#essentialInfo .colL {
  float: left;
}
/* リンク右半分 */
#essentialInfo .colR {
  float: right;
}
#essentialInfo .colL li,
#essentialInfo .colR li {
  padding: 5px 0;
}

#essentialInfo a:link,
#essentialInfo a:active,
#essentialInfo a:visited {
  font-size: 1.2em;
  color: #cc0033;  
  text-decoration: underline;
}
#essentialInfo a:hover {
  color: #a8a8a8;
}

#essentialInfo ul {
  float: right;
} 

#essentialInfo ul li {
  list-style-type: none;
  padding: 3px;
}

#essentialInfo .infoCont li {
  background: url(../img/top/arrow.gif) no-repeat center left;
} 

#essentialInfo .infoCont li a {
  display: block;
  margin: 0 0 0 15px;
}
/* upInfo */
#upInfo {
  float: right;
  width: 435px;
  text-align: left;
}

#upInfo h2 {
  background: url(../img/top/koushin_info.gif) no-repeat center left;
} 

#upInfo dt {
  float: left;
  background: url(../img/top/top_icon.jpg) no-repeat center left;
  padding-left: 18px;
  font-weight: bold;
  color: #333333;
}
#upInfo dl {
  clear: both;
  padding: 5px 0;
}
#upInfo dl {
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
#upInfo dt {
  margin: 0 15px;
}

#mainVisual {
  margin-top : 2px;
  display : block;
  background : url(../img/common/main.jpg) no-repeat left top;
  width : 900px;
  height : 310px;
}