.section {
	padding: 0px 10px;
}
.section p.gourmet_img {
	width: 670px;
	height: 220px;
	padding: 5px 0px;
	position: relative;
}
.section p.gourmet_img em {
	position: absolute;
	top: -10px;
	right: -90px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
.section em.orange {
	font-size: 1.8em;
	font-weight: bold;
	color: #FF6600;
}
.section em.red {
	font-weight: bold;
	color: #990000;
}
.section em.blue {
	font-weight: bold;
	color: #336699;
}
.section em.blue {
	font-size: 1.2em;
}
.section p em.entry {
	display: block;
}

.section dl {
	margin: 0px 5px;
	padding: 0px;
}

.section dl.accordion dt {
	margin: 15px 0px 5px;
	padding: 0px;
}
.section dl.accordion dd {
	margin: 0px;
	padding: 0px;
}
.section dl.accordion dd em.emphasis {
	display: block;
	font-weight: bold;
	color: #C00;
}
.section div.material {
	margin: 0px 0px 10px 50px;
	padding: 10px 0px 20px;
	width:600px
}
.section div.material dl {
	float: left;
	border: 1px dotted #ccc;
	margin: 0px 10px;
}
.section div.material dl dd {
	margin-top: 10px;
	text-align: center;
}
/*
.section div.material dl dd img {
	display: block;
	margin: 0px auto;
}
*/
.section p.head-line {
	color: #06c;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 2px solid #06C;
	width:670px;
}
.section hr {
	clear: both;
	border: none;
}