h2{
margin-bottom:5px;
}
#scene_win_kasuga, #scene_win_eri, #scene_win_school, #scene_win_uchi, #scene_win_mar, #scene_win_ship {
	position:absolute;
	visibility:hidden;
	width:514px;
	height:372px;
	padding:5px 24px 28px 14px;
	text-align:left;
}
#scene_win_kasuga, #scene_win_eri, #scene_win_school, #scene_win_uchi {
	background:url(../scene/images/win_bg_e.png) no-repeat;
}
*html #scene_win_kasuga, *html #scene_win_eri, *html #scene_win_school, *html #scene_win_uchi {
	background:url(../scene/images/win_bg_e.gif) no-repeat;
}
#scene_win_mar, #scene_win_ship {
	background:url(../scene/images/win_bg_m.png) no-repeat;
}
*html #scene_win_mar, *html #scene_win_ship  {
	background:url(../scene/images/win_bg_m.gif) no-repeat;
}
#scene_win_kasuga {
	left: 35px;
	top: 200px;
}
#scene_win_eri {
	left: 35px;
	top: 210px;
}
#scene_win_school {
	left: 80px;
	top: 200px;
}
#scene_win_uchi {
	left: 250px;
	top: 210px;
}
#scene_win_mar {
	left: 180px;
	top: 190px;
}
#scene_win_ship {
	left: 240px;
	top: 220px;
}
#scene_map{
padding-bottom:25px;
}
.scene_close{
position:absolute;
display:block;
bottom:3px;
right:22px;
}
*html .scene_close{
bottom:8px;
}