@charset "utf-8";

/* VOICE
------------------------------------------------------------------------------*/

#voice_main {
	width:608px;
	margin:20px auto 0px auto;
	padding:47px 0px 0px 0px;
	background:url(../images/voice/bg_top.gif) no-repeat;
	}

#voice_content {
	width:608px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	background:url(../images/voice/bg_main.gif) repeat-y;
}

.voice_sample {
	width:180px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 18px;
	float:left;
}

.voice_sample p {
	padding-bottom:15px;
	text-align:center;
}

.border {
	width:590;
	padding:0px 18px 30px 18px;
	}

#voice_bottom {
	width:608px;
	clear:both;
	height:46px;
	padding:0px 0px 0px 0px;
	margin-bottom:50px;
	background:url(../images/voice/bg_bottom.gif) no-repeat;
}


