/*--- ゲームトップ：全体部 -------------------------*/
div.gametop_main
{
	width				: 100% ;
}

/*--- ゲームトップ：選択部 -------------------------*/
div.gametop_select
{
/*	float				: left ;*/
	text-align			: center ;
	width				: 10em ;
	margin				: 2em, 0em, 1em, 0em ;	/*上右下左*/
}

div.gametop_select p
{
	padding-bottom		: 0.5em ;
}

/*--- ゲームトップ：タイトル画面 -------------------*/
div.gametop_image
{
/*	float				: left ;*/
	width				: 400px ;
}

/*--- End of game.css ----------------------------------------------*/
