table.result {
	border-collapse: collapse;
	border: 1px solid Black;
	border-spacing: 0px;
	empty-cells: show;
	font-size: 90%;
	width: 90%;
	text-align:center;
}
tr.rsr {
	background-color: #FFDDDD;
}

th {
	padding: 5px;
	border: 1px solid Black;
	background-color: #D3D3D3;
	text-align: center;
}
table.result td {
	padding: 5px;
	border: 1px solid Black;
	text-align: center;
}
.condition {
	float: right;
	margin-top: 0px;
}
.caution {
	float: right;
	font-size: xx-small;
	color: Red;
	width: 50%;
}
p.qualify, p.final {
	line-height:18px;
	text-indent:-100em;
	padding-bottom:4px;
}
.qualify {
	text-indent:-100em;
	background:url('../motorsports/2005/marchcup/images/qualify.gif') no-repeat left center;
}
.final {
	background:url('../motorsports/2005/marchcup/images/final.gif') no-repeat left center;
}
#point_head {
	line-height:13px;
	background:url('../motorsports/2005/marchcup/images/ranking.gif') no-repeat left center;
}
#result_head {
	line-height:14px;
	background:url('../motorsports/2005/marchcup/images/before.gif') no-repeat left center;
}
#link_head {
	line-height:18px;
	background:url('../motorsports/2005/marchcup/images/link.png') no-repeat left center;
}

p.head {
	width:100%;
	padding-bottom:4px;
	border-bottom:1px solid gray;
	text-indent:0;
	clear:both;
}

#contents img {
}

#contents p {
	clear:both;
	padding-left:1em;
	text-indent:1em;
}

#contents ul {
	padding:0.5em 0 1em 4em;
	list-style-type:none;
}

