/* @charset "Shift_JIS"; */

/* ナビゲーション
---------------------------------------------------- */
#header1 li {
  position: absolute;
  top: 88px;
  display: block;
  margin: 0;
  padding: 0;
  width: 101px;
  height: 31px;
  text-indent: -9999px;
}
#header1 li a {
  text-decoration: none;
  display: block;
  width: 101px;
  height: 31px;
}
#header1 li#tab1 {
  left: 130px;
  background: url(../../images/nav.gif) 0 0 no-repeat;
}
#header1 li#tab2 {
  left: 230px;
  background: url(../../images/nav.gif) -100px 0 no-repeat;
}
#header1 li#tab3 {
  left: 330px;
  background: url(../../images/nav.gif) -200px 0 no-repeat;
}
#header1 li#tab4 {
  left: 430px;
  background: url(../../images/nav.gif) -300px 0 no-repeat;
}
#header1 li#tab5 {
  left: 530px;
  background: url(../../images/nav.gif) -400px 0 no-repeat;
}
#header1 li#tab6 {
  left: 630px;
  background: url(../../images/nav.gif) -500px 0 no-repeat;
}

/* ■マウスオーバー時の処理 */
#header1 li#tab1 a:hover {
  left: 130px;
  background: url(../../images/nav.gif) 0 -31px no-repeat;
}
#header1 li#tab2 a:hover {
  left: 230px;
  background: url(../../images/nav.gif) -100px -31px no-repeat;
}
#header1 li#tab3 a:hover {
  left: 330px;
  background: url(../../images/nav.gif) -200px -31px no-repeat;
}
#header1 li#tab4 a:hover {
  left: 430px;
  background: url(../../images/nav.gif) -300px -31px no-repeat;
}
#header1 li#tab5 a:hover {
  left: 530px;
  background: url(../../images/nav.gif) -400px -31px no-repeat;
}
#header1 li#tab6 a:hover {
  left: 630px;
  background: url(../../images/nav.gif) -500px -31px no-repeat;
}

/* ■自分の時 */
#header1 li#tab1_home {
  left: 130px;
  background: url(../../images/nav.gif) 0 -62px no-repeat;
}
#header1 li#tab2_menu {
  left: 230px;
  background: url(../../images/nav.gif) -100px -62px no-repeat;
}
#header1 li#tab3_menu {
  left: 330px;
  background: url(../../images/nav.gif) -200px -62px no-repeat;
}
#header1 li#tab4_menu {
  left: 430px;
  background: url(../../images/nav.gif) -300px -62px no-repeat;
}
#header1 li#tab5_menu {
  left: 530px;
  background: url(../../images/nav.gif) -400px -62px no-repeat;
}
#header1 li#tab6_menu {
  left: 630px;
  background: url(../../images/nav.gif) -500px -62px no-repeat;
}

