


#voice {
	width:600px;
	position:relative;
	background-image: url(voice_bg.gif);
	background-repeat: repeat-y;
	margin-top: 40px;
	background-position: 0px 20px;
}

#voice .photo1 {
	position:absolute;
	top:0;
	left:186px;
}

#voice .photo2 {
	position:absolute;
	top:0;
	left:186px;
}

#voice table.left {
	margin-top:15px;
	margin-left:30px;
}

#voice table.right {
	margin-top:15px;
	margin-left:70px;
}

#voice .memo {
	background-image: url(voice_memo.gif);
	background-repeat: repeat-y;
	padding-left:40px;
	padding-right:43px;
}

#voice .memo .name {
	text-align:right;
	font-weight:bold;
	font-size:12px;
	line-height:30px;
	padding-bottom: 2px;
	background-image: url(voice_dot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#voice .memo p {
	font-size:12px;
	line-height:2em;
	margin-top:0.75em;
}









