@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :homepage.css
style info  :トップページ
=================================================================== */
/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
  width: 620px;
}
#contents .box ul li {
  float: left;
}
#contents .box ul li a {
  height: 0;
  display: block;
  overflow: hidden;
  background: left top no-repeat;
}

#contents .box ul .box_menu {
  height: 243px;
}
#contents .box ul .box_menu a {
  padding: 243px 0 0 0;
  width: 381px;
  background-image: url(../images/home/topimg02.jpg);
}
#contents .box ul .box_menu a:hover {
  background-position: left -243px;
}

#contents .box ul .box_info {
  height: 157px;
}
#contents .box ul .box_info a {
  padding: 157px 0 0 0;
  width: 205px;
  background-image: url(../images/home/topimg04.jpg);
}
#contents .box ul .box_info a:hover {
  background-position: left -157px;
}

#contents .box ul .box_access {
  height: 157px;
}
#contents .box ul .box_access a {
  padding: 157px 0 0 0;
  width: 198px;
  background-image: url(../images/home/topimg05.jpg);
}
#contents .box ul .box_access a:hover {
  background-position: left -157px;
}

#contents .box ul .box_aneko {
  height: 157px;
}
#contents .box ul .box_aneko a {
  padding: 157px 0 0 0;
  width: 197px;
  background-image: url(../images/home/topimg06.jpg);
}
#contents .box ul .box_aneko a:hover {
  background-position: left -157px;
}
