<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ページ背景色 */
body { background-color: #003333 }

/* ページ背景画像 */
body {
  background-image: url(../abstract3-green-003333.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
</pre></body></html>