/**************************************/

/* floatBnr */
#float,
#floatArea {
	width: 240px;
/*	height: 185px;*/
	height: 130px;
	text-align:left;
}
#float {
	position: absolute;
	right: 40px;
	top: 300px;
}
#floatArea {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: move;
	background:url(../floatbn/floatbn.jpg) no-repeat left top;
}
#floatBt {
	position: absolute;
	left: 10px;
	top: 96px;
}
#floatBtB {
	position: absolute;
	left: 10px;
	top: 131px;
}
#floatBtC {
	position: absolute;
	left: 10px;
	top: 260px;
}
#floatBtD {
	position: absolute;
	left: 15px;
	top: 207px;
}
#floatClose {
	position: absolute;
	left: 185px;
	top: 7px;
}

