html{
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
#container{
	width:600px;
	margin:0;
	}
#header,.header,#contents{
	width:600px;
	margin:0;
	}
#header{
	height: 50px;
	}
h1{
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	}
#contents{
	float:none;
	background-color:#fff;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	}
h2{
	padding:0px 15px;
	line-height: 30px;
	}
.result{
	padding:0px 15px 20px;
	}
h3{
	margin:20px 0 10px;
	font-size:14px;
	border-bottom:1px solid #ccffee;
	}
.result p{
	margin:0 5px;
	}
.result p.result-ttl{
	font-weight: bold;
}
h3.runner-search{
	border:0px solid #fff;
	text-align:center;
	}
.result .result-footer{
	text-align:center;
	margin-top:20px;
	}
h3.runner-search a:link,h3.runner-search a:visited,h3.runner-search a:hover,h3.runner-search a:active{
	padding:5px;
	background-color:#00e39a;
	color:#fff;
	}
.result .result-footer a{
	padding:5px;
	background-color:#666;
	color:#fff;
	}
h3.runner-search a{
	padding:5px 20px;
	}
#footer{
	margin:0;
	height: 35px;
	background-image: none;
	}
table.rank{
	width:560px;
	margin:5px 5px 10px;
	}
table.rank th{
	padding:1px 2px;
	font-size: 10px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	background-color:#ccffee;
	border:1px solid #ccc;
	}
table.rank td{
	padding:1px 2px;
	text-align: center;
	border:1px solid #ccc;
	}
* html table.rank td{
	font-size:10px;
	}

h4{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #f00;
}
h4.ttl{
	color:#000;
}
table.search-result{
	width: 500px;
	margin:5px 20px 10px;
}
table.search-result th{
	width:160px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	padding: 2px 10px 2px 2px;
}
table.search-result td{
	line-height: 1.4;
	padding: 2px;
}
table.search-result td input{
	line-height: 1.2;
}
table.search-result td input.input-text{
	padding: 2px 1px;
}
table.search-result td.notice{
	color:#3c9;
}
table.search-result-list{
	width:500px;
	margin: 20px 30px 10px;
}
table.search-result-list th{
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	padding: 2px;
	text-align: center;
	background-color:#ccffee;
	border:1px solid #ccc;
	}
table.search-result-list td{
	text-align: center;
	}
table.search-result-list td.txt-14{	
	padding:3px 2px;
	line-height: 1.2;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}
table.search-result-list td.blank-cell{	
	padding:0px;
	height: 12px;
	border:0px solid #ccc;
	}
table.kiroku th{
	width: 120px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	padding: 2px;
	background-color:#fff;
	background-color:#ccffee;
	border:1px solid #ccc;
	}
table.kiroku td{
	padding:1px 2px;
	line-height: 1.4;
	border:1px solid #ccc;
	text-align: left;
	padding-left: 10px;
	}
hr{
	height: 1px;
	border: 0px solid #fff;
	border-top: 1px solid #ccffee;
}

