
/* マウスイメージチェンジ
---------------------------------------------------------------------- */
.display {
	display: none;
}

#mouseover ul {
	padding: 0;
	margin: 0;
}

#mouseover li {
	float: left;
	display: inline;
	list-style-type: none;
}

#mouseover li a {
	height: 30px;
	width: 156px;
	overflow: hidden;
	text-decoration: none;
	display: block;
}

#mouseover li.mo1 a {
	background: url(/img/sound/mouseover.jpg) 0px 0px no-repeat;
}

#mouseover li.mo2 a {
	background: url(/img/sound/mouseover.jpg) -156px 0px no-repeat;
}

#mouseover li.mo3 a {
	background: url(/img/sound/mouseover.jpg) -312px 0px no-repeat;
}

#mouseover li.mo4 a {
	background: url(/img/sound/mouseover.jpg) -468px 0px no-repeat;
}

#mouseover li.mo5 a {
	background: url(/img/sound/mouseover.jpg) -624px 0px no-repeat;
}

#mouseover li.mo1 a:hover {
	background-position: 0px -30px;
}

#mouseover li.mo2 a:hover {
	background-position: -156px -30px;
}

#mouseover li.mo3 a:hover {
	background-position: -312px -30px;
}

#mouseover li.mo4 a:hover {
	background-position: -468px -30px;
}

#mouseover li.mo5 a:hover {
	background-position: -624px -30px;
}
