@import "main.css";

h3 {
	width: 570px;
	height: auto;
	margin: 25px 0px 10px 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 130%;
	font-weight: bold;
	line-height: 130%;
	background-color: transparent;
	color: #000000;
	clear: both;
}

h3.years {
	width: 540px;
	height: auto;
	margin: 25px auto;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	background-color: transparent;
	color: #000000;
	clear: both;
}

ul.list {
	width: 510px;
	height: auto;
	margin: 15px auto;
	list-style: none;
	clear: both;
}

	ul.list li {
		width: 485px;
		height: auto;
		margin: 10px auto;
		background-image: url(../img/global_img/list.gif);
		background-repeat: no-repeat;
		padding-left: 20px;
	}


/*段落*/
.text {
	width: 570px;
	height: auto;
	margin: 25px 0px 10px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	background-color: transparent;
	color: #000000;
	clear: both;
}

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

	.step_t td {
		font-size: 100%;
		font-weight: normal;
		line-height: 130%;
		padding: 0px;
		vertical-align: top;
		border: 0px solid #000000;
		/*background-color: #ffffff;*/
		color: #000000;
	}
	
	/*不使用（校正2/26）*/
	.step_t ul {
		width: 200px;
		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: bold;
		line-height: 130%;
		background-color: #ffffff;
		color: #000000;
	}

		.step_t ul li {
			margin: 10px; auto;
		}

/*搬出・搬入*/
.step_t2 {
	width: 570px;
	height: auto;
	margin: 10px 0px 10px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	background-color: transparent;
	color: #000000;
	border: 1px solid #000000;
}
	.step_t2 th {
		font-size: 100%;
		font-weight: bold;
		line-height: 130%;
		padding: 5px;
		background-color: #eeeeff;
		border: 1px solid #000000;
	}

	.step_t2 td {
		font-size: 100%;
		font-weight: normal;
		line-height: 130%;
		padding: 10px;
		vertical-align: top;
		border: 1px solid #000000;
		/*background-color: #ffffff;*/
		color: #000000;
	}

/*補足*/
.under {
	width: 570px;
	height: auto;
	margin: 25px 0px 10px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	background-color: transparent;
	color: #000000;
	clear: both;
}

	.under h4 {
		width: 570px;
		height: auto;
		margin: 25px 0px 10px 0px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 130%;
		font-weight: bold;
		line-height: 130%;
		background-color: transparent;
		color: #000000;
		clear: both;
	}
	
	.under p {
		width: 560px;
		height: auto;
		margin: 25px 0px 10px 0px;
		padding-left: 10px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 100%;
		font-weight: normal;
		line-height: 130%;
		background-color: transparent;
		color: #000000;
		clear: both;
	}

