@charset "UTF-8";
/*game.css*/
#wrapper {width:100%; background:url(../images/game_bg_head.jpg) center top no-repeat;}
#gamebox {width:780px; margin:0 auto; text-align:left;}

/*header*/
#gameheader {position:relative; height:157px;}
#gameheader h1 {position:absolute; top:14px;left:15px;}

/*navi*/
#btntop		{position:absolute;top:20px;left:215px;}
#btngame	{position:absolute;top:20px;left:330px;}
#btnmovie	{position:absolute;top:20px;left:551px;}
#btntop a{width:106px;height:56px;background:url(../../commons/images/btn_top.gif) 0 0 no-repeat;text-indent:-9999px;overflow:hidden;}
#btntop a:hover{background-position:0 -56px;}
#btngame {width:216px;height:56px;background:url(../../commons/images/btn_game.gif) 0 -56px no-repeat;text-indent:-9999px;}
#btnmovie a{width:215px;height:56px;background:url(../../commons/images/btn_movie.gif) 0 0 no-repeat;text-indent:-9999px;overflow:hidden;}
#btnmovie a:hover{background-position:0 -56px;}

/*main*/
#gamebox h3 {padding-bottom:10px;}
#gamebox p {padding-bottom:15px;}

#gamereckless {padding-top:12px; position:relative; height:461px;}
#gamereckless h3 {position:absolute; top:12px; left:20px;}
#gamereckless .caption {position:absolute; top:441px; left:20px;}

#gameitem {width:740px; padding:35px 20px 0 20px;}
#gameitem .imgcaption {text-align:center; padding-top:10px;}

#gameenemy{
width:740px;
padding:40px 20px 0 20px;
background:url(../images/game_bg_enemy.jpg) no-repeat right bottom;
}
#gameenemy .leftbox{width:365px;}

#gamestage{width:740px; padding:40px 20px 0 20px;}

#gamecoordinate{width:740px; padding:10px 20px 0 20px;}
#gamecoordinate .leftbox{width:365px; float:left;}
#gamecoordinate .rightbox{ width:365px; float:right;}

/* footer */
#gamebox #copyright {padding-top:15px !important;}
