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

*html #hand-left {
	width: 235px;
	height: 660px;
	float: left;
	background: url(../img/hand-left.png) top no-repeat;
	margin: 0 -235px 0 0;
}

*:first-child+html #hand-left {
	width: 235px;
	height: 660px;
	float: left;
	background: url(../img/hand-left.png) top no-repeat;
	margin: 0 -235px 0 0;
}

*html #hand-right {
	width: 310px;
	height: 645px;
	float: right;
	background: url(../img/hand-right.png) top no-repeat;
	margin: 0 0 0 -310px;
}

*:first-child+html #hand-right {
	width: 310px;
	height: 645px;
	float: right;
	background: url(../img/hand-right.png) top no-repeat;
	margin: 0 0 0 -310px;
}