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

a#button_stage1 {
	display: block;
	top: 183px;
	display: block;
	position: absolute;
	width: 172px;
	height: 35px;
	left: 155px;
	background-image: url( "../image/title/stage1.png" );
	background-repeat: no-repeat;
}

a:hover#button_stage1 {
	background-image: url( "../image/title/stage1_on.png" );
}

a#button_stage2 {
	display: block;
	top: 230px;
	display: block;
	position: absolute;
	width: 172px;
	height: 35px;
	left: 155px;
	background-image: url( "../image/title/stage2.png" );
	background-repeat: no-repeat;
}

a:hover#button_stage2 {
	background-image: url( "../image/title/stage2_on.png" );
}

a#button_stage3 {
	display: block;
	top: 277px;
	display: block;
	position: absolute;
	width: 172px;
	height: 35px;
	left: 155px;
	background-image: url( "../image/title/stage3.png" );
	background-repeat: no-repeat;
}

a:hover#button_stage3 {
	background-image: url( "../image/title/stage3_on.png" );
}

a#button_description {
	display: block;
	top: 325px;
	display: block;
	position: absolute;
	width: 172px;
	height: 35px;
	left: 155px;
	background-image: url( "../image/title/description.png" );
	background-repeat: no-repeat;
}

a:hover#button_description {
	background-image: url( "../image/title/description_on.png" );
}

a:hover#button_stage1, 
a:hover#button_stage2, 
a:hover#button_stage3, 
a:hover#button_description {
	padding-bottom: 2px;
	overflow: hidden;
}

#logo {
	position: absolute;
	left: 119px;
	top: 0px;
	width: 280px;
	height: 195px;
	visibility: hidden;
}
