/* --------------------------------------------------
  contents layout
-------------------------------------------------- */
div.pagetop{
	width: 780px;
	margin-top: 55px;
	margin-bottom: 32px;
}

/* ttl */
div#content h3{
	width: 780px;
	height: 32px;
	margin-bottom: 1em;
}

div#content h3.ttl01{
	background: url(img/00/sp01_cont01_ttl.png) no-repeat;
}
div#content h3.ttl02{
	background: url(img/00/sp01_cont02_ttl.png) no-repeat;
}
div#content h3.ttl03{
	background: url(img/00/sp01_cont03_ttl.png) no-repeat;
}

div#content div.section_common{
	width: 780px;
	margin-bottom: 2em;
}
div#content div.section_common h4.sttl{
	margin-bottom: 0.5em;
}
div#content div.section_common p{
	margin-bottom: 0.8em;
}
div#content div.section_common div.sp01_cont{
	margin-bottom: 1.5em;
}

/* link */
a.arrow01{
	background: url(../common/img/arrow01.gif) left 0.25em no-repeat;
	padding-left: 15px;
}


/* --------------------------------------------------
 cont02
-------------------------------------------------- */

table.sp01_cont02_tbl{
	width:530px;
	margin-bottom: 0.5em;
}
table.sp01_cont02_tbl caption{
	font-weight: bold;
	text-align: left;
}
table.sp01_cont02_tbl th,
table.sp01_cont02_tbl td{
	text-align: center;
	border: 1px solid #ccc;
	padding: 2px 5px;
}
table.sp01_cont02_tbl th{
	font-weight: bold;
	color: #555;
	background: #e9f1fe;
}
table.sp01_cont02_tbl td.td_label{
	text-align: left;
	background: #e9f1fe;
}

div#content div.sp01_cont02_box01{
	padding-right: 250px;
	background: url(img/00/sp01_cont02_box01_bg.jpg) right bottom no-repeat;
}
p.sp01_cont02_box02{
	font-size: 12px;
	background: #e9f1fe;
	border: 3px solid #92b8f9;
	padding: 10px;
	display: block;
}


/* --------------------------------------------------
 cont03
-------------------------------------------------- */

div.sp01_cont_left{
	width: 400px;
	float: left;
}
div.sp01_cont_right{
	width: 320px;
	float: right;
}


