@charset "utf-8";
/********************
 * コレクション
 ********************/
#main{text-align:center;}
.collection_box{
	width:100%;
	max-width:1440px;
	min-width:980px;
	margin:0 auto 50px;
	position:relative;
}
.collection_box1{
	width:100%;
	min-width:980px;
	margin:30px auto;
	padding:20px 0;
	background:#fff;
}
.collection_box1 h3{
	width:680px;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	display:block;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.topimg01{
	background:url("../images/about/head_img01.jpg") bottom center no-repeat;
	margin:0 auto;
	height:185px;
}

.area_block{
	width: 980px;
	height: 280px;
	margin: 20px auto;
	padding: 0 20px;
	text-align: left;
}
.block_left{
	width: 440px; 
	text-align: left;
	float: left;
}
#title01{
	font-size: 20px;
	font-weight: bold;
	margin: 0 20px;
	padding: 10px 0;
	color: #4ea5e9;
	border-bottom: solid 1px #4ea5e9;
}
#text_area01{
	padding: 20px;
	line-height: 22px;
}
.block_right{
	width: 480px;
	margin: 10px 0;
	float: right;
}

#after_area{
	width: 980px;
	height: 120px;
	margin: 10px auto;
	clear: both;
	background:url("../images/about/after_bg.jpg") bottom center no-repeat;
}
#after_text{
	width: 470px;
	padding: 40px 0 0 490px;
	text-align: left;
	
}