<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

 File name:      style-index.css
 Author:         masaki kiuchi
 Style Info:     /index.html用CSSファイル読み込み
----------------------------------------------------------- */


/*----------------------------------------------------
	デフォルトのスタイル設定
----------------------------------------------------*/
@import url("default.css");


/*----------------------------------------------------
	共用スタイル（基本リンクカラー設定、header、navi、footer）
----------------------------------------------------*/
@import url("shared.css");


/*----------------------------------------------------
	トップページ用スタイル
----------------------------------------------------*/
@import url("index.css");</pre></body></html>