#game_main {
	position: absolute;
	width: 480px;
	height: 480px;
	overflow: hidden;
	position: absolute;
	background-image: url( "../image/game/back.png" );
}

a#button_retry {
	display: block;
	position: absolute;
	width: 100px;
	height: 42px;
	left: 19px;
	top: 420px;
	background-image: url( "../image/game/retry.png" );
	background-repeat: no-repeat;
}
a:hover#button_retry {
	background-image: url( "../image/game/retry_on.png" );
}

#stage {
	display: block;
	position: absolute;
	width: 438px;
	height: 242px;
	left: 20px;
	top: 120px;
}

#stage1 {
	display: block;
	position: absolute;
	width: 150px;
	height: 60px;
	left: 15px;
	top: 20px;
}

a#push {
	display: block;
	position: absolute;
	width: 100px;
	height: 90px;
	left: 290px;
	top: 378px;
	background-image: url( "../image/game/push.png" );
	background-repeat: no-repeat;
}
a:hover#push {
	background-image: url( "../image/game/push_on.png" );
}

a#arrow_down {
	display: block;
	position: absolute;
	width: 52px;
	height: 46px;
	left: 358px;
	top: 435px;
	background-image: url( "../image/game/arrow_d.png" );
	background-repeat: no-repeat;
}
a:hover#arrow_down {
	background-image: url( "../image/game/arrow_d_on.png" );
}
	
a#arrow_left {
	display: block;
	position: absolute;
	width: 52px;
	height: 46px;
	left: 358px;
	top: 400px;
	background-image: url( "../image/game/arrow_l.png" );
	background-repeat: no-repeat;
}
a:hover#arrow_left {
	background-image: url( "../image/game/arrow_l_on.png" );
}

a#arrow_right {
	display: block;
	position: absolute;
	width: 52px;
	height: 46px;
	left: 418px;
	top: 435px;
	background-image: url( "../image/game/arrow_r.png" );
	background-repeat: no-repeat;
}
a:hover#arrow_right {
	background-image: url( "../image/game/arrow_r_on.png" );
}
	
a#arrow_up {
	display: block;
	position: absolute;
	width: 52px;
	height: 46px;
	left: 418px;
	top: 400px;
	background-image: url( "../image/game/arrow_u.png" );
	background-repeat: no-repeat;
}
a:hover#arrow_up {
	background-image: url( "../image/game/arrow_u_on.png" );
}

#enotan_center {
	display: block;
	position: absolute;
	left: 391px;
	top: 380px;
	text-align: center;
}


#number_area {
	position: absolute;
	top: 440px;
	left: 289px;
}

#stage_clear {
	position: absolute;
	top: 180px;
	left: 86px;
}

a#recipe {
	display: block;
	position: absolute;
	top: 266px;
	left: 110px;
	width: 113px;
	height: 34px;
	background-image: url( "../image/game/recipe.png" );
	background-repeat: no-repeat;
}
a:hover#recipe {
	background-image: url( "../image/game/recipe_on.png" );
}

a#top_back {
	display: block;
	position: absolute;
	top: 266px;
	left: 248px;
	width: 113px;
	height: 34px;
	background-image: url( "../image/game/top_back.png" );
	background-repeat: no-repeat;
}
a:hover#top_back {
	background-image: url( "../image/game/top_back_on.png" );
}

#game_clear {
	position: absolute;
	width: 480px;
	height: 480px;
	left: 0px;
	top: 0px;
	z-index: 10000;
}

#enotan {
	display: block;
	position: absolute;
	left: 220px;
	top: -100px;
	vartical-align: top;
	padding-bottom: 5px;
}

#ice {
	display: block;
	position: absolute;
	left: 220px;
	top: -100px;
}

#nakama {
	display: block;
	position: absolute;
	left: 220px;
	top: -100px;
	padding-bottom: 5px;
}

.block { 
	position: absolute;
	left: 220px;
	top: -60px;
	padding-bottom: 5px;
}
