@charset "utf-8";

/*----float-banner-------*/

#floatbn-bannerArea {
	position:relative;
	z-index:1000;
	width: 100%;
	margin: 0px;
}

#floatbn-bannerBtnBox {
	position:absolute;
	top:300px;
	right:200px;
	width: 210px;
	height: 150px;
}
#floatbn-bannerBtn {
	position:absolute;
	width:210px;
	height:150px;
	background-image:url(f_banner.jpg);
	background-repeat:no-repeat;
}
#floatbn-bannerBtn a {
	cursor: pointer;
}
#floatbn-bannerBtn .Btn_close a {
	display:block;
	margin:0px 0px 0px 193px;
	width:17px;
	height:17px;
	color: #0f358b;
}
#floatbn-bannerBtn .Btn_link a {
	display:block;
	margin:97px 10px 0px;
	width:190px;
	height:26px;
	text-indent:-9999px;
}

