* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000;
}


/* layout */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}



p{
	font-size: 12px;
	line-height: 170%;
}

a,
a:link,
a:visited {
	color: #318B0D;
	text-decoration: none;
}
a:hover {
	color: #318B0D;
	text-decoration: underline;
}


.clear_both {
	clear: both;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 645px;
	overflow-y: auto;
	overflow-x: none;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}


#content {
}



img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .explain {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#content .flow {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	height: 115px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#content .flow img{
	float: left;
}
#content .flow .text {
	float: right;
	width: 445px;
	padding-top: 10px;
	padding-left: 10px;
}

.tx_green {
	color: #318B0D;
}

.tx_green_b {
	color: #318B0D;
	font-weight: bold;
}

.close {
	text-align: center;
	margin: 10px;
}

