
.gototop a {
	background: url("img/arrow_36.gif") 1px 0 no-repeat #333;
	position: fixed;
	bottom: 0px;
	right: 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	color: #FFF;
	display: block;
	font-size: 12px;
	text-indent: -9999em;
	width: 36px;
	height: 36px;
	z-index:1;

}

.gototop a:hover {
	text-align: center;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=50);
}


.gototop2 a {
	background: url("img/arrow_36_2.gif") 1px 0 no-repeat rgba(255,255,255,0.7);
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	color: #FFF;
	display: block;
	font-size: 12px;
	text-indent: -9999em;
	width: 36px;
	height: 36px;
	z-index:1;
	border-radius:36px;
	border:1px #333 solid;

}

.gototop2 a:hover {
	text-align: center;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=50);
}


