@charset "shift_jis";

/* floatBnr */

*{
	margin:0;
	padding:0;
}

#floatBnr {
	width: 200px;
	height: 113px;
	right: 10px;
	top: 200px;
	z-index:99999;
}

#floatArea {
	width: 200px;
	height: 113px;
	position:absolute;
	top:-25px;
	right:0px;
	cursor: move;
	z-index:9999;
	background: url(../images/float_base.png) left top no-repeat;
}

#floatClose a{
	position: absolute;
    width: 200px;
    height: 20px;
    right: 2px;
    top: 91px;
    display: block;
    z-index: 999999;
}

.f_request a{
	position: absolute;
	width: 184px;
	height: 75px;
	left: 8px;
	top: 11px;
	display: block;	
	z-index:999999;
}
.float1{
	position: fixed;
    width: 50px;
    height: 210px;
    top: 56px;
    right: 0;
}
.float2{
	position: fixed;
    width: 50px;
    height: 210px;
    top: 276px;
    right: 0;
}
.float3{
	position: fixed;
    width: 50px;
    height: 210px;
    top: 496px;
    right: 0;
}