.balloonleftcol {
	position: absolute;
		top: -85px;
		left: -255px;
	background: url(../img/left_bg.gif) no-repeat top left;
}

.balloonrightcol {
	position: absolute;
		top: -85px;
		left: 100px;
	background: url(../img/right_bg.gif) no-repeat top left;
}
/* 修正 090721 TAM ここから */
/* 修正 090721 TAM ここまで */

/* 修正 090721 TAM ここから */
.leftetc {
	background-image: url(../img/left_bg_etc.gif);
}
.rightetc {
	background-image: url(../img/right_bg_etc.gif);
}
.balloonnone {
	display: none;
	width: 0;
	height:0;
	overflow: hidden;
}
/* 修正 090721 TAM ここまで */

#brs .balloonleftcol {
	position: absolute;
		top: -90px;
		left: -260px;
	background: url(../img/left_bg.gif) no-repeat top left;
}

#brs .balloonrightcol {
	position: absolute;
		top: -90px;
		left: 148px;
	background: url(../img/right_bg.gif) no-repeat top left;
}

#brs .leftetc {
	background-image: url(../img/left_bg_etc.gif);
}
#brs .rightetc {
	background-image: url(../img/right_bg_etc.gif);
}
#brs .balloonnone {
	display: none;
	width: 0;
	height:0;
	overflow: hidden;
}