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

#mainContents p {
	font-size: small;
	line-height: 1.6em;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}
#mainContents p a {
	color: #F60;
	text-decoration: underline;
}
#mainContents p a:hover {
	color: #F60;
	text-decoration: underline;
}
.tb {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	font-size: small;
	color: #333;
	line-height: 1.6em;
	width: 660px;
	margin-left: 30px;
}
.tb tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tb tr .text {
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.tb tr .ttl {
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-left: 10px;
	padding-right: 10px;
	width: 150px;
}
.red {
	font-size: 10px;
	color: #F00;
	padding-left: 5px;
}
.tb tr .aa .orang {
	color: #F60;
}
#btn {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#flow ol li{
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #65360A;
	margin-top: 15px;
	margin-bottom: 15px;
}
#flow ol{
	margin-left: 50px;
	margin-right: 20px;
}
#merit ul{
	margin-left: 40px;
}
#merit ul li{
	font-size: 12px;
	line-height: 1.5em;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
}
#flow ol li span{
	color: #333;
	font-weight: normal;
}
#merit {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 20px;
}
#flow {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 20px;
}
