@charset "UTF-8";
@import url(base-style.css);


body{
background-color: black;
background-image: url("../img/bg.png");
color:white;
}


#BodyBlock{
	width: 960px;
	background-image: url("../img/bg-hiace.png");
	background-repeat: no-repeat;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


#i-MenuBlock{
	width: 100%;
	height: 10em;
	margin-top: 35em;
	padding-left: 5em;
	text-align: left;
}

#i-MenuBlock ul{

}

#i-MenuBlock ul li{
	float:left;
	text-align:right;
}


#i-MenuBlock ul li a {
	display: block;
	width: 200px;
	height: 50px;
}

#i-MenuBlock ul li#li-01 a{background: url("../img/img-menu-car.png") no-repeat 0 0;}
#i-MenuBlock ul li#li-02 a{background: url("../img/img-menu-basketball.png") no-repeat 0 0;}


#i-MenuBlock ul li#li-01 a:hover,#i-MenuBlock ul li#li-02 a:hover{background-position: 0 bottom;}
