@charset "utf-8";
/* CSS Document */
.gray_line{
	color:#333333;
	margin: 0.5em 0.8em ;
	padding: 0.3em 1em ;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
.main_txt_sapo{
	font-size:1em;
	line-height:1.8em;
	margin: 10px 20px ;
}
.haba {
	margin: 0.5em 0.8em 1.5em 0.8em;
}

.members_img {
	vertical-align:middle;
	margin-right:10px;
	margin-left:20px
}
#todasuppo_txt {
	width:100%;
	margin: 0.5em 0em 1.5em 0em;
	padding: 0px 0px 5px 0px;
	text-align:left;
	background-color:#FFFFFF;
}
#todasuppo_txt ul {
	margin: 0px;
	padding: 10px 10px 0px 10px;
}
#todasuppo_txt ul li {
	list-style-type:none;
	font-size:1em;
	margin: 1px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	background-position:left top;
	border-bottom: dotted #999 2px;
}

#todasuppo_txt a:link {
	text-decoration: none;
	color:#000000;
}
#todasuppo_txt a:visited {
	text-decoration:underline;
	color:#666666;
}
#todasuppo_txt a:hover{
	position: relative; top: 1px; left: 1px;
	text-decoration: none;
	color:#99CC66;
}


