@charset "utf-8";
/* CSS Document */



table {
	width:654px;
	margin-left:15px;
	border:#d0d0d0 1px solid;
	}

th {
	background:#f1ece0;
	text-align:left;
	font-weight:bold;
	padding:5px 10px;
	border:#d0d0d0 1px solid;
	}
td  {
	padding:2px 10px;
	border:#d0d0d0 1px solid;
	}


#text_box {
	width:660px;
	margin-left:15px;
}

#text_box dl {
	margin-bottom:20px;
}

#text_box dt {
	font-weight:bold;
	}


