/* ヘッダ
---------------------------------------------------- */
#header {
  margin: 0px;
  padding: 0px;
  width: 760px;
  height: 81px;
  color: #333333;
  background:url(../image/head.gif) 0px 70px no-repeat;
  border: 1px solid #ffffff;
}
p.top {
  margin-top: 10px;
  margin-left: 8px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 11px;
  color:#666666;
  font-weight: normal;
  text-align: left;
}
h1 {
  margin-top: 5px;
  margin-left: 8px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: left;
  float:left;
}

/* ヘッダナビ
---------------------------------------------------- */
#header ul {
  
  list-style: none;
}
#header li {
  float:right;
  display: block;
}
#header li a {
  display: block;
  height: 21px;
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
}
#header li#home {
  width: 82px; right: 135px;
  background: url(../image/b_home.gif) no-repeat 0px 0px;
}
#header li#inquiry {
  width: 98px; right: 35px;
  background: url(../image/b_contact.gif) no-repeat 0px 0px;
}
#header li#home a:hover {
  width: 82px; right: 135px;
  background: url(../image/b_home_on.gif) no-repeat 0px 0px;
}
#header li#inquiry a:hover {
  width: 98px; right: 35px;
  background: url(../image/b_contact_on.gif) no-repeat 0px 0px;
}



/* ナビゲーション
---------------------------------------------------- */
#navi {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  position: relative;
  width: 760px;
  height: 30px;
  background:url(../image/navi_back.gif) no-repeat 0px 0px;
}
#navi ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#navi li {
  position: absolute;
  display: block;
  width: 168px;
  height: 27px;
  text-indent: -9999px;
}
#navi a {
  display: block;
  width: 168px;
  height: 27px;
  text-decoration: none;
}
#navi li#enterin01 {
  right: 346px;
  background: url(../image/b_company.gif) no-repeat 0px 0px;
}
#navi li#enterin02 {
  right: 178px;
  background: url(../image/b_outline.gif) no-repeat 0px 0px;
}
#navi li#enterin03 {
  right: 10px;
  background: url(../image/b_recruit.gif) no-repeat 0px 0px;
}
#navi li#enterin01 a:hover {
  right: 346px;
  background: url(../image/b_company_f2.gif) no-repeat 0px 0px;
}
#navi li#enterin02 a:hover {
  right: 178px;
  background: url(../image/b_outline_f2.gif) no-repeat 0px 0px;
}
#navi li#enterin03 a:hover {
  right: 10px;
  background: url(../image/b_recruit_f2.gif) no-repeat 0px 0px;
}

/* メイン
---------------------------------------------------- */
#main {
  margin: 0px;
  padding: 0px;
  width: 750px;
  text-align:left;
  overflow: hidden;
}
#main h2 {
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight:normal;
}
#main h2 img {
  border: 1px solid #ededed;
}
