@charset "utf-8";


.small {
	font-size: 0.8em;
}
.gray {
	color: #999999;
}


table.graph_tournament tr th {
	height: 60px;
	width: 200px;
	color: #444444;
	font-weight: normal;
	padding: 0;
}
table.graph_tournament tr th strong {
	display: block;
	font-weight: normal;
	border:1px solid #ccc;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 6px 3px 6px;
}
table.graph_tournament tr th strong a {
	text-decoration:underline;
}
table.graph_tournament tr th strong a:hover {
	text-decoration:none;
}



#mainContents table.graph_tournament tr td {
	padding: 0;
}
#mainContents table.graph_tournament tr td p {
	color:#f90;
	font-size:14px;
	font-weight:bold;
	height:24px;
	margin:0 0 0 3px;
	padding:0;
	position:relative;
	top:1px;
}
/*
table.graph_tournament tr td strong {
	display: block;
	font-weight: normal;
	margin-left: 3px;
	padding: 0;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color:#f90;
	position:relative;
	top: 5px;
*/
}


table.graph_league {
	margin: 20px 0 0 0;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-collapse:collapse;
}

table.graph_league tr th{
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 5px 10px;
	background:#23750D url(/img/common/table_bg_basic.jpg) left top repeat-x;
	color: #ffffff;
	line-height: 1.2em;
}
table.graph_league tr th a { color:#F9CE39; text-decoration:underline; }
table.graph_league tr th a:hover { color:#F9CE39; text-decoration:none; }

table.graph_league tr td{
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
}
table.graph_league tr td strong{
	color: #474747;
	font-size: 120%;
	font-weight: bold;
}







