/****************************************************
　■お客様の声　CSS設定
****************************************************/

/***　font-size:80%  style_base.css  ****/

#voice {
	margin: 30px 15px 30px 15px;
}

/***　プラン各アイテム  ****/
.voice-box {
	margin: 0 0 5px 0;
	background-image:url(images/voice_back.png);
	background-repeat: repeat-y;
}
.voice-left {
	width: 255px;
	height: 310px;
	float: left;
	background-image: url(images/voice_image_back.png);
}
.voice-image img{
	margin: 22px 0 0 10px;
}
.voice-left p.wedding-day {
	margin: 15px 0 0 0;
}
#voice .voice-left h3 {
	margin: 5px 0 0 0;
	font-size: 14px;
}
#voice .voice-left h3 a {
	color: #CC0066;
}
#voice .voice-left h3 a:hover {
	color: #FF3366;
}

.voice-right {
	width: 345px;
	float: right;
}


p.page-top {
	font-size: 12px;
	padding: 5px 0;
	margin: 15px 0 30px;
	text-align: right;
	background-image: url(images/line_gray650.png);
	background-repeat: no-repeat;
}
