/* 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;
}
div#summary {
	margin:1em;
}
.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;
}

/* 主催局テーブル
 ------------------------------------- */
#sectionTable {
	font-size: 80%;
	margin-top:2em;
}
#sectionTable table {
	margin-bottom:1em;
	text-align:center;
	line-height:1.2em;
}
#sectionTable th {
	width:100px;
	background-color:#4B3930;
	color:#FFF;
}
#sectionTable table.partTable td {
	vertical-align:top;
	padding:4px;
	background-color:#f5f5f5;
	vertical-align: middle;
}
#sectionTable table.partTable td.even {
	background-color:#e9edf4;
}
#sectionTable table.partTable td.closed, #sectionTable table.partTable td.group_closed {
	background-color:#DDDDDD;
}
#sectionTable th.hPref {
	width:60px;
}
#sectionTable th.hArea {
	width:160px;
}
#sectionTable th.hPanda {
	background-color:#d99694;
	width:140px;
}
#sectionTable table.partTable td.pandaLink {
	vertical-align:middle;
}
#sectionTable table.partTable td.group {
	background-color:#DDDDFF;
}
.sub-title {
	float:left;
}
p.title-links {
	float:right;
	margin-right:2em;
	font-size:80%;
}
ul#station-list span { display:block; font-size:80%; margin:0px; border:none; padding-left:4em; }
/* tool tip
 --------------------------------------- */
.tooltip {
	display:none;
	background:transparent url(/media/img/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#eee;
}
.skper {
	display:inline;
	font-style: italic;
}

/* Navi Table
 ----------------------------------- */
table#navi-table {
	width:1000px;
	margin:auto;
	border-collapse:collapse;
	padding:0px;
	border:none;
}
td img, #navi-table tr, #navi-table th, #navi-table td {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border:none;
}
tr#navi td {
	display:block;
	line-height:0px;
	height:60px;
	overflow: hidden;
	float:left;
}

/* footer
 ----------------------------------- */
#footer {
	margin:0px;
	border:none;
	padding:10px;
	background:#000000;
	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;
}
#t_block {
	list-style-type:none;
}
#t_block li {
	margin-left:-40px;
	border-bottom: 3px solid #DDD;
}
#t_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:#4B3930;
	color:#FFF;
}
.player_list th, .player_list td {
	padding: 8px;
}
.player_list td {
	background-color:#f5f5f5;
	vertical-align: middle;
}
.anchor-top {
	text-align:right;
	padding-right:1em;
	font-size:80%;
}