@charset "utf-8";
#main .stit {
	margin-bottom: 20px;
}

#main table {
	width: 650px;
	display: block;
	border-collapse:collapse;
	margin-left: 5px;
	margin-bottom: 30px;
}
#main table th {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #666666;
}
#main table td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-bottom: 1px dotted #666666;
	width: 520px;
}
#main table td a {
	text-decoration: underline;
}
#main table td a:hover {
	text-decoration: none;
}

