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

div#main h3, div#main p {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
ol#step {
	width:820px;
	margin:7px 0 7px 32px;
	padding:0;
	list-style-position:inside;
	background-image:url(../bin/flow/ope01.jpg);
	background-repeat:no-repeat;
	background-position:630px -20px;
}
ol#step li {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding:8px 0 24px 0;
	text-indent:12px;
	background-image:url(../bin/flow/list1.png);
	background-repeat:no-repeat;
	color:rgb(0,102,0);
}
ol#step li.type2 {
	background-image:url(../bin/flow/list2.png);
}

div#ex {
	width:800px;
	margin:0 auto 3em;
}
div#ex p {
	width:720px;
	margin:0 auto 1em;
}

div#ex h4 {
	margin:0 0 0.5em;
	padding:0;
	border-bottom:1px dotted rgb(237,237,237);
	color:rgb(51,102,51);
}


