@charset "utf-8";
/* CSS Document */

div.flow {
	width: 650px;
	margin:0 auto;
}

div.flow p {
	width: 550px;
	margin:0 auto;
	line-height: 25px;
}
div.flow p.flow_title {
	width: 600px;
	margin:0 auto;
	line-height: 25px;
	font-size:150%;
	font-weight:bold;
	padding:10px 0px 5px 0px;
	text-align:left;
	color:#069;
}

div.flow01, .flow02, .flow03, .flow04, .flow05, .flow06 {
	width: 620px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
div.flow01 img {
	margin-right:20px;
}

div.faq table {
	border-collapse: inherit;
	width:650px;
	margin:0 auto;
	border:dotted #666 3px;
	margin-bottom:20px;
	border-radius: 10px;        /* CSS3草案 */  
 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 10px;   /* Firefox用 */  
}

div.faq table td {
	line-height:25px;
	color: #333;
	padding:5px;
}

div.faq table th {
	text-align:left;
	padding:10px 10px 5px 10px;
}
div.faq table th h2 {
	padding:0;
	margin:0;
	padding-left:40px;
}

div.faq table td.img {
	padding:10px;
}