/* CSS Document */

.customersVoice{ 
	margin:0 auto; 
	padding:0;
	width: 170px;
	text-align:center;
	font-size: 100%;
	line-height: 1.4}
	
.customersVoice div{
	width: 170px;
	margin:0 auto;
	padding:0;
	text-align: left;}
	
.customersVoice div p{
	margin:0;
	padding:0;}
	
.customersVoice div.first{ clear:both;}

.customersVoice div.photo{
	float: left;
	margin: 5px 0;
	width: 85px;}
	
.customersVoice div.name{
	width: 85px;
	margin: 5px 0;
	float:right;
	font-size: 85%}
	
.customersVoice div.question { 
	clear: both; 
	padding: 10px 0;
	margin-top: 10px;
	font-size: 100%;
	color:#FF6600; 
	background: url(../file/line_com_voice.gif) top repeat-x}
.customersVoice div.question p{  
	padding: 0 5px 0 30px; 
	background: url(../file/icon_com_voice_q.gif) 5px top no-repeat}
.customersVoice div.answer { 
	clear: both; 
	padding: 10px 0; 
	font-size: 100%;
	color: #0033CC; 
	background: url(../file/line_com_voice.gif) top repeat-x}
.customersVoice div.answer p{  
	padding: 0 5px 0 30px; 
	background: url(../file/icon_com_voice_a.gif) 5px top no-repeat}
.customersVoice div.btn { 
	margin:5px auto 5px 5px; 
	padding:0 auto 5px auto; 
	text-align:center;}
.customersVoice div.btn img{ border:none}