<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:"���C���I", Meiryo, "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}



/* �ǉ���w�i�ݒ� */
#ADDBGTOP {
  position: absolute;
  top: 0;
  z-index: -10;
  width: 100%;
}
#ADDCONTENTTOP {
  margin-left: auto;
  margin-right: auto;
  background-image: url("../assets/bg_img.png");/* �p�X���� */
  background-position: center top;
  background-repeat: no-repeat; /* �J��Ԃ��ꍇ�� repeat-x */
  height: 141px; /* �w�i�摜�̍��������܂� */
}



/* �ǉ����w�i�ݒ� */
#SF-outer-container {
  overflow: visible;
}
#ADDBGBOTTOM {
  bottom: 0;
  width: 100%;
  z-index: -10;
  position: relative;
  height: 140px; /* �t�b�^�[�̍��������܂� */
  min-width:1000px; /* �y�[�W�̉��������܂� */
  /* �w�i�F�E�摜�ݒ� */
  /*background-color: #D2D2D2;*/
  background-image: url("../assets/footer_bg.png");/* �p�X���� */
  background-position: center top;
  background-repeat: no-repeat;
}
#SF-footer {
  position:relative;
  margin-bottom: -140px; /* TW�Őݒ肵���t�b�^�[�̍����i height + padding �j�����܂� */
}

/* �t�b�^�[�����N�J���[�̐ݒ� */
#SF-footer a{
  color: #FFFFFF;
}



/* PAGE TOP�����N */
#back-top {
	position: fixed;
	bottom: 40px;
	margin-left: 932px;
}

#back-top a {
	width: 68px;/* �摜�̕� */
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

/* arrow icon (span tag) */
#back-top span {
	width: 68px;/* �摜�̕� */
	height: 94px;/* �摜�̍��� */
	display: block;
	margin-bottom: 7px;
	background:  url(../assets/pagetop.png) no-repeat center center;/* �摜 */


	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}</pre></body></html>