#content{
	background-color: #E8B0CF;
}

h3{
	width:100%;
	text-align: center;
	margin-bottom:30px;
}

#content table{
	width:1000px;
	margin:0 auto 15px auto;
	border-collapse: separate;
	border-spacing: 1px 3px;
}

#content th,
#content td{
	padding:8px 5px;
	width:25%;
	text-align: center;
	font-size:110%;
}

#content th{
	background-color:#B1DEE0;
	font-weight: bold;
}

#content tr th:nth-child(even){
	background-color:#F2ECD5;
}

#content td{
	background-color:#E1F4EF;
}

#content tr td:nth-child(even){
	background-color:#F8F4E9;
}

#chu{
	width:1000px;
	margin:0 auto;
}

#content tr th:nth-child(2),
#content tr td:nth-child(2){
	border-right:2px solid #fff;
}

#content tr th:nth-child(3),
#content tr td:nth-child(3){
	border-left:2px solid #fff;
}