
table.new_info,
table.new_shimin,
table.new_recruit {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 750px;
	border-collapse: collapse;
}
table.new_info tr,
table.new_shimin tr,
table.new_recruit tr {
	padding: 4px;
	border-bottom: 1px dotted #333;
}

table.new_info th,
table.new_info td,
table.new_shimin th,
table.new_shimin td,
table.new_recruit th,
table.new_recruit td {
	border-bottom: 1px dotted #333;
}
table.new_info td,
table.new_recruit td {
	padding: 4px;
	width: 80%;
}
table.new_shimin td {
	padding: 4px 8px;
}
table.new_info th,
table.new_shimin th,
table.new_recruit th {
	width: 20%;
	padding: 7px;
	text-align: center;
}
table.new_info th span,
table.new_shimin th span,
table.new_recruit th span {
	display: block;
	padding: 5px;
}
table.new_info th span {
	background-color: #D9D9D9;
}
table.new_shimin th span {
	background-color: #FEDCB1;
}
table.new_recruit th span {
	background-color: #8d85c5;
	color: #fff;
}
table.new_shimin tr.head th {
	width: auto;
	font-weight: bold;
}
table.new_shimin caption {
	font-weight: bold;
}
p.day {
	margin: 0px 5px 5px 5px;
	padding: 5px 0px;
	text-align: right;
	border-bottom: 1px dotted #333;
	font-size: 90%;
}

p.day span.topics {
	background-color: #2c787a;
	font-size: 90%;
	font-weight:bold;
	color: #fff;
	padding: 2px 5px;
}