@charset "Shift_jis";

/*----float-banner2-------*/
#bannerArea {
	z-index:1000;
	width:100%;
	margin: 0px;
}
#bannerBox {
	position:relative;
	width:767px;
	margin:0 auto;
	background-color:tan;
}
#popUp #bannerBox {
	width:767px;
}
#bannerBtn {
	cursor:move;
	position:absolute;
	top:160px;
	right:-60px;
	width:223px;
	height:137px;
	background:#000000 url(../img/fb_bg.gif) no-repeat top left;
	/*background-color:orange;*/
}

#bannerBtn .resBtn a {
	display:block;
	position:absolute;
	top:110px;
	left:37px;
	width:179px;
	height:21px;
	text-indent:-9999px;
	cursor:pointer;
	background:#fff url(../img/fb_res.gif) no-repeat 0 0;
	overflow: hidden;

}
#bannerBtn .resBtn a:hover {
	background:#fff url(../img/fb_res.gif) no-repeat 0 -21px;
}


/*
#bannerBtn .reqBtn a {
	display:block;
	position:absolute;
	top:78px;
	left:3px;
	width:254px;
	height:29px;
	text-indent:-9999px;
	cursor:pointer;
	background:#fff url(../img/fb_req.gif) no-repeat 0 0;
	overflow: hidden;

}
#bannerBtn .reqBtn a:hover {
	background:#fff url(../img/fb_req.gif) no-repeat 0 -29px;
}
*/

#bannerBtn .closeBtn a {
	display:block;
	position:absolute;
	top:3px;
	left:202px;
	width:18px;
	height:18px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	background:#000000 url(../img/fb_close.gif) no-repeat top left;
	overflow: hidden;
	/*background-color:orange;*/
}
