
.team_lists h1 {
	margin: 20px 0;
	width: 300px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	padding: 10px;
	border: 2px solid #fff;;
	background-color: #090;
	border-radius: 15px;
}
.team_lists table {
	border-collapse: collapse;
}
.team_lists table td {
	padding: 0 10px;
	text-align: left;
	border: 1px solid #ccc;
}
.team_lists .header {
	padding: 5px 10px;
	color: #000;
	text-align: center;
	background: #aaa;
	border: 1px solid #ccc;
}
.team_lists .team_no {
	width: 60px;
	padding: 5px 0px;
	text-align: center;
	color: #000;
	font-weight: bold;
	background: #ddd;
}
.team_lists .w250 { width: 200px; }
.team_lists .w150 { width: 200px; }

.TblHead {
	background-color: #ddd;
}