/* about.css */
 
#main table {
	margin: 20px 0 20px 50px;
	width: 700px;
    border-collapse:collapse;
}
#main th,
#main td {
	padding: 3px 10px;
	border-bottom: 1px dashed #0066CC;
	line-height: 175%;
	vertical-align: top;
}
#main th {
	font-weight: bolder;
	text-align: right;
}
#main td {
}

/* sub table */
#main table table {
	margin: 0;
	width: auto;
    border-collapse:collapse;
}
#main table table th,
#main table table td {
	padding: 0;
	border: none;
	line-height: 175%;
	vertical-align: top;
}
