#contents table {
	margin: 0px auto 30px;
	width: 700px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
#contents table th {
	width: 200px;
	background: #FBF9F6;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
}
#contents table td {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	line-height: 1.6em;
}
#contents table td table.card   {
	width: 300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents table .card tr td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
 td a {
text-decoration: none;
}