@charset "EUC-JP";

/*  fixed banner
---------------------------------------------------------- */
/* pattern A */

#fixedbannerA{
	display: none;
	position: fixed;
	_position: absolute;
	left: 0;
	bottom: -142px;
	z-index: 30;
	width: 100%;
	text-align: center;
}

#fixedbannerA .fixedbanner-inner {
	height: 142px;
	background: url(https://img.goo-net.com/usedcar/img_v2/bg_kantei_a.png) repeat-x left top;
}

#fixedbannerA .bannerBody {
	position: relative;
	width: 1245px;
	height: 142px;
	margin: 0 auto;
	background: url(https://img.goo-net.com/usedcar/img_v2/bg_kantei_a_body.png) no-repeat left top;
}

#fixedbannerA .title {
	position: absolute;
	left: 234px;
	top: 7px;
	z-index: 31;
	width: 366px;
	height: 124px;
	cursor: pointer;
}

#fixedbannerA .clickbtn {
	position: absolute;
	left: 251px;
	top: 107px;
	z-index: 31;
	width: 113px;
	height: 15px;
	cursor: pointer;
}

#fixedbannerA .subscribebtn {
	position: absolute;
	left: 897px;
	top: 97px;
	z-index: 31;
	width: 261px;
	height: 45px;
	cursor: pointer;
}

#fixedbannerA .closebtn {
	position: absolute;
	left: 20px;
	top: 92px;
	z-index: 31;
	width: 23px;
	height: 22px;
	cursor: pointer;
}

/* pattern B */
html,body { height: 100%;}

#fixedbannerB{
	display: none;
	position: fixed;
	_position: absolute;
	right: -272px;
	top: 0;
	z-index: 30;
	width: 272px;
	height: 100%;
}

#fixedbannerB .fixedbanner-inner {
	height: 100%;
	background: url(https://img.goo-net.com/usedcar/img_v2/bg_kantei_b.png) repeat-y right top;
}

#fixedbannerB .bannerBody {
	position: relative;
	width: 130px;
	height: 860px;
	margin-left: 142px;
	background: url(https://img.goo-net.com/usedcar/img_v2/bg_kantei_b_body.png) no-repeat right top;
}

#fixedbannerB .title {
	position: absolute;
	left: -106px;
	top: 98px;
	z-index: 31;
	width: 230px;
	height: 79px;
	cursor: pointer;
}

#fixedbannerB .clickbtn {
	position: absolute;
	left: -84px;
	top: 182px;
	z-index: 31;
	width: 132px;
	height: 29px;
	cursor: pointer;
}

#fixedbannerB .subscribebtn {
	position: absolute;
	left: -60px;
	top: 328px;
	z-index: 31;
	width: 114px;
	height: 115px;
	cursor: pointer;
}

#fixedbannerB .closebtn {
	position: absolute;
	left: 105px;
	top: 76px;
	z-index: 31;
	width: 23px;
	height: 22px;
	cursor: pointer;
}

* html {
	height: 100%;
	overflow: hidden;
}

* html body {
	height: 100%;
	overflow: hidden;
}
* html .ie6-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

* html #fixedbannerA {
	position: absolute;
}
* html #fixedbannerB {
	position: absolute;
}

* html #fixedbannerA .fixedbanner-inner{
	margin-right: 16px;
}
* html #fixedbannerB .fixedbanner-inner {
	margin-right: 16px;
	height: expression(document.getElementById("fixedbannerB").offsetHeight - 16 + "px");
}
