/*tate_point_white.gif 縦バナ白*/

.tatebnr {
	visibility: hidden;             /*消:hidden 表:visible*/
	height:3110px;                  /*高さ  100px*/
	min-height:100%;
	width: 100px;                   /*画像の横幅に合わせる*/
	z-index: -1;                    /*ページの背面に廻る様に*/
	position: absolute;             /*位置調整*/
	display: block;
	top:-5px;
	list-style:none;
	}
	
#t_left{
	 left:15px;                      /*左20px隙間*//*left BNR URL*//*非表示tate_point_white.gif*/
	 background: url(../common_renewal/ad/tate_marathon_100x600_230509.gif) repeat-y scroll;
	 background-position: center top 110px;
        }
#t_right {
	 right: 15px;                    /*右20px隙間*//*right BNR URL*//*非表示tate_point_white.gif*/
	 background: url(../common_renewal/ad/tate_marathon_100x600_230509.gif) repeat-y scroll;
	 right: 20px;                    /*右20px隙間*/
	 background-position: center top 110px;
        }

