@charset "UTF-8";

/* contents
------------------------------------------------*/
#contents table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 600px;
	margin-bottom: 15px;
}
	#contents table th {
		background: #ccc9a3;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 5px 7px;
		white-space: nowrap;
		text-align: center;
		letter-spacing: 0.1em;
		font-weight: bold;
	}
	#contents table td {
		background: #fff;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 7px;
	}
