
#main {
	position: relative;
}

div.gomumaru {
	position: absolute;
	right: 80px;
	top: 250px;
}

div.flow {
	border: 10px solid #ebd400;
	padding: 10px;
}

div.main-c h2 {
	background: url(images/flowtitle_bg.gif) repeat-x left top;
	padding: 0px 110px;
}

div.flow div.detail {
	background-color: white;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	width: 590px;
}

div.flow div.detail p span.tel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	margin-left: 10px;
}

div.arrow {
	background: url(images/arrow.gif) no-repeat center 10px;
	height: 50px;
}

