@charset "utf-8";

body
{
	margin: 10px 0;
	/* background-color: #CC9933; */
	background-color: #000000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	color : #FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo
}

canvas#canvas
{
	border:medium solid #000000;
	margin:auto auto;
}
div#Eval_S
{
	position:absolute;
	text-align:left;
	top:0px;
	left:0px;
}
div#GameView
{
	position:relative;
	width:646px;
	height:486px;
	text-align: center;
	z-index:2;
	margin:0 auto;
	border: solid 1px #FFFFFF;
	padding: 0 0;
}

a {
}

a:link {
	color : #4444FF;
}

a:visited {
	color : #8F44FF;
}

a:hover {
	color : #FF00FF;
}

a:active {
	color : #FF0000;
}


