@charset "utf-8";
/* voiceCSS Document */

#wrapper_center {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	}


.parent_box h3 {
	padding: 0 0 10px;
}

.parent_box {
	padding: 25px 10px;
	border-bottom: solid 1px #c9c9c9;
	overflow: hidden;
}

.text_first {
	float: left;
	width: 460px;
}

.img_first {
	float: right;
	width: 150px;
}

.text_second {
	float: right;
	width: 460px;
}

.img_second {
	float: left;
	width: 150px;
}

.balloon {
	background: url(../img/voice/indent_balloon.gif) no-repeat left top;
	padding: 0 0 0 35px;
}

.img_frame {
	padding: 1px;
	border: solid 1px #c9c9c9;
}

#voice_last {
	border-bottom: none;
	margin: 0 0 65px;
}