/* CSS Document */

body {
	background-color: #e4e3d7;
	border: none;
	padding: 0px;
	margin: 0px;
}
div#container, h1 {
	background-color:#FFF;
	width:1000px;
	margin:0px auto;
	border:none;
	padding:0px;
}
div#rule {
	padding:1em;
	background-color:#dfdfcf;
	margin-bottom:2em;
}
div#container {
	padding:0px;
}
.describe {
	padding:1em;
}
.regulation {
	font-weight:bold;
	color:#36C;
}
.arrow {
	font-weight: bold;
	color: #00F;
}
ul {
	margin-bottom:2em;
}
li {
	margin-bottom:10px;
}
p, ul {
	line-height:1.4em;
}
div#list {
	margin-top:2em;
}
table#kyokuList {
	margin-left:1em;
}
.waku {
	color:#F60;
	font-weight:bold;
}

/* Main Table
 ----------------------------------- */
table#main-table, table#navi-table {
	width:1000px;
	margin:auto;
	border-collapse:collapse;
	padding:0px;
	border:none;
}
#main-table tr, #main-table th, #main-table td, td img, #navi-table tr, #navi-table th, #navi-table td {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border:none;
}
#main-table td {
	line-height:1.4em;
}
tr#navi td {
	display:block;
	line-height:0px;
	height:54px;
	overflow: hidden;
	float:left;
}
div#summary {
	margin:1em;
}

.anchor-top {
	text-align:right;
	padding-right:1em;
	font-size:80%;
}
td#players {
	padding:2em 0px 2em 2em !important;
}
#detail {
	vertical-align:top;
	padding-top:6em !important;
}
#detail span {
	font-size:120%;
	font-weight:bold;
}

#footer {
	background:#333333;
	color:#FFFFFF;
	text-align:center;
}

/* ネット予選
 ----------------------------------- */
p.block-anchors {
	font-size: 90%;
	text-align: center;
	border-top: 3px solid #DDD;
	border-bottom: 3px solid #DDD;
	padding: 10px 0px;
}
#block {
	list-style-type:none;
}
#block li {
	margin-left:-40px;
	border-bottom: 3px solid #DDD;
}
#block li .anchor-top {
	text-align:right;
	margin-right:20px;
}

/* ネット予選
 ----------------------------------- */

.player_list {
	margin:0 auto;
	width:90%;
	border-collapse: separate;
	border-spacing: 2px;
	text-align:center;
	line-height:1.2em;
}
.player_list th {
	background-color:#4f81bd;
	color:#FFF;
}
.player_list th, .player_list td {
	padding: 8px;
}
.player_list td {
	background-color:#e9edf4;
	vertical-align: middle;
}