@charset "utf-8";
html,body{margin:0;
	padding:0;
	
}



.footerAdd{
    position: fixed;
	width:100%;
	/*background: url('../images/footer_img/footer_ad.png') ;*/
    bottom: 0;
	height:120px;
	z-index:10000;
}

.footerAdd_in{
    position: relative;
	/*overflow:hidden;*/
	height:150px;

}

.close-footerAdd {
	position: absolute;
	display: block;
	height: 27px;
	width: 27px;
	background: url('../images/footer_img/footer_close.png') no-repeat 0 0;
	/*cursor: pointer;*/
	text-indent: -9000px;
	z-index: 10;
	display:block;
}

.footer_ad_copy {
	width: 283px;
	height: 103px;
	position: absolute;
	left: 50%;
	margin-left: -474px;
}

.footer_ad_btn {
	width: 640px;
	height: 120px;
	position: absolute;
	left: 50%;/*000*/
	margin-left: -143px;
	/*margin-left: -145px;*/
}

.footer_ad_btn img {
	border:0;
}

.footer_ad_copy {top: 25px;}
.footer_ad_btn {top: 0px;}
.close-footerAdd {left: 50%;
    margin-left: 481px;
    top: -14px;}

.rightBanner{
	  width: 91px;
  height: 326px;
  display: block;
  background: url('../images/footer_img/rightBanner.png') no-repeat 0 0;
  position: absolute;
  bottom: 165px;
  left: 50%;
  margin-left: 510px;
	
}

.leftBanner{
	  width: 91px;
  height: 326px;
  display: block;
  background: url('../images/footer_img/leftBanner.png') no-repeat 0 0;
  position: absolute;
  bottom: 165px;
  left: 50%;
  margin-left: -602px;
	
}
