@charset "utf-8";

#contents #main table {
	width: 350px;
	border: 1px solid #99CC99;
	margin-left: 20px;
}
th {
	font-size: 13px;
	font-weight: bold;
	color: #00CC99;
	text-align: center;
}
td {
	font-size: 12px;
	color: #666666;
	text-align: center;
	width: 30%;
	background-color: #D6EBD6;
}
#main ol {
	font-size: 12px;
}

#main table {
	border: 1px solid #999999;
	font-size: 12px;
	line-height: 1.5em;
}
