/*######################################
内容　：ポップアップ用css
作成日：2009年12月1日
更新日：2009年月日
更新箇所：
######################################*/

/*++++++++++++++++++++++++++
ゲーム用ポップアップ
++++++++++++++++++++++++++*/

div#game{
	width:800px;
	margin:auto;
	text-align:center;
	padding-top:15px;
}

div#game div#flashContent p#txt{
	font-size:14px;
	padding-bottom:15px;
}

div#game p#closebtn{
	padding-top:15px;
}
