/* listtableの色を賃貸用に */
#listtable th{
	font-size: 12px;
	padding: 8px 5px 8px 5px;
	empty-cells: show;
	border: 1px solid #666;
	background: #cfec81;
	text-align: center;
	line-height: 1.5em;
	vertical-align: middle;
	font-weight: normal;
}

/* titletableの色を賃貸用に */
table#titletable th {
	border-bottom: 5px solid #cfec81;
}
th.colorth {
	background-color: #cfec81;
}

