#table_area {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 50px;
	overflow: hidden;
}
table {
	width: 440px;
	border-collapse: collapse;
	border: 1px solid #CCC;
	float: left;
	margin: 0 20px;
}
table tr {
	border: 1px solid #CCC;
}
table tr th {
	height: 60px;
	background-color: #D17298;
	color: #FFF;
	font-size: 18px;
}
table tr td {
	height: 40px;
	background-color: #F2F2F2;
}
table tr td a {
	display: block;
	box-sizing: border-box;
	width: 438px;
	height: 40px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	padding-left: 30px;
	text-decoration: none;
}
table tr td a:hover {
	background-color: #D13672;
	color: #FFF;
}
