@charset "shift-jis";
/* ----------------------------------------------
	This style is for about/index.html
------------------------------------------------- */
/*                                      contents
------------------------------------------------- */
#voiceBox{
	width:805px;
	margin:20px auto;
	border-bottom:1px dotted #AA957F;
	padding-bottom:20px;
}
#voiceBox table{
	margin:0 auto;
}
.voiceSideBar{
	background-image: url(../../voice/img/sidebar.gif);
	background-repeat: no-repeat;
	width: 247px;
	height: 45px;
}
.voiceSideBar h3{
	font-size:110%;
	color:#3A2A12;
	font-weight:bold;
	margin:3px 0 0 12px;
}
.voiceSideBar p{
	font-size:77%;
	color:#8CA954;
	margin:6px 0 0 12px;
}
.voiceComment{
	font-size:97%;
	color:#666666;
	line-height:170%;
	padding:12px;
	background-color: #FBFAF8;
	border-right:1px solid #dfd5c8;
	border-bottom:1px solid #dfd5c8;
}
