@charset "Shift_JIS";

.table_profile {
	display: table;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #009933;
}
.table_profile  th {
	background: #CCFF99;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #009933;
	white-space: nowrap;
	vertical-align: top;
}
.table_profile td {
	padding: 3px;
	border-bottom: 1px solid #009933;
	margin: 0px;
}
