<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 Document */

/*html { overflow-y: scroll; }*/

h1 a { text-decoration: none!important; }

strong{
/*	font-weight:normal;*/
}
h1,h2,h3,h4,p,ul,li,strong,div{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#RIGHTLINK {
	width:300px;
	height:1160px;
	border:none;
}
#BOTTOMLINK {
	width:255px;
	height:690px;
	border:none;
}

/* 追加下背景設定 */
#SF-outer-container {
  overflow: visible;
}
#ADDBGBOTTOM {
  bottom: 0;
  width: 100%;
  z-index: -10;
  height: 110px; /* フッターの高さを入れます */
  min-width:960px; /* ページの横幅を入れます */
  /*background-color: #D2D2D2;*/
  /* 背景画像が有る場合は下を設定します */
  background-image: url("../assets/footer.jpg");
  background-position: center top;
  background-repeat: repeat-x;
}
#SF-footer {
  position:relative;
  margin-bottom: -110px; /* TWで設定したフッターの高さ（ height + padding ）を入れます */
}</pre></body></html>