/*■■■　当ガレージについて　index　■■■*/

/*======================================
		メインビジュアル
=======================================*/

div#box-visual-main{
float:left;
width:950px;
height:120px;
background-image:url(../../common/img/main-visual-1.jpg);
}

/*==============================
	グローバルを選択済みに
================================*/

li#about a{
background-image:url(../../common/img/gnav_about-2.jpg);
background-repeat:no-repeat;
}

/*==============================
		画像で選択部分
================================*/

a#top-left{
float:left;
margin-bottom:20px;
width:290px;
height:0px;
display:block;
padding-top:160px;
overflow:hidden;
background-image:url(../img/index-1.jpg);
background-repeat:no-repeat;
}

a:hover#top-left{
float:left;
margin-bottom:20px;
width:290px;
height:0px;
display:block;
padding-top:160px;
overflow:hidden;
background-image:url(../img/index-1-2.jpg);
background-repeat:no-repeat;
}

a#top-right{
float:left;
margin-left:20px;
margin-bottom:20px;
width:290px;
height:0px;
display:block;
padding-top:160px;
overflow:hidden;
background-image:url(../img/index-2.jpg);
background-repeat:no-repeat;
}

a:hover#top-right{
float:left;
margin-left:20px;
margin-bottom:20px;
width:290px;
height:0px;
display:block;
padding-top:160px;
overflow:hidden;
background-image:url(../img/index-2-2.jpg);
background-repeat:no-repeat;
}

a#under-left{
clear:both;
width:290px;
height:0px;
display:block;
padding-top:160px;
overflow:hidden;
background-image:url(../img/index-3.jpg);
background-repeat:no-repeat;
}

a:hover#under-left{
clear:both;
width:290px;
height:0px;
display:block;
padding-top:160px;
overflow:hidden;
background-image:url(../img/index-3-2.jpg);
background-repeat:no-repeat;
}
