@charset "UTF-8";
h1{
	width: 973px;
	height: 190px;
	margin: 0 0 0 25px;
	padding: 30px 0 0 30px;
	background: url(img/flow_h1.jpg) no-repeat;
	font-family: hannari;
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	text-shadow: -1px -1px 6px #BD9D8C,
	1px -1px 6px #BD9D8C,
	1px 1px 6px #BD9D8C,
	-1px 1px 6px #BD9D8C;
}
h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 120px;
	color: #666;
}
section{
	width: 816px;
	text-align: center;
	margin: 0 auto;
}
.flow_tittle {
	text-align: left;
	width: 816px;
	height: 35px;
	font-size: 22px;
	background: url(img/flowtitlebg.png) no-repeat;
	line-height: 36px;
	padding: 0 0 0 26px;
}
.flow_tittle span {
	color: #FFF;
	font-size: 20px;
	margin: 0 0 0 32px ;
}
.flow_sub {
	color: #666;
	font-size: 16px;
	text-align: left;
	height: 83px;
	padding: 20px 0 0 140px;
	background: url(img/flowbg.png) no-repeat right center;
}
.nonflow{
	background: none;
}