@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	color: #000000;
}
body {
	background-color: #ffffff;
	height: 100%;
	text-align: left;
}
div.base {
	min-height: 100%;
	width: 810px;
	text-align: justify;
	background: transparent;
}
div.header {
	background-color: #000088;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
div.header h1 {
	background-color: #0000ff;
	text-align: center;
	font-size: 24pt;
	color: #ffffff;
}
div.header p {
	text-align: center;
}
div.header p a {
	color: #ffffff;
}

div.contents {
	float: left;
	width: 600px;
	border: 0;
	margin-left: 20px;
}
div.ads_right {
	float: right;
	width: 164px;
	border: 0;
	padding: 0;
}
div.ads_bottom {
	clear: both;
	text-align: center;
	padding-top: 50ex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
div.footer {
	clear: both;
	background-color: #000088;
	color: #ffffff;
	width: 100%;
	height: 100px;
}
div.footer address {
	padding-top: 40px;
	color: #ffffff;
	text-align: center;
	font-style: normal;
}
div.footer address a {
	color: #ffffff;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 4ex;
	margin-bottom: 2ex;
	padding: 1ex;
	border: 2px solid #000088;
}
p {
	margin-top: 1ex;
	margin-left: 1ex;
	margin-right: 1ex;
	margin-bottom: 2ex;
	line-height: 1.5em;
}
a {
	text-decoration: underline;
	color: #0000ff;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding: 1ex;
}

ul.mini_result {
	margin-left: 4ex;
}


table {
	border-collapse: collapse;
}
td,th {
	background-color: #eeeeee;
	text-align: center;
	border: 1px #000000 solid;
}
th {
	font-weight: 600;
	white-space: nowrap;
}
table.games {
	width: 100%;
	margin-bottom: 2ex;
}
th.team {
	width: 40%;
}
td.score {
	width: 5%;
}
td.detailscore {
	width: 10%;
}

td {
}
table.teams td {
	text-align: left;
	padding: 1ex;
}
td.senpyou {
	text-align: left;
}
table.wins th {
	padding: 0.5ex;
}
ul.link li {
	display: inline;
	list-style-type: none;
}
ul.link li a {
	font-size: 6pt;
}

