@charset "utf-8";
@import "cmn.css";

#header{
	margin-bottom:15px;
	padding-bottom:300px;
	background:url('../img/home/top.jpg') bottom left no-repeat;
}
#topmain{
	float:left;
	width:490px;
	margin-bottom:15px;
}
#topmain .topicsTable{
	margin:10px auto;
	width:470px;
	font-size:85%;
	letter-spacing:1px;
}
#topmain .topicsTable th{
	width:8em;
	border-bottom:1px solid #dddddd;
}
#topmain .topicsTable th div{
	padding:10px 0 10px 25px;
	background:url('../img/cmn/icon/list.gif') center left no-repeat;
	font-family:'Arial',sans-serif;
	color:#336633;
}
#topmain .topicsTable td{
	padding:10px 0;
	color:#333333;
	border-bottom:1px solid #dddddd;
}
#sidebar{
	float:right;
	width:300px;
	margin-bottom:15px;
}
#sidebar .wrapper{
	background:url('../img/home/tournament_footer.jpg') bottom left no-repeat;
	margin-bottom:10px;
	padding-bottom:8px;
}
#sidebar dl{
	padding:15px 15px 1px 15px;
	border:solid #ff9900;
	border-width:0 2px;
	font-size:80%;
}
#sidebar dt{
	background:#ffff66;
	padding:3px 5px 3px 10px;
	border:1px solid #ffcc66;
}
#sidebar dd{
	background:#ffffcc;
	margin-bottom:10px;
	padding:8px 5px 8px 10px;
	border:solid #ffcc66;
	border-width:0 1px 1px 1px;
}
#sidebar dd th{
	padding-right:10px;
	color:#ff6600;
	letter-spacing:0.1em;
}
#ad{
	clear:both;
	margin-bottom:10px;
	padding:10px 15px 0 15px;
	border:solid #cccccc;
	border-width:1px 0;
}
#ad ul{
	margin-right:-10px;
}
#ad li{
	float:left;
	width:120px;
	height:40px;
	margin:0 10px 10px 0;
	list-style:none;
}
#ad br.clear{
	clear:left;
}
