#key_sub {
	width:400px;
	height:70px;
	z-index:-5;
	background-image: url(key_sub_m.png);
	background-repeat: no-repeat;
	position: relative;
}
#key_sub:hover {
	background-image: url(key_sub.png);
	background-repeat: no-repeat;
}
#key_up {
	width:40px;
	height:50px;
	z-index:3;
	background-image: url(key_up_m.png);
	background-repeat: no-repeat;
	position: fixed;
	right: 10px;
	bottom: 20px;
}
#key_up:hover {
	background-image: url(key_up.png);
	background-repeat: no-repeat;
}
#key_left {
	width:37px;
	height:43px;
	z-index:3;
	background-image: url(arr_left_m.png);
	background-repeat: no-repeat;
	position: fixed;
	left: 20%;
	bottom: auto;
}
#key_left:hover {
	background-image: url(arr_left.png);
	background-repeat: no-repeat;
}
#key_right {
	width:37px;
	height:43px;
	z-index:3;
	background-image: url(arr_right_m.png);
	background-repeat: no-repeat;
	right: 20%;
	position: fixed;
	bottom: auto;
}
#key_right:hover {
	background-image: url(arr_right.png);
	background-repeat: no-repeat;
}
#key_stat1 {
	width:88px;
	height:31px;
	z-index:3;
	position: fixed;
	left: 5px;
	bottom: 20px;
}
