@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;
}

/* alpha
-----------------------------------*/
a:link .alpha,
a:visited .alpha {
	opacity: 1;
	-moz-opacity: 1; /* Firefox */
	filter: alpha(opacity=100); /* IE6/7 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}
a:hover .alpha,
a:active .alpha {
	opacity: 0.5;
	-moz-opacity: 0.5; /* Firefox */
	filter: alpha(opacity=50); /* IE6/7 */
	-ms-filter: "alpha(opacity=50)"; /* IE8 */
}

/* ========================================
	#header-logo
======================================== */
#header-logo {
	position: relative;
	margin: 0 auto;
	min-width: 960px;
	width: 100%;
	top: 0;
	z-index: 20;
	height: 34px;
}


#header-logo .hard {
	position: absolute;
	top: 13px;
	right: 16px;
}

#header-logo #bgm {
	position: absolute;
	top: 11px;
  right: 216px;
}


/* ========================================
	#contents
======================================== */
#wrapper {
	margin: 0 auto;
	padding-top: 46px;
	width: 100%;
	min-width: 960px;
	min-height: 100%;
	position: absolute;
	top:0;
	z-index: 10;
	overflow: hidden;
}

#container {
	/*padding-bottom: 250px;*/
	padding-bottom: 155px;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 10;
}

#bg,
#bg .bg1,
#bg .bg2,
#bg .bg-dot,
#bg .bg-circle,
#bg .bg-line {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#bg {
	z-index: 0;
	background-color: #8db1e3;
}
#bg .bg1 {
	background: url(../common/bg1.jpg) center top repeat-y;
}
#bg .bg2 {
	background: url(../common/bg2.png) center 41px repeat;
}
#bg .bg-dot {
	background: url(../common/bg_dot.png) center 41px repeat;
}

#bg .bg-circle {
	background: url(../common/bg_circle.png) center top no-repeat;
}
#bg .bg-line {
}

.bg-line-inner {
	margin: 0 34px;
}
.bg-line-inner2 {
	width: 100%;
	height: 250px;
	background: url(../common/bg_line.png) center 216px repeat-x;
}

#container .pagetop {
	position: relative;
	z-index: 7000;
	height: 96px;
}

#container .pagetop .pagetop-wrap a {
	display: block;
	width: 103px;
	height: 81px;
	background-image: url(../common/pagetop.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#container .pagetop .pagetop-wrap a:hover {
	background-position: 0 -81px;
}

#container .pagetop-wrap {
	width: 103px;
	height: 81px;
	position: absolute;
	right: -2px;

}

#container .pagetop-chara {
	position: absolute;
	top: 0;
	left: 0;
}
#container .pagetop-arw {
	position: absolute;
	top: 19px;
	right: 0;
}

/* ========================================
	#footer
======================================== */
#footer {
	clear: both;
	/*margin-top: 91px;*/
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 20;
}

#footer .foot-top {
	height: 109px;
	background: url(../common/foot_bg1.png)  center top repeat-x;
	position: relative;
}

#footer .nav_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#gnav {
	position: absolute;
	top: 1px;
	right: -2px;
	z-index: 10;
}

#gnav li {
	float: left;
	margin-left: 5px;
	width: 153px;
	position: relative;
}
#gnav li:first-child {
	padding-left: 0;
}
#gnav .current {
	display: block;
	margin-top: -10px;
}
#gnav li .gnav-star {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#gnav li .gnav-star div {
	position: absolute;
	top: 40px;
	left: 0;
}
#gnav li .gnav-star img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}
#gnav li .gnav-img {
	position: relative;
	z-index: 2;
}
#gnav li .gnav-img-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

#footer .foot-btm {
	height: 46px;
	background: url(../common/foot_btm_bg1.png)  center top repeat-x;
}

#footer .topicpath {
	padding-top: 19px;
	/*float: left;*/
	margin: 0 auto;
	width: 308px;
}

#footer .topicpath li {
	float: left;
}

#footer .foot-copyright {
	padding-top: 19px;
	float: right;
}

#footer .foot-decorate li {
	position: absolute;
	width: 35px;
	height: 33px;
}

#footer .foot-decorate li {
	position: absolute;
	top: 61px;
	width: 35px;
	height: 33px;
}

#footer .foot-decorate1 {
	left: 0;
	background: url(../common/foot_decorate1.png) 0 0 no-repeat;
}

#footer .foot-decorate2 {
	right: 0;
	background: url(../common/foot_decorate2.png) right 0 no-repeat;
}

.footer-fix #footer {
	position: fixed !important;
	position: absolute;
}

/* ========================================
	#popup
======================================== */
#coverLayer {
	display: none;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 9000;
	height: auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	cursor: pointer;
}
