@charset "shift_jis";


#mainArea {
	padding: 20px 25px 40px;
}

#mainArea .warn{
	font-size: 84%;	/* 10px */
}
#mainArea .asterisk{
	color: #ff0000;
}

#mainArea table{
	width: 100%;
	line-height: 1.5;
	}
#mainArea table tr th{
	background-color: #edf5e8;
	border: 1px solid #cfcfcf;
	width: 100px;
	padding: 10px 0 0 10px;
	vertical-align: top;
	}
#mainArea table tr td{
	border: 1px solid #cfcfcf;
	padding: 10px;
	}
#mainArea table tr td img{
	margin: 3px 2px;
	}
#mainArea table tr td a{
	color: #555555;
	}
#mainArea table table,
#mainArea table table th,
#mainArea table table td{
	background: none;
	border: none;
	padding: 0 6px 2px 0;
	width: auto;
	white-space: nowrap;
	}
#mainArea .form{
	background-color: #f4f4f4;
	padding: 15px 0;
	text-align: center;
	}
	