@charset "utf-8";

#bl_mat  {
  position: fixed;
  width:100%;
  height:100%;
  background: #000;
  z-index: 3000;
}

/*----------------------------------------------------
  #container
----------------------------------------------------*/
#container {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  min-height: 1030px;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  background-color: #000;
}

#to_base2 {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  min-height: 1030px;
  margin: 0;
  padding: 0;
  z-index: 2;
  overflow: hidden;
  background-image: url(../images/to_base2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}

#to_word {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  min-height: 1030px;
  margin: 0;
  padding: 0;
  z-index: 3;
  overflow: hidden;
  background-image: url(../images/to_word.png);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}

#to_word_over {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  min-height: 1030px;
  margin: 0;
  padding: 0;
  z-index: 3;
  overflow: hidden;
  background-image: url(../images/to_word.png);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}

#to_sammy {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2000;
}

#to_logo {
	position: absolute;
	bottom: 460px;
	z-index: 2000;
	padding-left: 50%;
	left: 250px;
}

#to_2017 {
	position: absolute;
	bottom: 45px;
	z-index: 2000;
	padding-left: 50%;
	left: -200px;
}

#top_bn01 {
  position: absolute;
  left: -490px;
  padding-left: 50%;
  bottom: 465px;
  z-index: 3000;
}

#top_bn02 {
  position: absolute;
  left: -490px;
  padding-left: 50%;
  bottom: 630px;
  z-index: 3000;
}

#top_bn03 {
  position: absolute;
  left: -490px;
  padding-left: 50%;
  bottom: 795px;
  z-index: 3000;
}

#to_pv {
  position: absolute;
  left: 330px;
  padding-left: 50%;
  bottom: 450px;
  z-index: 3000;
}

#to_pv2 {
  position: absolute;
  left: 90px;
  padding-left: 50%;
  bottom: 455px;
  z-index: 3000;
}

#menu {
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: 340px;
  margin: 0;
  padding: 0;
  background: url(../images/menu_base.png) scroll no-repeat 50% 0%;
  z-index: 1000;
  /*overflow: hidden;*/
}

#menu_box  {
  position: relative;
  width: 1024px;
  height: 39px;
  top: 50px;
  margin: 0 auto;
  z-index: 3000;
}

#menu_box ul {
  list-style: none outside none;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  top: 28px;
  left: 50%;
}

#menu_box ul li {
  float: left;
  position: relative;
  left: -50%;
}


/*----------------------------------------------------
footer
----------------------------------------------------*/
#sub_footer {
  position: absolute;
  width: 100%;
  height: 320px;
  bottom: 0px;
  margin: 0;
  padding: 0;
  background: #000;
  z-index: 1000;
}

#sub_footer_line {
  position: absolute;
  width: 100%;
  height: 320px;
  top: -22px;
  margin: 0;
  padding: 0;
  background: url(../images/sub_footer_line.png) scroll repeat 50% 0%;
  z-index: 10;
  overflow: hidden;
}

#sub_footer_box  {
  position: relative;
  width: 1024px;
  height: 120px;
  margin: 0 auto;
  z-index: 20;
}

#to_copyright {
  position: absolute;
  right: 23px;
  top: 60px;
  z-index: 100;
}

#ikebukuro {
  position: absolute;
  left: 680px;
  top: 5px;
  z-index: 2000;
}

#p_gabu {
  position: absolute;
  left: 350px;
  top: 5px;
  z-index: 2000;
}

#town_pc {
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 2000;
}

#gabu_pc {
  position: absolute;
  left: 20px;
  top: 65px;
  z-index: 2000;
}


.socialArea  {
  position:absolute;
  right: -20px;
  top: 80px;
  z-index: 2000;
 }

.socialArea ul {
  list-style: none outside none;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}

 .socialArea li  {
  float: left;
  margin-right: 10px;
}
