@charset "utf-8";
/* CSS Document */

h1 {
	height: 55px;
	width: 500px;
}
#contents .block_flow {
	margin-top: 25px;
	text-align: left;
	background-image: url(../images/flow/bg_flow.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
}
.block_flow .flow_oneblock {
}
.flow_oneblock dd {
	font-size: 12px;
	padding-left: 130px;
	height: 60px;
	vertical-align: middle;
	padding-top: 5px;
	line-height: 1.4em;
	background-image: url(../images/flow/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 12px;
}
.flow_oneblock .dd_end {
	background-image: none;
}


.block_flow h3 {
	font-weight: bold;
	color: #006633;
	line-height: 2em;
}
.block_flow p {
	line-height: 1.5em;
	text-align: justify;
}
.flow_oneblock table {
	width: 318px;
	text-align: left;
	margin-top: 5px;
}
.flow_oneblock th {
	width: 75px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #CC3300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.flow_oneblock td {
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 1.1em;
}
.font_nrm {
	font-weight: normal;
	color: #333333;
}
.caution {
	margin-top: 5px;
}
