@charset "UTF-8";
/* CSS Document */

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

* html div#rc_leftArea{
	position:absolute !important;
	top: expression((documentElement.scrollTop || document.body.scrollTop) + 100 + 'px');
	rihgt: expression((documentElement.scrollRight || document.body.scrollRight) + document.body.clientWidth - 280 + 'px');
}

/* left bannar */
div#rc_leftArea{
	position: fixed;
	top: 100px;
	left: 0px;
	text-indent:-9993px;
	display:block;
}

div#rc_leftArea .rc_left , .rc_left2 , .rc_left3{
	outline:none;
	display: block;
	position: relative;
	width:92px;/*画像の横幅数値*/
	height:200px;/*画像の縦幅数値*/
	right:0px;
	margin:10px 0;
	z-index:9998px;
}


div#rc_leftArea .rc_left:hover,
div#rc_leftArea .rc_left2:hover,
div#rc_leftArea .rc_left3:hover {
	background-position:0px 0px;  width:280px; transition: all .3s; -webkit-transition: all .3s;
	}
