
/*-------------------------------------------------------------- ベース設定
*/

* {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------------------------- Navigation
*/

#Navigation {
  background: url('images/header.jpg') no-repeat -64px -200px;
  width: 528px;
  height: 28px;
  overflow: hidden;
}

#Navigation ul {
  width: 532px;
}

#Navigation li {
  float: left;
  margin: 0 4px 0 0;
  list-style: none;
}

#Navigation a {
  display: block;
  text-indent: -1000em;
  overflow: hidden;
}

#Nv01 a {width: 92px;height: 28px;}
#Nv02 a {width: 72px;height: 28px;}
#Nv03 a {width: 68px;height: 28px;}
#Nv04 a {width: 76px;height: 28px;}
#Nv05 a {width: 72px;height: 28px;}
#Nv06 a {width: 76px;height: 28px;}
#Nv07 a {width: 48px;height: 28px;}

#Nv01 a:hover {background: url('images/navi_menu01.gif') no-repeat;}
#Nv02 a:hover {background: url('images/navi_menu02.gif') no-repeat;}
#Nv03 a:hover {background: url('images/navi_menu03.gif') no-repeat;}
#Nv04 a:hover {background: url('images/navi_menu04.gif') no-repeat;}
#Nv05 a:hover {background: url('images/navi_menu05.gif') no-repeat;}
#Nv06 a:hover {background: url('images/navi_menu06.gif') no-repeat;}
#Nv07 a:hover {background: url('images/navi_menu07.gif') no-repeat;}

