@charset "EUC-JP";


/* right fixd */
* html body {background: url(null) fixed;}

* html div#rc_rightArea{
	position:absolute !important;
	top: expression((documentElement.scrollTop || document.body.scrollTop) + 80 + 'px');
	left: expression((documentElement.scrollLeft || document.body.scrollLeft) + document.body.clientWidth - 93 + 'px');/*画像の横幅数値*/
}

/* right bannar */
div#rc_rightArea{
	width: 90px;/*画像の横幅数値*/
	height: 275px;/*画像の縦幅数値*/
	position: fixed;
	top: 80px;
	right: 0px;
	text-indent:-9993px;
	display:block;
}

div#rc_rightArea .rc_right{
	margin:0 0 15px 0;
	outline:none;
	display: block;
	position: relative;
	width:90px;/*画像の横幅数値*/
	height:275px;/*画像の縦幅数値*/
	left:0px;
	z-index:9998px;
}

div#rc_rightArea .rc_right2 , .rc_right3{
	margin:0 0 12px 0;
	outline:none;
	display: block;
	position: relative;
	width:90px;/*画像の横幅数値*/
	height:275px;/*画像の縦幅数値*/
	left:0px;
	z-index:9998px;
}

div#rc_rightArea .rc_right{
	background: url(../images/right_banner_point_campaign0.jpg) no-repeat scroll 19px 0 transparent;  
}

div#rc_rightArea .rc_right2{
	background: url(../images/right_banner_point_campaign0.jpg) no-repeat scroll 19px 0 transparent;  
}

div#rc_rightArea .rc_right3{
	background: url(../images/right_banner_point_campaign0.jpg) no-repeat scroll 19px 0 transparent;  
}

div#rc_rightArea .rc_right:hover{ background-position:0px 0px;  }
div#rc_rightArea .rc_right2:hover{ background-position:0px 0px; width:275px; }
div#rc_rightArea .rc_right3:hover{ background-position:0px 0px; width:275px; }
