@charset "shift_jis";
/* CSS Document */

/*==================トップページ=====================*/


span.date{
	color:#FC0;
}

ul#news{
	margin:10px;
}


ul#news li{
	list-style:none;
	line-height:20px;
}



/*==================トップページ以外=====================*/



#submenu{

	padding:10px;
	margin-bottom:20px;
}

ul#submenu li{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#222;
	padding:5px 10px;
	margin-bottom:3px;
}

table.player{
	background-color:#222;
	border:0;
	width:550px;
	margin:0 auto 10px;
}

table.player td{
	padding:10px;
}

table#tournament{
	margin:20px auto 30px;
}

table#tournament th,table#tournament td{
	border-collapse:collapse;
	padding:0;
	font-size:18px;
	
}