/*------------------------------------------------------------------------------
見出し
------------------------------------------------------------------------------*/
h2 {
	margin:0 0 15px;
	color:#785147;
	width:300px;
	height:45px;
}

/*------------------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------------------*/
.content {
	margin:0 auto;
	width:600px;
	clear:both;
}

.japanese {
	background:#fff url(img/message_japanese_image1.jpg) no-repeat 100% 0;
}

.french {
	background:#fff url(img/message_french_image1.jpg) no-repeat 100% 0;
}

.wedding_cake {
	background:#fff url(img/message_wedding_cake_image1.jpg) no-repeat 100% 0;
}

p.top {
	margin:0 0 50px;
	width:300px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.wedding_cake p.top {
	margin-bottom:40px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.text_l {
	padding:60px 0 0;
	float:left;
	width:355px;
	height:170px;
	position:relative;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.text_r {
	margin:0 0 20px;
	padding:190px 20px 0 0;
	_padding:180px 20px 0 0;
	float:right;
	width:280px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.french .text_r {
	margin:0 0 20px;
	padding:190px 20px 0 0;
	_padding:180px 20px 0 0;
	float:right;
	width:290px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.wedding_cake .text_r {
	padding-top:150px;
	width:290px;
}

.image_l {
	float:left;
	width:260px;
}

.image_r {
	float:right;
	width:180px;
}

.japanese .image_r {
	float:right;
	padding-top:20px;
	width:180px;
}

.text_l .name {
	position:absolute;
	right:0;
	bottom:0;
}

.ichigo {
	height:190px;
	background:url("img/ichigo.jpg") no-repeat left bottom;
}

.kabu {
	background:url("img/kabu.jpg") no-repeat left bottom;
}

.matsutake {
	padding-top:30px;
	height:210px;
	background:url("img/ebi.jpg") no-repeat left bottom;
}

.mark_line_bottom {
	width:300px;
}

.link3 {
	width:240px;
	margin:20px auto 10px;
}

.link3 a {
	margin:0;
	display:block;
	width:240px;
	height:25px;
	background: url("img/btn.gif") no-repeat;
	text-indent:-5000px;
	outline:0;
}

.link3 a:hover {
	background-position:0 -25px;
}


