<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
CSS information
 style info :サイト全共通設定 (このCSSは通常変更しない)
=================================================================== */
body {
	background: #ede2d0;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	color: #000;
	font-size: 13px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.4;
}
/* IE6 base font */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
</pre></body></html>