@charset "UTF-8";
/* CSS Document */

#mapArea{
	position:relative;
}

#mapArea .flWrap{
	position:absolute;
	top:50px;
	left:100px;
	width:320px;
}
#mapArea ul.l2Col,
#mapArea ul.r2Col{
	width:100px;
}
#mapArea ul.r2Col{
	padding-left:30px;
}


table.group{
	border-collapse:collapse;
	border:1px solid #CCEBD6;
	width:720px;
}

table.group th,
table.group td{
	padding:5px;
	border:1px solid #CCEBD6;
	text-align:left;
	vertical-align:top;
}

table.group tr#thead th{
	background-color:#EBF7EF;
	color:#009919;
	font-weight:bold;
}

table.group th.name{
	font-weight:normal;
}

th#groupName,
th#sammary{
	width:310px;
}
th#season{
	width:70px;
}