/*****************************************/
/* 患者さんの声*/
/*****************************************/

#voice{
	padding: 20px;
	background-color: #cccccc;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	background-image: url(../tenplates_img/introduction02_back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#voice .voice{
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

#voice .voice img{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

#voice .voice h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#voice .voice p{
	line-height: 160%;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}