.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.text-red {
	color: #FF0000;
}
.underline-red {
	padding-bottom: 1px;
	border-bottom: 1px solid #FF0000;
}

.text-black {
	color: #000000;
}
.clear-both {
	clear: both;
}
.clear-both-margin-bottom5 {
	clear: both;
	margin-bottom: 5px;
	}
.padding-bottom5 {
	margin-bottom: 5px;

}
.green-seibun {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #669933;
}
.top-bunsho1 {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	color: #006699;
	margin: 0px;
	padding: 0px;

}
.font08 {
	font-size: 0.8em;
	line-height: 1.5em;
}
.margin0padding0 {
	margin: 0px;
	padding: 0px;
}
.text-blue {
	color: #000099;
}
.moji-tumeru {
	letter-spacing: -0.1em;
}
.yellow-box {
	background-color: #F2EF86;
	padding: 1px;
}
