@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	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: 200%;
	color: #ffffff;
}
div.header p {
	text-align: center;
}
div.header h2,div.header p,div.header p a {
	color: #ffffff;
}
div.header h2,div.header p {
	text-align: left;
}
div.header p.backtotopnavi {
	text-align: right;
}

div.contents {
/*	width: 600px; */
	border: 0;
	margin-left: 20px;
}

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: 120%;
	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: 110%;
	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;
}

.titleimage {
	padding: 2ex;
}
.clearleft {
	clear: left;
}
