@CHARSET "UTF-8";

/*	リンク	*/
a:link { 
	color: #e73262; 
}
a:visited { 
	color: #e73262; 
}
a:hover { 
	color: #e73262; 
}
a:active { 
	color: #e73262; 
}

img {
	border: 0px;
	}
	
body { 
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	0text-align: center;
}

#game_stage {
	position: absolute;
	width: 480px;
	height: 480px;
	border: solid 1px #aaaaaa;
	overflow: hidden;
}

#debug {
	position: absolute;
	top: 480px;
	visibility: hidden;
}

#audio {
	position: absolute;
	top: 580px;
	visibility: hidden;
}


