
#to_voice01 {
    float: left;
	margin: 0 0 0 0px;
	padding:20px;
	width: 690px;
}

#to_voice01 h3{
	height:30px;
	width:690px;
	background: url(../img/voice_obi07.gif) no-repeat;
}

/* ----------------------------------
	4店舗バナーサムネイル画像についての設定です
 * ------------------------------- */

.thumbnail {
  
  background: transparent;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
 
}


/* -----------------------------------------------------
	4店舗バナーサムネイル画像に対するキャプションについての設定です
 * -------------------------------------------------- */

#thumbslist li p {
  margin-top: 0;
  margin-right: 1px;
  margin-bottom: 7px;
  margin-left: 10px;
  line-height: 1.5;
  
}

/* サムネイルリストはマーカなし，余白なし */
#thumbslist {
  list-style: none;
  margin: 0;
  padding: 0;
}

#thumbslist li {
  float: left;
  margin: 0;
  overflow: hidden;
  display: block;
  text-align: left;
  padding: 5px;
}

/* サムネイルはボックスの中央に */
.thumbnail {
  margin: 0 auto;
}

