@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

.voice{
	margin-bottom: 50px;
}
.voice h4{
	background: url('../image/h4_bg.jpg') repeat-y;
	color: #2C1F12;
	font-weight: bold;
	font-size: 1.18em;
	padding: 3px 15px 3px 20px;
	margin-bottom: 20px;
}
/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 30px;
}
#content .section .box {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a,
#content .section .box ul span {
  background: url('../image/square183_bg.jpg') no-repeat;
  width: 200px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
#content .section .att {
	margin-top: 5px;
}


/* --------------------------------------
	table
-------------------------------------- */
#content table th{
  width:160px;
  font-weight:normal;
  padding: 3px 9px 1px 9px;
}
#content table td{
  padding: 3px 9px 1px 9px;
}
