<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* テキスト */
.txtcenter {
	text-align: center;
	}

.txtleft {
	text-align: left;
	}

.txtright {
	text-align: right;
	}

/* 文字色 */
.red {
	color: #ff3300;
	}
</pre></body></html>