body{
	background:url('../images/voice/bg_header.png') no-repeat top center;
}

section img{
	margin: 0 10px 10px 10px;
	clear: both;
}

#contents h4{
	margin: 1em 0;
	font-size: 135%;
	color: #65a00e;
}

#contents h5{
	padding: 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 1em 0;
}

#contents h3{
	font-size: 180%;
	font-weight: bold;
	line-height: 1.8;
	color: #284c2c;
	margin: 1em 0;
}

section p{
	line-height: 1.8;
	margin: 0 0 2em 0;
}

#voice_list{
	list-style: none;
}

#voice_list li{
	clear: both;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 70px;
	margin: 0 0 10px 0;
}

#voice_list li a{
	display: block;
	width: 100%;
	height: 100%;
}

#voice_list li img{
	width: 100px;
	height: auto;
	float: left;
	margin: 0 5px 0 0;
}