<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 3コラム、左右メニュー */
/*基本色:#333333*/
/*基本文字色:#333333*/


/* 上部固定 */
.fixed{
  position : fixed;
  top : 0px;
  z-index : 99999;
}

#UpperWrap {
	z-index : 10;
}
</pre></body></html>