@charset "utf-8";



/****************************************************************************************************

page.css

****************************************************************************************************/
.expansion{
	width:900px;
	margin:0 auto;
}

.section01{
	margin-bottom:70px;
}
	.section01 .block01{
		float:left;
		width:450px;
	}
	.section01 .block02{
		float:right;
		width:400px;
		
		font-size:105%;
	}
	
.section02{
	margin-bottom:60px;
}
	
	
.section03{
	width:800px;
	margin:0 auto 60px;
}
	.section03 h4{
		font-size:140%;
		color:#2C5F99;
		margin-bottom:0.3em;
	}
	.block01_container{
		margin-bottom:40px;
	}
	.section03 .block01{
		float:left;
		width:240px;
		
	}
		.section03 .block01 dl{
			background-color:#EDF1F6;
			padding:1em;
			color:#2C5F99;
		}
			.section03 .block01 dt{
				font-weight:bold;
			}
			
	.section03 .block02{
		line-height:2;
	}
		.section03 .block02 .u{
			background-image:url(../images/underline.png);
			background-repeat:repeat-x;
			background-position:bottom;
		}

.section04{
	margin-bottom:50px;
}

.section05{
	width:800px;
	margin:0 auto 80px;
}
	.section05 .block01{
		line-height:2;
		margin-bottom:40px;
	}
	
	.section05 .block02{
		
	}
		.section05 .block02 h4{
			font-size:140%;
			color:#2C5F99;
			margin-bottom:0.3em;
		}

.section06{
	margin:0 auto 50px;
}


.section07{
	width:800px;
	margin:0 auto 80px;
}
	.section07 .block01{
		line-height:2;
		margin-bottom:40px;
	}
	
	.section07 .block02{
		
	}
		.section07 .block02 h4{
			font-size:140%;
			color:#2C5F99;
			margin-bottom:0.3em;
		}
		
		
.section08{
	
}
	.section08 .section_container{
		width:800px;
		margin:0 auto;
		padding-bottom:20px;
	}
	.section08 .block01{
		margin-bottom:40px;
	}
	.section08 .block02{
		margin-bottom:40px;
		line-height:2;
	}
	.section08 .block03 h4{
		font-size:140%;
		color:#2C5F99;
		margin-bottom:0.3em;
	}
		
		
		

.related{
	background-color:#EDF1F6;
	color:#2C5F99;
	padding:1em 1em 0.1em 1em;
}
	.related li{
		padding-left:1em;
		text-indent:-1em;
		margin-bottom:1em;
	}
	