/* float-banner */

#float {
	position: absolute;
	right: 5px;
	top: 500px;
	width: 10px;
	height: 10px;
}

#float, #floatArea {
	z-index: 9999;
	width: 136px;
	height: 136px;
}

#floatArea {
position: absolute;
left: 0px;
top: 0px;
}

#floatBtArea {
	position: absolute;
	left:42px;
	top: 105px;
	text-align: center;
	cursor: auto;
	height: 23px;
}


#floatBtCloseArea {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
