#mainTable{
	font-size: 16px;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 10px 5px;
}
#leftCell{
	width: 35%;
	height: 75px;
	border: 1px solid #000;
}
#rightCell{
	width: 35%;
	height: 75px;
	border: 1px solid #000;
}
#centerCell1{
	width: 30%;
	height: 50px;
	border: 1px solid #000;
}
#centerCell2{
	width: 30%;
	height: 50px;
	border: 1px solid #000;
}

#resultTable{
	width: 300px;
	font-size: 16px;
	line-height: 120%;
	margin-left:  auto;
	margin-right: auto;
	border: 1px solid #000;
	border-collapse: collapse;
}
#resultTable th{
	color: #ffffff;
	background-color: #000;
	text-align: center;
}
#resultTable td.score{
	border: 1px solid #000;
	text-align: right;
	padding-right: 5px;
}
#resultTable td.name{
	border:1px solid #000;
	text-align:	left;
	padding-left:5px;
}
