@charset "UTF-8";

/*
--------------------------------------------------
Flow Style

--------------------------------------------------
	1.H3
	2.Ul
	3.Dl
--------------------------------------------------*/



/* 1.H3
--------------------------------------------------*/
#body h3 {
	background: url(../images/flow_title.gif) 0 0 no-repeat;
	width: 980px;
	height: 50px;
	margin-bottom: 20px;
}
#body h3 strong {
	display: none;
}


/* 1.Ul
--------------------------------------------------*/
#body ul {
	margin-bottom: 20px;
	padding-left: 30px;
}
#body ul li {
	clear: both;
	font-size: 1.5em;
	color: #0066cc;
	padding-left: 0;
}


/* 2.Dl
--------------------------------------------------*/
#body ul li dl {
	height: 100px;
	margin-bottom: 20px;
	padding-left: 100px;
}
/* simage01 */
#body ul li .simage01 {
	background: url(../images/flow_image01.gif) 0 0 no-repeat;
}
/* simage02 */
#body ul li .simage02 {
	background: url(../images/flow_image02.gif) 0 0 no-repeat;
}
/* simage03 */
#body ul li .simage03 {
	background: url(../images/flow_image03.gif) 0 0 no-repeat;
}
/* simage04 */
#body ul li .simage04 {
	background: url(../images/flow_image04.gif) 0 0 no-repeat;
}
/* simage05 */
#body ul li .simage05 {
	background: url(../images/flow_image05.gif) 0 0 no-repeat;
}
#body ul li dl dt {
	margin-bottom: 10px;
}
#body ul li dl dd {
	width: 830px;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5;
	margin-bottom: 10px;
}
#body ul li dl dd ul {
	float: right;
	width: 750px;
}
#body ul li dl dd ul li {
	list-style-type: disc;
	font-size: 0.8em;
	color: #666666;
}


