/**********************************
voice
**********************************/
#voice #container{
	margin-bottom:-40px;
}
#voice #contentsBox ul li{
	padding: 0 0px 40px 0;
	float: left;
	width: 25%;
	text-align: center;
}
#voice #contentsBox .radiusBox img{
	border-radius: 300px;        /* CSS3草案 */
	-webkit-border-radius: 300px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 300px;   /* Firefox用 */
	width: 95%;
}
