@charset "shift_jis";

/* floatBnr */

*{
	margin:0;
	padding:0;
}

#floatBnr {
	width: 240px;
	height: 135px;
	right: 10px;
	top: 200px;
	z-index:99999;
}

#floatArea {
	width: 240px;
	height: 135px;
	position:absolute;
	top:0px;
	right:0px;
	cursor: move;
	z-index:9999;
	background: url(../images/float_base.png) left top no-repeat;
}

#floatClose a{
	position: absolute;
	width: 236px;
	height: 22px;
	right: 2px;
	top: 111px;
	display: block;	
	z-index:999999;
}

.f_request a{
	position: absolute;
	width: 218px;
	height: 89px;
	left: 12px;
	top: 13px;
	display: block;	
	z-index:999999;
}