@charset "Shift_JIS";

/*単独ロールオーバーメニュー*/

a.rolloverIndent1 {
  background: url(image/button_g.gif)   no-repeat;
  background-position: 0 0;
  display: block;
  text-indent: -9999px;
  width: 180px;
  height: 42px;
  
}
a.rolloverIndent1:hover {
  background-position: -180px 0px;
}

a.rolloverIndent2 {
  background: url(image/button_g.gif)   no-repeat;
  background-position: 0px -42px ;
  display: block;
  text-indent: -9999px;
  width: 180px;
  height: 42px;
  margin-top:8px;
}
a.rolloverIndent2:hover {
  background-position: -180px -42px;
}

a.rolloverIndent3 {
  background: url(image/button_g.gif)   no-repeat;
  background-position: 0px -84px ;
  display: block;
  text-indent: -9999px;
  width: 180px;
  height: 42px;
  margin-top:8px;
}
a.rolloverIndent3:hover {
  background-position: -180px -84px ;
}

a.rolloverIndent4 {
  background: url(image/button_g.gif)   no-repeat;
  background-position: 0px -126px ;
  display: block;
  text-indent: -9999px;
  width: 180px;
  height: 42px;
  margin-top:8px;
}
a.rolloverIndent4:hover {
  background-position: -180px -126px ;
}

a.rolloverIndent5 {
  background: url(image/button_g.gif)   no-repeat;
  background-position: 0px -168px ;
  display: block;
  text-indent: -9999px;
  width: 180px;
  height: 42px;
  margin-top:8px;
}
a.rolloverIndent5:hover {
  background-position: -180px -168px ;
}