/* フローティングボタン */
#floating {
	position: fixed;
	top: 50%;
	right: 10px;
	margin: -48px 0px 0px;
	z-index: 10;
}

#floating ul {
	width: 32px;
}

#floating ul li {
	text-indent: -9999px;
	height: 32px;
	overflow: hidden;
}

#floating ul li a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(images/minimenu.png);
	background-repeat: no-repeat;
}

#floating ul .mm1 a {
	background-position: 0px 0px;
}

#floating ul .mm1 a:hover {
	background-position: 0px -32px;
}

#floating ul .mm2 a {
	background-position: -32px 0px;
}

#floating ul .mm2 a:hover {
	background-position: -32px -32px;
}

#floating ul .mm3 a {
	background-position: -62px 0px;
}

#floating ul .mm3 a:hover {
	background-position: -62px -32px;
}