@charset "UTF-8";
/* CSS Document */
@import 'common.css';
body{
	text-align: center;
	font-family: "メイリオ", "Meiryo", "Lucida Grande", "Verdana", "MS P ゴシック", "MS PGothic", "Osaka", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	background-color: #000;
	margin:0 auto;
}

#container{
	margin:0 auto;
	width:900px;
	text-align: center;
}


#main{
	text-align: center;
}
.logo{
	text-align: center;
	padding-top:100px;
}
.auto a{
	display:block;
	background: url(../images/index/index_bt_b.jpg);
	height:47px;
	width:199px;
}
.auto a:hover{
	background-color:#000;/*IE6*/
}
.auto a:hover img{
	 visibility:hidden;
}
.auto{
	float:left;
	padding:30px;
}
.motorcycle{
	float:left;
	padding:30px;
}
.index_bt{
	padding-left:200px;
	text-align: center;
}
.motorcycle a{
	display:block;
	background: url(../images/index/index_bt02_b.jpg);
	height:47px;
	width:199px;
}
.motorcycle a:hover{
	background-color:#000;/*IE6*/
}
.motorcycle a:hover img{
	 visibility:hidden;
}
/*footer block*/
#footer{
	clear:both;
	text-align:center;
	font-size:10px;
}
#footer address{
	text-align:right;
	padding:5px;
	color: #000000;
}
