
/* @group workflow */

div.system-work-flow dl {
	margin-top: 25px;
}

div.system-work-flow dl dt {
	padding-left: 220px;
	height: 64px;
	font-size: 75%;
	font-weight: bold;
	margin-top: -25px;
}

div.system-work-flow dl dt img {
	vertical-align: text-top;
	margin-right: 3px;
}

div.system-work-flow dl dd {
	position: relative;
	top: -45px;
	margin-left: 220px;
	font-size: 75%;
	height: 45px;
	background-image: url('../images/system_line_01.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

div.system-work-flow dl dt.workflow-image01 {
	background-image: url('../images/system_img_01.gif');
	background-repeat: no-repeat;
}

div.system-work-flow dl dt.workflow-image02 {
	background-image: url('../images/system_img_02.gif');
	background-repeat: no-repeat;
}

div.system-work-flow dl dt.workflow-image03 {
	background-image: url('../images/system_img_03.gif');
	background-repeat: no-repeat;
}

div.system-work-flow dl dt.workflow-image04 {
	background-image: url('../images/system_img_04.gif');
	background-repeat: no-repeat;
}

div.system-work-flow dl dt.workflow-image05 {
	background-image: url('../images/system_img_05.gif');
	background-repeat: no-repeat;
}

div.system-work-flow dl dt.workflow-image06 {
	background-image: url('../images/system_img_06.gif');
	background-repeat: no-repeat;
}


/* ie6huck */

*html div.system-work-flow dl dt {

}

*html div.system-work-flow dl dd {
	position: static;
	padding-top: 3px;
	height: 100px;
	margin-top: -50px;
	background-image: none;
}

/* @end */
