@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : style.css
 Style Info : 利用者様の声ページのCSS
=================================================================== */

/***************************************
	main
***************************************/

/*** left-clm-sub ***/

/* voice */
#left-clm-sub .voice{
	margin: 10px auto 10px;
	background: url("../images/voice/frm-voice-body.gif") repeat-y top center;
	width: 520px;
}
.voice h4{
	padding: 40px 0 0 120px;
	height: 50px;
	font-size: 20px;
	color: #936;
}
.voice h4.man{
	background: url("../images/voice/frm-voice-man.gif") no-repeat top center;
}
.voice h4.woman{
	background: url("../images/voice/frm-voice-woman.gif") no-repeat top center;
}
.voice .v-body{
	background: url("../images/voice/frm-voice-bottom.gif") no-repeat bottom center;
	padding: 0 20px 15px 30px;
}


/*** right-clm-sub ***/

/* photo */
#right-clm-sub #photo{
	text-align: center;
}
#photo img{
	margin-top: 10px; 
}


/*** sub-navi ***/
#main #sub-navi{
	padding: 0 0 20px 20px;
}
#sub-navi li{
	margin-right: 1em;
	float: right;
}
