/* ヘッダー：チーム名 */
.matrix-header-1
{
	text-align:	center;
	color:		#FFFFFF;
	font-size:	10px;
}

/* ヘッダー：勝敗 */
.matrix-header-2
{
	text-align:	center;
	color:		#000000;
	background-color:	#CCCCFF;
	font-size:	14px;
}

/* 明細：チーム名 */
.matrix-body-1
{
	text-align:	left;
	color:		#FFFFFF;
	background-color:	#0033FF;
	font-size:	12px;
}

/* 明細：スコア */
.matrix-body-2
{
	text-align:	center;
	color:		#000000;
	background-color:	#FFFF99;
	font-size:	12px;
}

/* 明細：対戦無し */
.matrix-body-3
{
	text-align:	center;
	color:		#000000;
	background-color:	#999999;
	font-size:	12px;
}

/* 明細：勝敗 */
.matrix-body-4
{
	text-align:	center;
	color:		#000000;
	background-color:	#FF9900;
	font-size:	12px;
}