@charset "UTF-8";
/* CSS Document */
body {
	margin              : 0;
	padding             : 0;
 background-color:#22201b;
 line-height: 1;
	width: 100%;
	height: 100%;
	font-family: Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	z-index: 9;
}


  
  div.Content {
	  position:absolute;
	width               : 100%;
	height				:100%;

	z-index				: 9;
	 background-color:#22201b;   /*
      ここでheightとwidthを指定しないと、Safariで写真フレーム
      の位置がずれてしまうことに注意
    */
  }
  a.keywords {
	  position:absolute;
	  color:#22201b;
  }

  
  /* --------------------------------------------------------------------------
	button要素にボーダーを付けない基本設定
   -------------------------------------------------------------------------- */
  img {
    border              : none;
  }


/* --------------------------------------------------------------------------
	ヘッダー
   -------------------------------------------------------------------------- */
a:focus{
outline:none;
} 
 

div.header2 {
	 position: relative;
	  top:50%;
	  left:50%;
	  width:757px;
	  height:575px;
	  margin-left:-379px;
	  margin-top:-825px;
	   z-index:62;
  }
  div.header {
	 position: fixed;
  top:50%;
	  left:50%;
	  width:757px;
	  height:575px;
	  margin-left:-379px;
	  margin-top:-825px;
	   z-index:62;
	
  }
  
/* --------------------------------------------------------------------------
	スライド
   -------------------------------------------------------------------------- */




div.slide{
	position:relative;
	top:50%;
	left:50%;
	margin-bottom:23px;
	margin-left:-377px;
	margin-top:-0;
	width:754px;
	height:400px;
	border:none;
	z-index: 51;

}

div.slide_t{
	position: relative;
	top:50%;
	left:50%;
	width:754px;
	height:400px;
	margin-left:-377px;
	margin-top:-0px;
		margin-bottom:23px;
	border:none;
	z-index: 51;

}
div.slide_b{
	position:relative;
	top:50%;
	left:50%;

	margin-left:-377px;
	margin-top:-0;
	width:754px;
	height:400px;
	border:none;
	z-index: 51;

}
div.footer_s{
	position:relative;
	top:50%;
	left:50%;

	margin-left:320px;
	margin-top:4px;
	width:60px;
	height:18px;
	border:none;
	z-index: 51;
	}
div.y{
	position:relative;
	top:50%;
	left:50%;

	margin-left:-354px;
	margin-top:-0;
	width:707px;
	height:330px;
	border:none;
	z-index: 51;

}
/* --------------------------------------------------------------------------
	フッター
   -------------------------------------------------------------------------- */
 
       div.footer{
	 position: fixed;
	  top:50%;
	  left:50%;
	  width:757px;
	height:575px;
	  margin-left:-376px;
	  margin-top:286px;
	  background-color:#22201b;
	z-index:51;
    }
 
  
  }

