@charset "utf-8";
/* CSS Document */

table.table001 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 550px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 85%;
}

table.table001 caption {
	margin-top: 1em;
	text-align: left;
}

table.table001 th,
table.table001 td {
	border-right: thin solid #009900;
	border-bottom: thin solid #009900;
	padding-top: 4px;
	padding-bottom: 4px;

	/*padding: 8px 6px;*/
}

table.table001 th {
	background: #3AAB1D;
	text-align: center;
	white-space: nowrap;
	font-size: 90%;
	color: #FFF;
}

table.table001 td {
	background: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	border-bottom: thin solid #3AAB1D;
	border-right: thin solid #3AAB1D;
}

table.table001 .game_title {
	background: #FFFFCC;
	text-align: center;
	white-space: nowrap;
	color: #333333;
	line-height: 120%;
	border-right: thin solid #009900;
	border-bottom: thin solid #009900;
	border-left: thin solid #009900;
}
.game_title {
	background: #009900;
}

