@charset "euc-jp";
/*----float-banner-------*/
#bannerArea {
	z-index:10000;
	width:100%;
	margin:0 auto;
	position:relative;
}
#bannerBtn {
	cursor:move;
	position:absolute;
	top:450px;
	right:20px;
	width:200px;
	height:120px;
	background-image:url(../image/index/floating_out.jpg);
	background-repeat:no-repeat;
	/*background-color:orange;*/
}
#bannerBtn .resBtn {
	width:200px;
	height:60px;
	line-height:1px;
	font-size:1px;
}
#bannerBtn .resBtn a {
	display:block;
	width:200px;
	height:60px;
	text-indent:-9999px;
	cursor:pointer;
}
#bannerBtn .resBtn a:hover {
	display:block;
	width:200px;
	height:60px;
	background-image:url(../image/index/floating_over.jpg);
	background-repeat:no-repeat;
}
#bannerBtn .leafletsBtn {
	width:200px;
	height:60px;
	line-height:1px;
	font-size:1px;
}
#bannerBtn .leafletsBtn a {
	display:block;
	width:200px;
	height:60px;
	text-indent:-9999px;
	cursor:pointer;
}
#bannerBtn .leafletsBtn a:hover {
	display:block;
	width:200px;
	height:60px;	
	background-image:url(../image/index/floating_over.jpg);
	background-position: 0 -60px;
	background-repeat:no-repeat;
}
#bannerBtn .closeBtn {
	width:2px;
	height:2px;
	line-height:1px;
	font-size:1px;
	margin-left:198px;
	margin-top:-90px;
	background-color:#960;
}
#bannerBtn .closeBtn a {
	display:block;
	width:2px;
	height:2px;
	text-indent:-9999px;
	cursor:pointer;
}
