@charset "utf-8";

#content #section-04 .voice {
	padding: 20px;
	border: 1px solid #CCC;
	overflow: hidden;
	margin: 20px;
}
#content #section-04 .voice .areaL {
	width: 200px;
	float: left;
}
#content #section-04 .voice .areaR {
	float: right;
	width: 600px;
}
#content #section-04 .voice .areaR p {
	font-size: 130%;
	margin-right: 3px;
	margin-left: 3px;
}


/*--------------------------------------
	Print Style
--------------------------------------*/

@media print {

body {
	_zoom:0.72;
}

}
