@charset "Shift_JIS";




form {
	text-align: center;
}

legend {
	display: none;
}


table {
	margin: 0 0 5px 0;
	width: 700px;
	border-collapse: collapse;
	border: 1px solid #777;
	padding: 0;
}


th,td{
	margin: 0px;
	padding: 5px;
	border: 1px solid #777;
	line-height: 2;
	vertical-align: top;
	empty-cells: show;
}



th{
	width: 9em;
	color: #FFF;
	background: #ffd200;
	white-space: nowrap;
}



td{
	line-height: 120%;
	border: 1px solid #777;
	vertical-align: top;
}

