@charset "UTF-8";

/* ========================================
	common
======================================== */
.inner {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.disnon {
	display: none;
}

.disblock {
	display: block;
}

/*html, body {
  height: 100%;
}*/
.shine-title-effect {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.img-fadehover {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

/* ========================================
	#header-logo
======================================== */
#header-logo {
	position: relative;
	margin: 0 auto;
	min-width: 960px;
	width: 100%;
	top: 0;
	z-index: 20;
}


#header-logo .hard {
	position: absolute;
	top: 18px;
	right: 110px;
}

#header-logo #bgm {
	position: absolute;
	top: 11px;
	right: 216px;
}


/* ========================================
	#contents
======================================== */
#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	top:0;
	z-index: 10;
	overflow: hidden;
}

/* ========================================
	#footer
======================================== */
#footer {
	clear: both;
	width: 100%;
  height: 267px;
  background-image: url(../common/footer_bg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}

.pagetop {
  position: absolute;
  top: -43px;
  right: -5px;
}

.foot_rail {
  width: 100%;
  height: 10px;
  background-image: url(../common/foot_rail.png);
  background-position: center top;
  background-repeat: repeat-x;
}

.foot_top {
  height: 158px;
  background-image: url(../common/foot_tree.png);
  background-position: center top;
  background-repeat: no-repeat;
    position: relative;
}

.foot_bottom {
  height: 100px;
  position: relative;
}

.foot_navi {
  position: absolute;
  top: 18px;
  right: 35px;
}

.foot_navi > li {
  float: left;
}

.foot_navi > li:first-child:after {
  color: #FFF;
  content: "｜";
}

.foot-copyright {
  position: absolute;
  top: 51px;
  right: 35px;
}

/* ========================================
	#popup
======================================== */
#coverLayer {
	display: none;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 10200;
	height: auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	cursor: pointer;
}
#modal {
  display: none;
  position: absolute;
    z-index: 10200;
  left: 50%;
  width: 960px;
  margin-left: -480px;
}
