@charset "Shift_JIS";

/*  Top Contents
-----------------------------------------------------------------------------*/
/* worry */


#voice {
	width: 630px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-bottom: 25px;
}

#voice .title {
  font-size: 86%;
  line-height: 1.4em;
  padding: 95px 20px 55px 62px;
  width: 172px;
  background: url(../img/voice_title_bg.gif) no-repeat;
  float: left;
}

#voice dl {
	width: 310px;
	background: url(../img/voice_box_btm.gif) no-repeat bottom;
	float: left;
}

#voice dt {
	font-weight: bold;
	padding: 25px 18px 5px;
	background-image: url(../img/voice_box_up.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#voice dd {
  padding: 0 18px 18px;
  min-height: 115px;
}

* html #voice dd { height: 115px; }

#voice dd strong {
  font-weight: normal;
  background: #fea8bf;
}

#voice dl.center { margin: 0 3px; }
