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

BODY{

background-image: url("");
  /* 全体の背景画像 */
background-repeat: no-repeat;
  /* 背景を繰り返さない */
background-position: center top;
  /* 背景画像の位置は画面中央 */
background-attachment:fixed;
  /* 背景画像を固定する */

  font-size : 10pt;
  font-family : "MS UI Gothic","ＭＳ ゴシック";

scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#000000;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color:#ffffff;

  line-height : 2;
}


a:hover{
  text-decoration:line-through;
  color : #d43651;
}


A{
  text-decoration:none;
  color : #000000;
}


TEXTAREA{
  font-size : 10pt;
  font-family : "MS UI Gothic","ＭＳ ゴシック";
  text-align : left;
}


TABLE{
  font-size : 10pt;
  font-family : "MS UI Gothic","ＭＳ ゴシック";
  line-height : 2;
}
</pre></body></html>