@charset "utf-8";

#main_content strong {
	font-size: 125%;
	color: #CC3333;
	padding-left: 20px;
}

table {
	width: 523px;
	line-height: 1.5;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}

th {
	width: 150px;
	height: 206px;
	padding-bottom: 30px;
	padding-top: 23px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 30px;
}


td {
	vertical-align: top;
	padding-top: 23px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}

#main_content p {
	padding-left: 20px;
}

#main_content dl {
	text-align: center;
	padding: 10px;
}




