/*■□■□■□共通ＣＳＳの読み込み□■□■□■*/
@import url("/pc/css/common.css");

#banner {
	background-image: url(/pc/free/image/flow/banner.jpg);
	height: 126px;
	width: 540px;
	margin-bottom: 5px;
	position:relative;
}

#bannner_btn{
	position:absolute;
	left:385px;
	top:95px;
}

#bannner_btn h:over{
	position:absolute;
	left:385px;
	top:95px;
	background:url(/pc/free/image/flow/buttom_on.jpg)
}

#process01 {
	background-image: url(/pc/free/image/flow/content01.jpg);
	background-position: bottom;
	height: 215px;
	width: 540px;
	margin-bottom: 10px;
}

#process01 p {
	margin-top: 10px;
	margin-left: 15px;
	color: #333333;
	line-height: 1.7em;
	margin-right: 255px;
	margin-bottom: 6px;
}

#process02 {
	background-image: url(/pc/free/image/flow/content02.jpg);
	background-position: bottom;
	height: 212px;
	width: 540px;
	margin-bottom: 10px;
}

#process02 p {
	margin-top: 10px;
	margin-left: 15px;
	color: #333333;
	line-height: 1.7em;
	margin-right: 255px;
	margin-bottom: 6px;
}
#process03 {
	background-image: url(/pc/free/image/flow/content03.jpg);
	background-position: bottom;
	height: 212px;
	width: 540px;
	margin-bottom: 10px;
}

#top_link {
	font-size: 10px;
	float: right;
	margin-bottom: 5px;
	background-image: url(../../free/image/flow/top_mark.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}

#process03 p {
	margin-top: 10px;
	margin-left: 15px;
	color: #333333;
	line-height: 1.7em;
	margin-right: 255px;
	margin-bottom: 6px;
}

#foot_banner {
	clear: both;
}

