#header {
	height: auto;
	width: 980px;
}
#navi {
	height: 28px;
	width: 980px;
}
#middle {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-family: "メイリオ";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #603813;
	background-position: center;
	text-align: center;
}
#middle-2 {
	width: auto;
}

#left {
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	font-family: "メイリオ";
	font-size: 18px;
	font-style: normal;
}
#right {
	float: left;
	width: 670px;
	padding-top: 5px;
	padding-right: 5px;
	font-family: "メイリオ";
	font-size: 18px;
	font-style: normal;
}
#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	clear: left;
	height: auto;
	width: 980px;
	background-color: #FFFAF4;
	padding-left: 50px;
}
#body {
	width: auto;
	text-align: left;
	color: #603813;
	font-family: "メイリオ";
	font-size: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}


/*20150320 popcorn design CSS*/
.voice{
	  text-align: center;
	  margin: 18px 0 0;
	  font-size: 24px;
	  background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.voice a{
	  color: #983232;
}

.voice2{
	  text-align: center;
	  margin: 18px 0 0;
	  font-size: 24px;
	background: #ead5bb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ead5bb 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ead5bb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ead5bb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ead5bb 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ead5bb 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ead5bb 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead5bb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

table.voice td{
	vertical-align: baseline;
	  width: 40%;
	  padding: 10px;
	  font-size: 16px;
	  text-align: left;
}