@charset "EUC-JP";

/* スコアテーブル（横組み） */
table#scoreTable1  {
	margin: 1em 0;
	padding: 0;
	border-collapse: collapse;
}
table#scoreTable1 th {
	color: #ffffff;
	padding: 0.2em;
	text-align: center;
	background-color: #556978;
	border: 1px solid #a9a9a9;
}
table#scoreTable1 td {
	font-size: 120%;
	padding: 0.4em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #a9a9a9;
}
table#scoreTable1 td.teamName {
	width: 180px;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	white-space: nowrap;
	background-color: #29333b;
}
table#scoreTable1 td.score {
	width: 50px;
	font-size: 130%;
}
table#scoreTable1 td.scoreSum {
	width: 80px;
	padding: 0.3em 1em;
	font-size: 130%;
	font-weight: bold;
	background-color: #29333b;
}

/* スコアテーブル（縦組み） */
table#scoreTable2  {
	margin: 1em 0;
	padding: 0;
	border-collapse: collapse;
}
table#scoreTable2 td {
	font-size: 120%;
	padding: 0.4em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #a9a9a9;
}
table#scoreTable2 td.teamName {
	width: 120px;
	font-size: 110%;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
	background-color: #556978;
}
table#scoreTable2 td.scoreSum {
	padding: 0.3em 0.8em;
	font-size: 200%;
	font-weight: bold;
}
table#scoreTable2 td.number {
	color: #ffffff;
	text-align: center;
	padding: 0.5em 0.3em;
	background-color: #29333b;
}
table#scoreTable2 td.score {
	padding: 0.5em 0.8em;
	font-size: 130%;
}

/* 画像 */
div.contentZone div.imageRight {
	float: right;
	margin-top: 1em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	display: inline;	/* IEのバグ対策(フロートさせたボックスのマージンが倍になるバグ。inlineで解消) */
}
div.contentZone div.imageLeft {
	float: left;
	margin-top: 1em;
	margin-left: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	display: inline;	/* IEのバグ対策(フロートさせたボックスのマージンが倍になるバグ。inlineで解消) */
}
div.contentZone div.imageCenter {
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: center;
}


