@charset "utf-8";
@import "common/0-import.css";


#conts p {
	margin: 0 0 20px;
	
	line-height: 1.7;
	letter-spacing: 2px;
}

#conts img {
	display: block;
}

#conts .box {
	width: 658px;
	margin: 0 64px 40px;
	overflow: hidden;
	clear: both;
}

#conts .box .rightImg {
	margin: 0 0 0 40px;
	float: right;
}

#conts .box .leftImg {
	margin: 0 40px 0 0;
	float: left;
}

/*写真サムネイル設定
-----------------------------------------*/
/*-- 横に３列 --*/
.common_box03{
	width:659px;
	float:left;
	margin-bottom:10px;
}


.main_photo_thumb{
	width:200px;
	float:left;
	padding-right:29px;
}
.main_photo_thumb_end{
	width:200px;
	float:right;
}

