/* ホームへボタン style
-----------------------------------------*/	
#homemodoru {
	position:relative;
	overflow:hidden;
	text-indent:-9999px;
	width:99px;
	height:29px;
	}
	
	
#homemodoru a {
	background-image:url(../images/home_btn.gif);
	background-repeat:no-repeat;
	width:99px;
	height:29px;
	display:block;
	}
	
#homemodoru a:hover {
	background-position: 0 -29px;
	}	

