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

@import "default.css";

/* ===================================================================
format
=================================================================== */

/*	body
----------------------------------------------------*/
body {font-family: 游ゴシック体, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif , "FontAwesome"; font-size: 14px;}

/*	a:link,a:visited,a:hover,a:active
----------------------------------------------------*/
a			{color:#0068b7;text-decoration:none;}
a:link		{color:#0068b7;text-decoration:none;}
a:visited	{color:#0068b7;}
a:hover		{text-decoration:underline;}
a:active	{color:#0068b7;}

/* ===================================================================
Layout
=================================================================== */
#h_wrap			{}
#headerq		{}
#gn				{}
#container		{}
#maincolumn		{}
#sidebar		{}
#f_wrap			{}
#footer			{}

/* ===================================================================
Layout-contents
=================================================================== */

/*	header
----------------------------------------------------*/
#header {
}

/*	gn
----------------------------------------------------*/
#gn {
}

/*	maincolumn
----------------------------------------------------*/
#maincolumn {
}

/*	sidebar
----------------------------------------------------*/
#sidebar {
}

/*	footer
----------------------------------------------------*/
#footer {
}</pre></body></html>