@charset "UTF-8";

#first-container {
	background-image: url(../images/entry_img/entry_kiyaku-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
	position: relative;
}
#first-container .first-title {
	background-image: url(../images/first_img/first_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 510px;
	text-indent: -9999px;
	overflow: hidden;
}
#first-container h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 24px;
	line-height: 1.3em;
	border-left-width: 1.3em;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 4px;
	clear: both;
}
#first-container p {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
}
#first-container ol {
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 48px;
	color: #333333;
}
#first-container li {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#flow-chart {
	margin-right: 24px;
	margin-left: 24px;
	border: 1px solid #CCCCCC;
	background-color: #f0f0f0;
}
#flow-chart dl {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 24px;
}
#flow-chart dt {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	color: #FFFF00;
	background-color: #0C6E16;
	letter-spacing: 0.2em;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 6px;
	margin-right: 155px;
	margin-left: 155px;
	background-image: url(../images/first_img/first_step-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 126px;
}
#flow-chart dd {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 35px;
	color: #333333;
	background-image: url(../images/first_img/first_step-arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	margin-bottom: 10px;
}
