@charset "utf-8";
/* CSS Document */

#content {
	width:571px;
	margin:auto;
}


#info_table {
	width:100%;
	margin:20px auto;
	background-color:#FFF;
}

#info_table th {
	font-weight:bold;
	background-color:#FFEFCE;
	text-align:center;
}

#info_table td {
	background-color:#FFF7E6;
	white-space:nowrap;
	
}