@charset "UTF-8";

/* wb_[
---------------------------------------------------- */
#head3 {
float:left;
width: 880px;
height: 145px;
background: url(../images/nav3.gif) no-repeat;
}

#head3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#head3 li {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 14px;
	text-indent: -9999px;
	
}
#head3 li a {
  text-decoration: none;		
  display: block;
 height: 14px;
}
#head3 li#home      {
 left:770px;
 top:80px;
 width:52px;
}

#head3 li#contact      {
 left:823px;
 top:80px;
 width:55px;
}
#head3 li#japanese      {
 left:620px;
 top:80px;
 width:55px;
}
#head3 li#english      {
 left:680px;
 top:80px;
 width:55px;
}




#head li#home a:hover    {
  background: url(../images/nav.gif) no-repeat -875px -80px;
}
#head li#contact a:hover    {
  background: url(../images/nav.gif) no-repeat -928px -80px;
}
#head li#japanese a:hover    {
  background: url(../images/nav.gif) no-repeat -992px -80px;
}
#head li#english a:hover    {
  background: url(../images/nav.gif) no-repeat -1047px -80px;
}

