#flow1 {
	float: right;
	width: 690px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #300;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#question {
	float: right;
	width: 656px;
	padding-left: 34px;
	background-image: url(../img/faq/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-bottom: 6px;
	font-size: 1.13em;
	line-height: 1.5em;
	font-weight: bold;
}
#answer {
	float: right;
	width: 656px;
	padding-left: 34px;
	background-image: url(../img/faq/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.06em;
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;
}
#flow2 {
	float: right;
	width: 690px;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
