@charset "UTF-8";

#wrapper{
	background:url(../images/wrapper-haikei.png) repeat-y;
	width:960px;
	height:900px;
}

#main .flow-right h3{
	color:#00561f;
	font-size:16px;
	font-weight:bold;
	background:url(../images/h3.png);
}
.flow{
	width:680px;
	height:auto;
	clear:both;
	margin-top:1em;
	padding-top:1em;
}

.flow-left{
	width:100px;
	height:100px;
	float:left;
	background-color:#00561f;
}

.flow-right{
	width:550px;
	height:100px;
	float:right;
	padding-left:30px;
	background-color:#ffffff;
}

.flow-right span{
	color:#f00;
}