/*------------------------------------------------------------------------------
ボックス
------------------------------------------------------------------------------*/
.content {
	margin:0 auto 10px;
	width:640px;
}

.image {
	padding:0 0 40px;
	width:240px;
	float:left;
}

.image img {
	margin:0 0 5px;
}

.text {
	padding:0 20px 40px 0;
	width:280px;
	float:right;
}

.french_more,
.wedding_more,
.wedding_cake {
	display:block;
	width:240px;
	height:25px;
	text-indent:-5000px;
	outline:0;
}

.french_more {
	background: url("../common/img/btn2.gif") no-repeat;
}

.wedding_more {
	background: url("../common/img/btn3.gif") no-repeat;
}

.wedding_cake {
	background: url("img/btn.gif") no-repeat;
}

.french_more:hover,
.wedding_more:hover,
.wedding_cake:hover {
	background-position:0 -25px;
}

.wedding_more {
	margin:0 0 10px;
}
