@charset "utf-8";

/* ========================================================
	style.css => local用CSS
======================================================== */

div.section {
}
div.section h2 {
	width: 680px;
	height: 59px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1em;
	background: url(../images/title_bg.png) no-repeat;
	position: relative;
}
div.section h2 span {
	position: absolute;
	top: 25px;
	left: 14px;
}

div.section p {
	margin-bottom: 15px;
}


table.dotTable {
}
table.dotTable td {
	border-left: none;
}

dl.voice {
}
dl.voice dt {
	margin-bottom: 10px;
	padding-left: 110px;
	color: #4D2C0F;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/img01.png) no-repeat left center;
}
dl.voice dd {
}
dl.voice dd ul {
	text-align: right;
}

