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

#floatbn-bannerBtnBox {
	position:absolute;
	top:380px;
	right:20px;
	width:210px;
	height:200px;
}
#floatbn-bannerBtn-shadow {
	width:210px;
	height:200px;
	background-image: url(../floatbn/shadow.png);
	background-repeat: no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
}
#floatbn-bannerBtn {
	position:absolute;
	width:210px;
	height:200px;
	background-image:url(../floatbn/floatbn.jpg);
	background-repeat:no-repeat;
}

/*
#floatbn-bannerBtn p, a {
	margin:0;
	padding:0;
	font-size:12px;
	text-decoration: none;
}
*/

#floatbn-bannerBtn a {
	cursor: pointer;
}
#floatbn-bannerArea .ov {}
#floatbn-bannerBtn .closeBtn a {
	display:block;
	margin:60px 80px 0px;
	width:50px;
	height:10px;
	font-size:8px;
	text-indent:-9999px;
}
#floatbn-bannerBtn .reqBtn a {
	display:block;
	margin:20px 20px 0px;
	width:170px;
	height:40px;
	text-indent:-9999px;
	cursor:pointer;
}
#floatbn-bannerBtn .raiBtn a {
	display:block;
	margin:10px 20px 0px;
	width:170px;
	height:40px;
	text-indent:-9999px;
	cursor:pointer;
}

