@charset "Shift_JIS";
body {
	background-color: transparent;
}

.bodycontainer {
	width: 718px;
	margin: 0 auto;
}
#contentstop {
	width: 718px;
	height: 47px;
	margin: 0 auto;
}
#contentsbottom {
	width: 718px;
	height: 57px;
	margin: 0 auto;
}
#innerwrap {
	width: 718px;
	background: url(../img/content_middle.png) top center repeat-y;	
}

#title {
	position: relative;
	width: 580px;
	height: 66px;
	margin: 0 0 25px 58px;
}
#title h1 {
	position: absolute;
	top: 25px;
	right: -18px;
}
#leadtxt {
	margin: 0 6px;
	padding: 0 0 40px 0;
	border-bottom: #bebebe 1px solid;
}

#leadtxt .txt {
	display: table-cell;
	padding: 0 50px;
	vertical-align: middle;
}
#leadtxt .txt p {
	font-size: 130%;
}
#leadtxt .txt p.notes {
	margin: 8px 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 110%;
	line-height: 1.6;
}
#leadtxt .txt p.btn01 {
	margin: 8px 0 0 0;
	text-align: center;
}
#leadtxt .img {
	display: table-cell;
	padding: 0 50px 0 0;
	vertical-align: middle;
}
#qa {
}
#qa .title {
	position: relative;
	width: 580px;
	height: 71px;
	margin: 0 auto 40px auto;
	padding: 0 0 25px 0;
	border-bottom: #bebebe 1px solid;
}
#qa .title p {
	position: absolute;
	top: -10px;
	left: -10px;
}
#qa .title h2 {
	position: absolute;
	top: 24px;
	left: 88px;
}
.answerbox {
	width: 580px;
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	background: url(../../../../../sharedimg/bg_dotline.png) bottom left repeat-x;
}
.answerboxlast {
	width: 580px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	border-bottom: #bebebe 1px solid;
}
.answerbox dl dt,
.answerboxlast dl dt {
	margin: 0 0 12px 0;
	padding: 2px 0 2px 34px;
	background: url(../img/icon_qa_m.png) center left no-repeat;
	font-size: 130%;
	font-weight: bold;
}
.answerbox dl dd,
.answerboxlast dl dd {
	font-size: 130%;
}