@import url("../../css/kinshuki2009.css");
/* ------------------------------------------------------

	kinshuki2009 > tournament CSS
	
------------------------------------------------------ */
p.part {
	margin:0px 10px 10px;
	font-size:120%;
	font-weight:bold;
	color:#C00;
	}
/* -------------------------------------------
	 tournament
------------------------------------------- */		
#tournament {
	margin:0px 10px;
	}
#tournament #tournamentbox {
	float:left;
	width:260px;
	}
#tournament #linkmenu {
	overflow:hidden;
	float:right;
	width:260px;
	border:#CCCCCC solid 2px;
	background:#fff8ed;
	text-align:center;
	}
#tournament #linkmenu dl {
	overflow:hidden;
	width:238px;
	margin:15px auto 5px;
	}
#tournament #linkmenu dl dt {
	clear:both;
	margin:0px 0px 5px 1px;
	text-align:left;
	font-weight:bold;
	}
#tournament #linkmenu dl dd {
	overflow:hidden;
	padding:0px 0px 10px 0px;
	}
#tournament #linkmenu dl dd ul li {
	float:left;
	width:55px;
	height:25px;
	margin:1px;
	border:#8e7245 solid 1px;
	background:#684b1c;
	text-align:center;
	line-height:200%;
	}
#tournament #linkmenu dl dd ul li a {
	display:block;
	width:54px;
	height:24px;
	background:#ac844d;
	color:#FFFFFF;
	font-size:14px;
	}
#tournament #linkmenu dl dd ul li a:hover {
	background:#d0ab6f;
	}

