
#title {
	background-image: url(images/title_bg.webp);
}

div.voice {
	background-color: white;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	display: block;
	margin: 10px 0;
	padding: 30px 80px 20px 80px;
	text-align: center;
	text-decoration: none;
}

div.voice p {
	line-height: 1.6em;
	margin: 10px 0;
}


div.voice p.right {
	border-top: 1px dotted #9a9a9a;
	margin-top: 20px;
	padding-top: 10px;
}