@charset "utf-8";
/*----float-banner-------*/
#floatbn-bannerArea {
	position:relative;
	z-index:1000;
	width: 100%;
	margin: 0px;
	cursor:move;
}

#floatbn-bannerBtnBox {
	position:absolute;
	top:350px;
	right:20px;
	width:390px;
	height:115px;
}
#floatbn-bannerBtn-shadow {
	position:absolute;
	top:0px;
	left:0px;
	width:390px;
	height:115px;
	background: url(../a_floatbn/shadow.png) no-repeat;
}
*:first-child+html #floatbn-bannerBtn-shadow {
	background-color:#cccccc;
}
#floatbn-bannerBtn {
	position:absolute;
	top:5px;
	right:5px;
	width:380px;
	height:105px;
	background:url(../a_floatbn/floatbn.jpg) no-repeat;
}

#floatbn-bannerBtn a { cursor: pointer;}
#floatbn-bannerArea .ov {}
#floatbn-bannerBtn .closeBtn a {
	display:block;
	position:absolute;
	top:3px;
	right:3px;
	width:13px;
	height:13px;
	text-indent:-9999px;
	/*background-color:orange;*/
}
#floatbn-bannerBtn .camBtn a {
	display:block;
	margin:8px 16px;
	width:348px;
	height:89px;
	text-indent:-9999px;
	cursor:pointer;
}

