@charset "utf-8";
/* CSS Document */

#flow_nemu {
	line-height: 2em;
	text-align: center;
	margin: 10px;
	border: 5px double #999999;
	font-size: smaller;
}
.flow p {
	line-height: 150%;
	width: 400px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.flow h3 {
	font-size: smaller;
	line-height: 100%;
	color: #330000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
}
.flow {
	padding: 10px;
}
.flow strong {
	color: #CC0000;
}
.flow img {
	padding: 0px;
	float: right;
	margin: 0px;
}
