@charset "utf-8";
/* CSS Document */

#title_image {
	width:912px;
	height:295px;
	position:absolute;
	left:-6px;
	top:-19px;
	_top:2px;
	background-image:url(../img/voice/voice_image.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
	z-index:-1;
}

/* IE7のみ適用 */  
*+html body #title_image {
	width:912px;
	height:295px;
	position:absolute;
	left:-6px;
	top:-93px;
	background-image:url(../img/voice/voice_image.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
}

h2 {
	margin:0px;
	padding:0px;
}

.voice_box {
	margin-bottom:20px;
	width:580px;
}

.voice_box p.voice_explain {
	width:580px;
	padding:0px 0px 20px 0px;
	color:#333333;
	line-height:1.5;
	font-size:14px;
}

.voice_area {
	background-image:url(../img/voice/bg.png);
	border:1px solid #CCCCCC;
	width:552px;
	padding:13px;
	margin-bottom:20px;
}

.voice_area p.name {
	font-size:14px;
	padding:0px 0px 4px 0px;
	border-bottom:1px solid #CCCCCC;
}

.voice_area p.text {
	font-size:12px;
	padding:0px;
	line-height:1.5;
	margin-top:10px;
}

