.accessCar {
	width: 680px;
	float: left;
	margin-bottom: 60px;
	border: 1px solid #CCC;
	margin-left: 15px;
}
.accessCar2 {
	width: 680px;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	margin-left: 15px;
}
.accessCar tr th ,.accessCar2 tr th{
	width: 20%;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
	background-color: #FAE4E4;
	color: #630;
	font-size: 13px;
}
.accessCar tr td ,.accessCar2 tr td{
	width: 80%;
	height: 30px;
	font-size: 13px;
	vertical-align: middle;
	border: 1px solid #CCC;
	text-indent: 15px;
}
#rightLink a {
	float: right;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.2em;
}
#rightLink a:hover {
	text-decoration: underline;
}
