/* rightfixed
----------------------------------------------- */

#rightfixed { 
	display:block; 
	width:70px; 
	position:fixed; 
	bottom:0px; 
	right:0px; 
	z-index:10;
	}


#rightfixed a.common {
	 outline:none; 
	 display:block; 
	 width:70px; 
	 height:70px; 
	 border:none; 
	 text-align:center;
	 }

#rightfixed a#common1 { 
	outline:none; 
	display:block; 
	width:70px; 
	height:70px; 
	border:none; 
	background:url(http://www.improves.jp/guide/gotop.gif) no-repeat; 
	margin-bottom:5px;
	}

#rightfixed a#common2 { 
	outline:none; 
	display:block; 
	width:70px; 
	height:70px; 
	border:none; 
	background:url(http://www.improves.jp/guide/cartgo.jpg) no-repeat; 
	margin-bottom:5px;
	}


	
#rightfixed a#commonGoTop {
	background:url() no-repeat; 
    width:70px; 
	height:70px;
	margin-top:7px;
	}

#rightfixed a#commonGoTop:hover{
	background-position:0 2px;
	}



#rightfixed a#point #over{
	position:absolute; top:10px; 
	left:0; 
	text-align:center; 
	display:block; 
	width:70px; 
	visibility:hidden;
	}

#rightfixed a#point:hover #over{ 
	visibility:visible;
	}

#rightfixed a#point:hover *{ 
	filter: alpha(opacity=100);
	}


