@charset "utf-8";
#traffic {
	width: 100%;
}
#traffic th {
	width: 170px;
	background-color: #333333;
	color: #FF0099;
	text-align: center;
	font-size: 15px;
}
#traffic td {
	background-color: #999999;
	color: #FFFFFF;
}
#traffic ul {
	padding-left: 20px;
}
#traffic .bigtitle {
	color: #FFCC00;
	background-color: #000000;
}
#traffic th.tit {
	width: 230px;
	background-color: #333333;
	color: #FF0099;
	text-align: center;
	font-size: 15px;
}

