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

body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,address,dt,dd {
	margin: 0;
	padding: 0;
}
body{
	background-color: #FFF;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
address {
	text-align: center;
}

/* id Document */
#pagebox {
	background-color: #FFF;
	width: 700px;
	padding: 10px 25px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
#pagenavi{
	font-size: small;
	clear: both;
	padding-top: 20px;
	padding-bottom: 50px;
}
#pagenavi li {
	float: left;
	list-style-type: none;
	width: 170px;
	border: 1px solid #000;
	margin-right: 2px;
	text-align: center;
	line-height: 25px;
}
#pagenavi li a {
	display: block;
	width: 100%;
}
#pagenavi li a:hover {
	background-color: #F60;
	color: #FFF;
}
#dayslist{
	font-size: small;
	clear: both;
	padding: 20px 0;
}
#dayslist li {
	float: left;
	list-style-type: none;
	line-height: 18px;
	padding-right: 8px;
	padding-left: 8px;
	border-right: solid 1px #333;
}
#dayslist .firstitem{
	border-left: solid 1px #333;
}
#dayslist li a {
	display: block;
	width: 100%;
}
#dayslist li a:hover {
	background-color: #F60;
	color: #FFF;
}
#pagebox h1 {
	font-size: x-large;
}
#pagebox h2 {
	clear: both;
	font-size: large;
}

/* Class Document */

.oneday {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #333;
  clear: both;
}
.oneday h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
  padding-bottom: 1px;
	border-left: 5px solid #F60;
	border-bottom: 1px solid #F60;
}
.oneday dl {
	padding-top: 10px;
	padding-bottom: 15px;
  padding-left: 0.5em;
}
.oneday dt {
	float: left;
}
.oneday dd {
	float: left;
  padding-left: 0.5em;
  padding-right: 2em;
}
.oneday table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneday th {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	border: solid 1px #333;
}
.oneday td {
	text-align: center;
	border: solid 1px #333;
}
.oneday table .court_a {
  background-color: #cff
}
.oneday table .court_b {
  background-color: #cfc
}
.returnpagetop{
  font-size: x-small;
  text-align: right;
}
