@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	font-size: 10px;
	font-family: '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
	background: #000;
	overflow: hidden;
}
h1,h2 {
	position: absolute;
	top: -9999px;
}
img {
	border: none;
}
a:link { text-decoration:underline; color: #000;}
a:visited { text-decoration:underline; color: #000;}
a:active { text-decoration:underline; color: #000;}
a:hover { text-decoration:none; color: #000;}
#container {
	width: 100%;
}
#fullbg_stretch  img {
	visibility: hidden;
}
#loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #252525 url(./images/loader.gif) no-repeat center center;
	z-index: 250;
}
#main {
	display: none;
}
#contents {
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 100;
}
#contents #overlaybg {
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	position: absolute;
}
#contents #wrapper {
	width: 100%;
	text-align: left;
	position: relative;
}
#dotted {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(./images/dotted.png);
	z-index: 150;
}
#banner {
	position: relative;
	top: 0px;
	left: 30px;
	z-index: 200;
}
#banner a {
	display: block;
	width: 175px;
	height: 90px;
	text-indent: -9999px;
	overflow: hidden;
}
#banner a:link,
#banner a:visited {
	background: url(./images/title.png) no-repeat 0px 0px;
}
#banner a:hover,
#banner a:active {
	background: url(./images/title.png) no-repeat 0px -90px;
}
#footer {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 175px;
	height: 11px;
	text-indent: -9999px;
	background: url(./images/copyright.gif) no-repeat right;
	overflow: hidden;
	z-index: 300;
}
#footer a {
	display: block;
	width: 14px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
}
#footer a:link,
#footer a:visited {
	background: url(./images/gmail.gif) no-repeat 0px 0px;
}
#footer a:hover,
#footer a:active {
	background: url(./images/gmail.gif) no-repeat 0px -11px;
}
.fclear {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
}




