@charset "utf-8";
/* CSS Document */
#contents .ttl_flow {
	height: 60px;
	width: 550px;
	margin-bottom: 10px;
}
#contents .text_flow {
	width: 550px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.text_flow .flow_ttl {
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
	margin-right: 10px;
}
.text_flow p {
	margin-right: 20px;
	margin-left: 20px;
}
#contents .arrow {
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.text_flow #left {
	float: left;
	width: 300px;
}
.text_flow #right {
	float: right;
	margin-right: 10px;
}
.text_flow #yoshinhyou {
	text-align: center;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
