* {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

html, body {
	height: 100%;
}

body {
	font-size: 0.85em;
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	padding: 0;
	margin: 0;
}

form, fieldset {
	display: inline;
	border: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	text-align: center;
	font-size: 3em;
	font-weight: normal;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	margin: 0 0 0 0;
}

h2, h3 {
	color: #ffffff;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 10px 0 10px 0;
	padding: 1px 0 0 5px;
}

h4 {
	color: #000000;
	border-bottom:2px dotted #6cc1eb;
	font-size: 1em;
	margin: 5px 0 5px 0;
	padding: 0 0 0 5px;
}

table {
  margin: 10px 0 10px 5px;
  border-collapse: collapse;
  border: solid 1px #999;
}

table th, table td {
  border: solid 1px #999;
  padding: 4px 6px;
  text-align: center;
}

table th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table th.tb-h1 {
	width: 95px;
}
table th.tb-h2 {
	width: 75px;
}
table th.tb-h3 {
	width: 90px;
}
table th.tb-h4 {
	width: 60px;
}
table th.tb-l1,table td.tb-l1 {
	background-image: url(../league/line1.png);
	background-repeat: repeat-y;
}
table td.tb-l2 {
	background-image: url(../league/line2.png);
	background-repeat: repeat-y;
}
ul {
	padding: 0 0 0 22px;
}
.box {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
	padding:5px 7px;
	margin:5px;
	font-size: 0.8em;
}

.bg-red {
	background-color: #D71D3B;
}
.bg-orange {
	background-color: #E67928;
}
.bg-yellow {
	background-color: #B6A335;
}
.bg-green {
	background-color: #007042;
}
.bg-blue {
	background-color: #285294;
}
.bg-purple {
	background-color: #7C4B8D;
}

#a-league-text {
	text-align: center;
	color: #000000;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 8px;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 8px 0 8px 0;
}

#container {
	min-height: 100%;
	margin: 0 auto 0;
	margin-bottom: -60px;
	width:640px;
	text-align: left;
}
#container p {
	margin: 5px 0 5px 0;
	padding: 0 0 0 5px;
}

* html #container {
	height: 100%;
}

#container-header {
	height: 50px;
	padding: 20px 0 0 0;
}
#header {
	text-align:left;
	background-color: #363538;
	height: 20px;
	padding: 2px;
	color: #ffffff;
	font-size: 12px;
	line-height:20px;
}
#header * {
	color: #ffffff;
	font-size: 12px;
	line-height:20px;
	display:inline;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

#header a:link, #header a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#container-footer {
	height: 60px;
}

#footer {
	text-align: center;
	background-color: #363538;
	width: 100%;
	height: 50px;
	position: relative;
	padding: 8px 0 2px 0;
	color: #ffffff;
	font-size: 15px;
	line-height:20px;
}
#footer * {
	color: #ffffff;
	background-color: #363538;
	font-size: 15px;
	line-height:20px;
}

#footer a:link, #header a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
