@charset "utf-8";

.index_news{
	float:left;
	width:99%;
	position:relative;
	left:5px;
	text-align:left;
	margin:3px 0;
}

.index_news_red{
	float:left;
	width:99%;
	position:relative;
	left:5px;
	color: #CC0000;
	margin:3px 0;
}

.icon{
	float:left;
	width:3%;
	text-align:left;
}

.subject{
	float:left;
	width:22%;
	text-align:left;
}

.comment{
	float:right;
	width:74%;
	text-align:left;
	line-height:1.5em;
}

.important{
	color:#cc0000;
	font-weight:bold;
	font-size:14px;
}

.important2{
	color:#cc0000;
}

.toutnament_title{
	float:left;
	width:100%;
	margin:5px 0;
	text-align:left;
}

.toutnament_left{
	float:left;
	width:278px;
	border:#CCCCCC solid 1px;
}

.toutnament_right{
	float:right;
	width:278px;
	border:#CCCCCC solid 1px;
}

.toutnament_label{
	float:left;
	width:100%;
}

.toutnament_inner{
	float:left;
	width:270px;
	padding:10px 0;
	position:relative;
	left:0px;
}

.toutnament_inner table{
	width:100%;
}

.toutnament_inner td{
	padding:2px 0;
	text-align:left;
	vertical-align:middle;
}

.toutnament_inner .rank{
	width:53px;
}

.toutnament_inner .name{
	padding-top:5px;
}

.toutnament_inner .photo{
	width:135px;
}

.toutnament_inner .point{
	width:25px;
	text-align:center;
}

