@charset "UTF-8";
/*================================================
 *  totop ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	
	/* 透明化 */	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
 	opacity: 0.5;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#228B22;
}
.totop img:hover {	filter:alpha(opacity=100);
	-moz-opacity: 1;
 	opacity: 1;
	
}
