@charset "utf-8";
/* CSS Document */

* {
list-style:none;
background-color:#000;
margin:0 auto;	
}



.gnav{
	padding-left: 0px;
	margin: 0 auto;
	width: 540px;
	height:540px;


}

.gnav a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 540px;
	width: 540px;
    background-image: url(../images/engine.png);
	background-repeat: no-repeat;
    overflow:hidden;
    position:relative;
	text-indent: 100%;
    white-space: nowrap;

}
li#engine{
	width:540px;
	height:540px;
	
	}


li#engine a{

	background-position: 0 0;}



.gnav a:hover {

}


li#engine a:hover{
	background-position: 0 -540px;

}

li#engine a:hover{
	background-position: 0 -1080px;

}

p {
	text-align: center;
}
a { text-align: center;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: underline;
	font-size:24px;	
}

a:hover {
 	color:#fff;
}


