@import "main_euc.css";

/*前書き*/
ul {
		width: 530px;
		height: auto;
		margin: 20px 0px 10px 0px;
		padding-left: 30px;
		list-style-position: outline;
		list-style-type: square;
		text-align: left;
		vertical-align: middle;
		font-size: 100%;
		font-weight: normal;
		line-height: 130%;
		background-color: #ffffff;
		color: #000000;
	}

	ul li {
			margin: 10px; auto;
	}

/*フォームテーブル*/
.form_t {
	width: 570px;
	height: auto;
	margin: 10px 0px 10px 20px;
	text-align: left;
	/*text-justify: inter-ideograph;*/
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	background-color: transparent;
	color: #000000;
	border: 1px solid #000000;
}
	.form_t th {
		font-size: 100%;
		font-weight: bold;
		line-height: 130%;
		padding: 5px;
		background-color: #eeeeff;
		border: 1px solid #000000;
	}

	.form_t td {
		font-size: 100%;
		font-weight: normal;
		line-height: 130%;
		padding: 5px;
		border: 1px solid #000000;
		/*background-color: #ffffff;*/
		color: #000000;
	}
	
	.f7f7f7 {
		background-color: #f7f7f7;
	}
