body { font-size: 120%; padding-bottom: 2em; }
ul { margin: 0px; padding: 0px; list-style: none; }
/* 矢印つきリスト */
ul.menu {
	border-bottom: 1px solid #ccc;
}
ul.menu li {
	margin: 0px;
	height: 44px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
}
ul.menu li a {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px 20px 0px 10px;
	height: 44px;
	line-height: 44px;
	background: url(link_mark.png) no-repeat 100% 50%;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}

.tbl_rank, .tbl_match {
	margin-bottom: 1em;
	width: 100%;
	font-size: 100%;
}
.tbl_rank th, .tbl_match th {
	padding: 3px;
	border-bottom: 1px solid #333;
	font-weight: normal;
}
.tbl_rank td, .tbl_match td {
	padding: 3px;
	border-bottom: 1px dashed #999;
}
.tbl_rank td {
	text-align: right;
}
td.rank, td.pos, td.sep {
	text-align: center;
}
td.name, td.team {
	text-align: left;
}
td.team {
	white-space: nowrap;
}

.detail_header {
	margin: .5em;
	padding: .5em;
	border-bottom: 1px solid #999;
	text-align: center;
}

ul.bottom_navi {
	overflow: hidden;
	margin: 1em 0em;
}
ul.bottom_navi li {
	float: left;
	width: 24%;
	padding: 0px 0.5%;
}

ul.bottom_navi li a {
	display: block;
	height: 44px;
	line-height: 44px;
	border: 1px solid #ccc;
	color: #333;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
}
ul.bottom_navi li a.on {
	background: #fec;
	background: -moz-linear-gradient(top, #fec, #f8e0c0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fec), to(#f8e0c0));
}

.back a {
	display: block;
	height: 44px;
	line-height: 44px;
	border: 1px solid #707070;
	color: #000;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef, #efefef 40%, #d6d6d6);
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(0.4, #efefef), to(#d6d6d6));
}
#credit, #ads { margin: .5em; text-align: center; }
