@charset "utf-8";
table {
	width:638px;
	margin-right:10px;
	margin-left: 50px;
	margin-bottom:20px;
}
tr:nth-child(even) {
    background:#fff;
}
tr:nth-child(odd) {
	background-color: #D7F5F7;
}
th {
	color: #FFF;
	background-color: #6C0;
	padding-top: 5px;
	padding-bottom: 3px;
}
th:first-child {
	padding-left: 10px;	
}
td:first-child {
	color: #F60;
}
td {
	padding:3px;
}
#ttp td {
	padding-top:10px;
}