@charset "utf-8";


html,body {
	margin:0;
	padding:0;
	}

body{
	background: #000000;
	color: #2c2f2f;
}



img {
	line-height: 0;
}


/*--------------------------------------
  STRUCTURE
---------------------------------------*/

div#all-ghost {
	width: 100%;
	min-width: 1000px;
	background: url(../img/in/ghost/bg.png) top center no-repeat #ffffff;
	overflow: hidden;
}
div#all-zyuoh {
	width: 100%;
	min-width: 1000px;
	background: url(../img/in/zyuoh/bg.png) top center no-repeat #ffffff;
	overflow: hidden;
}

div#wrapper-ghost {
	position: relative;
	width: 1000px;
	overflow: hidden;
	background: url(../img/in/ghost/wrapper.png) no-repeat 0px 0px ;
	margin: 0 auto;
}

div#wrapper-zyuoh {
	position: relative;
	width: 1000px;
	overflow: hidden;
	background: url(../img/in/zyuoh/wrapper.png) no-repeat 0px 0px ;
	margin: 0 auto;
}



	/* header
	##################################### */

	div#header {
		position: relative;
		width: 1000px;
		height: 213px;
		overflow: hidden;
	}

	div#header a {
	}

	#header .site-ttl-ghost a {
		position: absolute;
		display: block;
		top: 15px;
		left: 354px;
		width: 273px;
		height: 182px;
		overflow: hidden;
		 text-indent: 100%;
		 white-space: nowrap;
		/*z-index: 100;*/
}
#header .site-ttl-zyuoh a {
	position: absolute;
	display: block;
	top: 6px;
	left: 0px;
	width: 275px;
	height: 206px;
	overflow: hidden;
	 text-indent: 100%;
	 white-space: nowrap;
	/*z-index: 100;*/
}




	/* gnav
	##################################### */

	div#gnavbox {
		position: relative;
		width: 532px;
		height: 53px;
		top: 10px;
		margin: 0 auto;
		padding: 0 0 0 0px;
	}

	/* contents
	##################################### */

	div#contents {
		width: 1000px;
		margin: 80px auto 0;
	}

	div#contents-inr {
		position: relative;
		width: 1000px;
		/*height: 1206px;*/
		overflow: hidden;
		/*margin: 0 0 110px 0;*/
	}


	/* RIGHT
	##################################### */
#menu-wrapper {
}

	#menu {
		position: absolute;
		/*top: 96px;*/
		left: 799px;
		width:170px;
		height: 567px;
		/*overflow: hidden;*/

	}

		#col-right-inner {
			position: absolute;
			float: left;
			width: 170px;
			height: 567px;
			overflow: hidden;
			margin-left: 0px;
			margin-bottom: 10px;
			/*margin-top: 39px;*/
		}


	/* col-emp





/* footer
##################################### */

div#footer-area {
	text-align: center;
	width: 100%;
	background-color: #000000;

}

div#footer-area .copyright {
	min-width: 1000px;
	color: #C2C2C2;
	font-size: 7px;
	line-height: 1.1em;
	padding: 36px 0 12px 0;
}


div#footer-area .copyright::after {
	position: relative;
	top: -1px; left: 8px;
	content:" ";
	display:inline-block;
	width:23px;
	height:20px;
	background:url(../img/toeilogo.png);
	background-size: contain;
	vertical-align:middle;
}


/* topbtn */
.scroll2top { display: table-cell; width: 50px; height: 85px; z-index: 10; color: #fff; background-color: #dfe1e1; background:url(../img/btn_pagetop.png) center top no-repeat;}
