@charset "shift_jis";

/* floatBnr */

*{
	margin:0;
	padding:0;
}

#floatBnr {
	width: 200px;
	/*height: 113px;*/
	right: 10px;
	top: 10px;
	z-index:99999;
}
#floatBnr2 {
	width: 200px;
	/*height: 200px;*/
	right: 10px;
	top: 200px;
	z-index:99999;
}


#floatArea {
	width: 200px;
	height: 113px;
	position:fixed;
	top: 10px;
    right: 0px;
	cursor: move;
	z-index:9999;
	background: url(../images/float_base.png) left top no-repeat;
}
#floatArea2 {
	width: 200px;
	height:113px;
	position:fixed;
	top:140px;
	right:0px;
	cursor: move;
	z-index:9999;
	background: url(../images/float_base2.png) left top no-repeat;
}

#floatClose a{
	position: absolute;
    width: 200px;
    height: 20px;
    right: 2px;
    top: 91px;
    display: block;
    z-index: 999999;
}
#floatClose2 a{
	position: absolute;
    width: 200px;
    height: 20px;
    right: 2px;
    bottom: 2px;
    display: block;
    z-index: 999999;
}

.f_request a{
	position: absolute;
	width: 184px;
	height: 75px;
	left: 8px;
	top: 11px;
	display: block;	
	z-index:999999;
}
.f_request2 a{
	position: absolute;
	width: 184px;
	height:  75px;
	left:8px;
	top: 11px;
	display: block;	
	z-index:999999;
}