@charset "UTF-8";
/* CSS Document */

body {
	background-color: #99ffff;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}

body h2 {
	text-align: center;
	font-size: 23px;
}

body h3 {
	text-align: center;
	font-size: 20px;
}

table {
	text-align: center;
	border-collapse: collapse;
	font-size: 10px;
}

table tr {
	height: 30px;
}

table th,
table td {
	border: 1px solid #0000ff;
}
.game {
	width: 40px;
}

.date {
	width: 80px;
}

.name {
	width:200px;
}

.gameplace {
	width:140px;
}

.winlose {
	width: 60px;
}

.gameresult {
	width: 80px;
}

.aite {
	width: 180px;
}

.etc {
	width: 80px;
}
