/*	HTML5対応のため、ページに埋め込まれた非対応のタグを摘出しCSS化		*/
.toRight {text-align: right; }

.toLeft {text-align: left; }

table.bangoBorder {
	border: 2px solid #c0c0c0;
	padding: 1em;
}

table.noCell{
	border-collapse: collapse;
	border: none;
}

iframe.noBorder {
	border: 0px;
	width: 100%;
	height: 100%;
}

.bgBlue{
	 background-color: #0000cc;
}

.textWhite{
	color: #ffffff;
}

.textRed{
	color: red;
}

.textLarge{
	font-size: x-large;
}

.textVertical{
	vertical-align: top;
}

.textReadme{
	color: #ff0000;
	font-size: large;
	FONT-WEIGHT: bold;
}
