@charset "utf-8";

html {
	overflow: hidden;
}

body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background: #111;
	width: 100%;
	height: 100%;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif, Verdana, Arial;
}

#screen {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background: #000;
	background-image: url("../images/bg.jpg");
	overflow:hidden;
}

#screen .gridSpan {
	position: absolute;
	overflow: hidden;
	background: #000;
	padding: 0px;
	margin: 0px;
}

#screen .pageHTML {
	position: absolute;
	color: #eee;
	font-family: verdana;
	font-size: 1.1em;
	width: 500px;
	height: 333px;
	background-image: url("../images/stripe5.png");
	filter: alpha(opacity=100);
}

#screen .pageHTML_company {
	position: absolute;
	color: #eee;
	font-family: verdana;
	font-size: 1.1em;
	width: 530px;
	height: 530px;
	background-image: url("../images/stripe5.png");
	filter: alpha(opacity=100);
}

#screen .pageHTML_web {
	position: absolute;
	color: #eee;
	font-family: verdana;
	font-size: 1.1em;
	width: 500px;
	height: 400px;
	background-image: url("../images/stripe5.png");
	filter: alpha(opacity=100);
}

.abs {
	position: absolute;
}

#screen .pageHTML H2,.pageHTML_company H2,.pageHTML_web H2 {
	position: relative;
	margin: 8px;
	cursor: pointer;
}

.sourceHTML {
	visibility: hidden;
}

#screen .text {
	margin: 30px;
	padding: 30px;
	text-align: justify;
	font-size: 12px;
}

#screen a {
	color: #8B221A;
	position: relative;
	border: none;
	text-decoration: none;
}

#screen a:hover {
	color: #551A8B;
	left:1px;
	top:1px;
}

#screen img {
	border: none;
	cursor: pointer;
}

h2{
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif, Verdana, Arial;
	font-size: 10px;
}

h2 span{
	font-size: 12px;
}


#footer{
	background-color:#100000;
	width:100%;
	height:55px;
}

* html #footer{
	position:absolute;
	left: expression( ( 0 - footer.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - footer.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );

}

body > #footer{
	position:fixed;
	bottom:0;
	left:0;
}

#footer .copy{
	position:absolute;
	right:10px;
	bottom:5px;
	font-size:8pt;
	color:#FFF;
}

#footer .logo{
	position:absolute;
	left:10px;
	margin-top:10px;
}

ul.footermenu {
	position:relative;
	list-style: none;
	margin-top:10px;
	left:100px;
}

#footer .twit {
	position:absolute;
	left:340px;
	margin-top:10px;
}


#gnav li{
	font-size:10pt;
}

#gnav span{
	font-size:8pt;
}

#gnav a {
	position: relative;
	border: none;
	text-decoration: none;
	color:#FFF;
	font-size:12px;
}

#gnav a:hover {
	color: #8B221A;
	left:1px;
	top:1px;
}


