header {
  background: url(../images/header_bg_en.png) no-repeat;
  height: 245px;
}
header h1 {
  width: 650px;
  height: 250px;
  background: url(../images/header_title_en.png) no-repeat 20px 7px;
}
header ul.info {
  background: url(../images/info_en.png) no-repeat;
}
header ul.info li {
  width: 90px;
}
aside nav ul li {
  background: url(../images/navi_en.png) no-repeat;
}
aside nav ul li:hover {
  background-image: url(../images/navi_hover_en.png);
}
aside ul.bnr li:first-child {
  background: url(../images/recruit_en.png) no-repeat;
}
aside ul.bnr li:nth-child(2){
  background: url(../images/bnr1_en.png) no-repeat;
}
aside ul.bnr li:nth-child(3){
  background: url(../images/bnr2_en.png) no-repeat;
}
aside ul.bnr li:nth-child(4){
  background: url(../images/bnr3_en.png) no-repeat;
}
