@charset "utf-8";
/* CSS Document */

	body, div#container {
		margin:0px auto;
		padding:0px;
		border:none;
		font-family:"ＭＳゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	}
	div#container {
		width:600px;
	}
	h1 {
		margin:0px;
		padding:0px;
		border:none;
	}
	p#shortDescription {
		width:560px;
		margin:1.5em auto;
		line-height:1.3em;
	}
	img {
		border:none;
		margin:0px;
		padding:0px;
	}
	ul {
		list-style-type:none;
		margin:0px;
		padding:0px;
		border:none;
	}
	li {
		float:left;
		width:290px;
		margin-bottom:1em;
	}
	ul#pictures li {
		text-align:center;
	}
	ul#pictures li p {
		text-align:left;
		font-size:80%;
		width:190px;
		margin:0.5em auto;
	}
	ul.results {
		margin:0px 0px 0px 2em;
	}
	ul.results li {
		padding:0px;
		width:280px;
	}
	li span {
		display:block;
		font-size:80%;
		margin:0px;
		padding:0px;
		border:none;
	}
	span.title {
		font-weight:bold;
		margin-left:0px;
		margin-bottom:0.5em;
	}
	span.prize {
		width:3.5em;
		margin-left:1em;
		float:left;
	}
	span.pos {
		width:9.5em;
		float:left;
	}
	span.age {
		width:4em;
		float:left;
	}
	li br {
		clear:both;
	}
/* ------------------------------ 
	Table
   ------------------------------*/	
	table.resTable {
		margin-left:40px;
		margin-bottom:1em;
		width:250px;
		float:left;
	}
	table.resTable th {
		text-align:left;
	}
	table.resTable th, table.resTable td {
		font-size:80%;
	}
	.tsp {
		width:16px;
	}
	table.resTable2 {
		margin:auto auto 4em auto;
		width:560px;
	}
