body {
	background-image: url(../images/bkgnd3.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}

/* 選手権タイトル */
h1     {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #FFFF66;
	background-color: #004C00;
	width: 454px;
	padding: 2px 2px 2px 6px;
	margin-bottom: 0px;
	text-align: left;
}

/* 日付・場所・観客数 */
.info     {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	background-color: #D4F396;
	width: 454px;
	padding: 2px 2px 2px 6px;
	margin-top: 0px;
	text-align: left;
}

/* キャッチコピー */
h2     {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #004C00;
	margin-left: 8px;
	margin-bottom: 0px;
	text-align: left;
}

/* 「藤波コメント」タイトル */
h3     {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #336699;
	width: 452px;
	margin-bottom: 0px;
	text-align: left;
}

/* 本文 */
p {
	font-size: 12px;
	line-height: 16px;
	text-indent:12px;
	text-align: left;
}

/* 本文の色 */
.contents   {color:#333333;}

/* 藤波コメントの色 */
.comment   {color:#336699;}

/* 結果表タイトルの色 */
th {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFCC;
}

.body-m     {  font-size: 12px; line-height: 16px}
.body-s     {  font-size: 10px; line-height: 13px}
.body-ss    {  font-size:  9px; line-height: 12px}

A           {  text-decoration: none; color: #333333}
A:link      {  text-decoration: none; color: #3333CC}
A:visited   {  text-decoration: none; color: #666699}
A:active    {  text-decoration: none; color: #CC0066}
A:hover     {  text-decoration: underline}
