@charset "UTF-8";

body {
	margin: 0px;
	background:#FFF;
	color:#222;
	font-size: small;
	font-family: "MS UI Gothic";
	line-height: 1.5;
	text-align: center;
}

A         {color: #2255BB;}
A:link    {color: #2255BB;}
A:visited {color: #664499;}
A:active  {color: #EE6699; text-decoration: none;}
A:hover   {color: #EE6699;}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

table.panel tr td {
	font-family: "MS UI Gothic", Osaka;
	font-size: 3.5em;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	width: 20%;
	height: 20%;
}

input {
	font-family: Verdana, "MS UI Gothic", Osaka;
	font-weight: bold;
}

h1 {
	font-family: "HG創英角ﾎﾟｯﾌﾟ体", Verdana, Osaka;
}

.white {
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.controller {
	height:30px;
}

h1.player {font-family:Verdana, Osaka;}

table.player tr td {font-size:13px; text-align:left;}

table.player_info tr td {font-size:15px; text-align:right;}

.grade {
  font-family:"HGP創英角ｺﾞｼｯｸUB", Verdana, Osaka;
  font-size:xx-large;
  text-align:left;
  padding: 10px;
}

#complete {
  font-size:13px;
}

div#menu {
	padding:3px 0;
	background:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

div#log_info table {
	border:1px solid #ccc;
}

div#log_info table {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#log_info table th {
	background: #2255BB;
	color: #fff;
}

div#log_info table td {
	padding: 0 5px;
	background: #ccd;
}

div#log_info table tr.even td {
	background: #eef;
}

.date {width: 150px;}
.time {width: 80px;}
.name {width: 150px;}
.rank {width: 80px;}

div#box {
	position:relative;
	width:700px; height:350px;
	margin-left:auto; margin-right:auto;
	text-align:center;
}

div#left_box {
	position:absolute;
	left:0px; top:0px;
	width:300px; height:350px;
	padding-top: 30px;
	text-align:right;
}

div#right_box {
	position:absolute;
	left:300px; top:0px;
	width:400px; height:350px;
	text-align:left;
}

div#personal_box {
	position:relative;
	width:700px;
	margin-left:auto; margin-right:auto;
	text-align:center;
	padding: 30px;
}

