@charset "utf-8";
/* CSS Document */

/* ページにスクロールバーを常に表示させる場合 */
/*html { overflow-y: scroll; }*/

/* フッターのリンク文字が見えにくい場合 */
/*#SF-footer a{ color:#FFFFFF; }*/

a:focus {
    outline:none;
}

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

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

.clear { clear:both; }


/* 各ページ共通コンテンツ設定 */
#LEFTLINK {
	width:280px;
	height:700px;
	border:none;
}
#RIGHTLINK {
	width:280px;
	height:700px;
	border:none;
}
#BOTTOMLINK {
	width:960px;
	height:200px;
	border:none;
}



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


#backtopbox {
	width:100%;
	text-align:left;
}

#back-top {
	width: 108px;  /* 画像の横幅 */
	height: 68px;  /* 画像の縦幅 */
	position: fixed;
	bottom: 30px; /* ページ下端からの距離 */
	margin-left: 1000px; /* ページ左端からの距離 */
}

#back-top a {
	width: 108px;  /* 画像の横幅 */
	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;
}
#back-top a:focus {
    outline:none;
}

/* arrow icon (span tag) */
#back-top span {
	width: 108px;  /* 画像の横幅 */
	height: 68px;  /* 画像の縦幅 */
	display: block;
	margin-bottom: 7px;
	background:  url(../assets/pagetoplink.png) no-repeat center center;


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