@charset "utf-8";


/*-----------------------------
	header
------------------------------*/

#header_inner{
	width:100%;
	background:url(images/header_bg.jpg) no-repeat center 161px;
	overflow:hidden;
}



/*-----------------------------
	main
------------------------------*/


/* shisetsu_box */
#shisetsu_box{
	clear:both;
	overflow:hidden;
	margin-bottom:35px;
}


/*-----------------------------
	index.html
------------------------------*/

p.read{
	margin-bottom:40px;
	line-height:2.2;
}
.detail_box{
	float:left;
	width:340px;
	margin:0 25px 40px 0;
}
.detail_box_end{
	float:left;
	width:340px;
	margin:0 0 40px 0;
}
.detail_box_madori{
	clear:both;
	width:705px;
}
.detail_box h3,
.detail_box_end h3,
.detail_box_madori h3{
	margin-bottom:20px;
}
.detail_box p.photo,
.detail_box_end p.photo{
	margin-bottom:20px;
}
.detail_box p.copy,
.detail_box_end p.copy{
	line-height:1.8;
}





