@charset "utf-8";
/*------------------------------------
 
CSS Information
 
  Site URL: common/css/link.css
  File name: link.css
  Summary: リンク集のCSS
  Created: 091210
  Last update: 091021
  Author: Arai
 
  Order of description
 
 
------------------------------------*/




div#flow{
	width: 800px;
	text-align:left;
	margin: 20px auto 30px;
	padding: 15px;
	border: 1px solid #000000;
	background: #FFFFFF;
}
div#flow h3{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #6F4324;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #6F4324;
	color: #6F4324;
	padding-left: 10px;
}
div#flow div.fbox{
	padding-left: 110px;
	padding-bottom: 35px;
	margin-bottom: 8px;
}
div#flow div.fbox p{
	line-height: 2.2;
	padding-left: 25px;
}
div#flow div.f03 p{ margin-bottom:10px; line-height: 1.8;}


div#flow div.f01{	background: url(../../flow/images/01.png) no-repeat left top;}
div#flow div.f02{	background: url(../../flow/images/02.png) no-repeat left top;}
div#flow div.f03{	background: url(../../flow/images/03.png) no-repeat left top;}
div#flow div.f04{	background: url(../../flow/images/04.png) no-repeat left top;}
div#flow div.f05{	background: url(../../flow/images/05.png) no-repeat left top;}
div#flow div.f06{	background: url(../../flow/images/06.png) no-repeat left top;}
div#flow div.f07{	background: url(../../flow/images/07.png) no-repeat left top;}
