html,body{
	margin:0; 
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
}
#dummy{
	margin:0;
	padding:0;
	margin-bottom:-170px;
	width:1px;
	height:44%;
	float:left;
}
#wrapper{
	position:relative;
	margin:0 auto;
	padding:0;
	clear:left;
	width:320px;
	height:340px;
	font-size: medium;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
}

#game_canvas{
	position:absolute;
	top:20px;
	left:0px;
	width:320px;
	height:320px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity:0;
}
#loading{
	position:absolute;
	top:20px;
	left:0px;
	width:320px;
	height:320px;
	background:#000 url("loading.gif") no-repeat center center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#top_info1{
	position:absolute;
	top:0px;
	width:320px;
	height:20px;
	background-color:transparent;
	color:#fff;
}
#linfo{
	position:absolute;
	left:5px;
	width:90px;
	height:16px;
	color:#fff;
	background-color:#000;
	text-align:left;
}
#minfo{
	position:absolute;
	left:95px;
	width:130px;
	height:16px;
	color:#fff;
	background-color:#000;
	text-align:center;
}

#rinfo{
	position:absolute;
	right:5px;
	width:90px;
	height:16px;
	color:#fff;
	background-color:#000;
	text-align:right;
}
