@charset "Shift_JIS";


#content h3 {
	margin: 0;
	padding: 0;
	background: none;
}


/* IPMについて */

#content table {
	width: 540px;
	margin-bottom: 25px;
}

#content table tr {
	height: 80px;
}
#content table tr#ipm1 {
	background: #F4F2E6;
}
#content table tr#ipm2 {
	background: #FBFBF9;
}
#content table tr#ipm3 {
	padding-bottom: 3px;
	background: #FDF8EF url(images/ipm_footer.gif) no-repeat bottom;
}

#content table th,
#content table td {
	padding: 10px;
	border-bottom: solid 1px #d6d6d6;
	vertical-align: middle;
}


/* フロー */

#content-inner ol {
	margin-bottom: 20px;
	padding: 15px 15px 25px 0;
	border: solid 1px #d6d6d6;
	background: #FFFFF6;
}

#content-inner ol li {
	background: url(images/flow_bg.gif) repeat-y -2px 0;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
#content-inner ol li.end {
	background: none;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

#content ol p {
	margin: 0 0 0 65px;
	font-size: 90%;
}