@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}
body {
	background:#000;
	color:#e5e5e5;
	font-size:0.86em;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Sans-Serif;
}

/*  \*/
* html body {
	font-size:0.75em;
}
/* */ 

html{
	overflow: hidden;
    height: 100%;
}

#main {
width:1024px;
margin:0 auto 0 auto;
height: 100%;
overflow:hidden;
text-align:center;
padding:5em;
}

h1{
	position:absolute;top:0;left:3%;
	}

img.slide { display:none; }	
.loader{ position:absolute;z-index:9999;top:49%;left:49% }

h1, h2, h3, h4, h5, h6 {
	
	font-size:12px;
	letter-spacing:0.1em;
	font-weight:bold;
}

/*  \*/
* html h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}
/* */ 

ul, ul li {
	list-style-type:none;
	letter-spacing:0.05em;
}

dl, dl dt dd {
	font-size:12px;
	margin:0;
	padding:0;
	line-height:1.45;
	letter-spacing:0.02em;
}

/*  \*/
* html dl, dl dt dd {
	font-size:1em;
}
/* */ 

div {
	margin:0;
	padding:0;
}
p {
	text-align:left;
	margin:0;
	padding:0;
	letter-spacing:0.04em;
	line-height:1.45;
}
a {
	outline:none;
}

#navi{
	width:100%;
	background:url(../img/navi_footer_bg.png) repeat-x;
	position:absolute;
	bottom:0px;
	height:55px; 
	}

#navi {
	clear:both;
	text-align:center;
}
#navi li {
	display:block;
	float:left;
}

#navi .nav_block{
	width:1010px;
	margin:0 auto 0 auto;
	}

#navi .nav_block a {
	display:block;
	text-indent:-9999px;
	height:34px;
	margin-right:0;
	background-image:url(../img/navi.png);
	background-repeat:no-repeat;
	cursor:pointer;
	overflow:auto;
}

#about {
	width:208px;
	background-position:0 0;
}
#about:hover, #about.hover {
	background-position:0 -34px;
}
#products {
	width:235px;
	background-position:-216px 0;
}
#products:hover, #products.hover {
	background-position:-216px -34px;
}
#custom {
	width:169px;
	background-position:-453px 0;
}
#custom:hover, #custom.hover {
	background-position:-453px -34px;
}

#purchase {
	width:148px;
	background-position:-624px 0;
}
#purchase:hover, #purchase.hover {
	background-position:-624px -34px;
}

#school {
	width:126px;
	background-position:-769px 0;
}
#school:hover, #school.hover {
	background-position:-769px -34px;
}

#access {
	width:121px;
	background-position:-886px 0;
}
#access:hover, #access.hover {
	background-position:-886px -34px;
}

#navi p{
	text-align:center;
	}

img {
	border:0;
}

* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
div.clear {
	width:100%;
	border:none;
	height: 1px;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
