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

/* グローバルメニュー一覧 */
#globalmenu_index a{
background-image: url(../img/index/index_04.png);
background-repeat: no-repeat;
height: 88px;
width: 75px;
float: left;
}
#globalmenu_company a{
background-image: url(../img/index/index_06.png);
background-repeat: no-repeat;
height: 88px;
width: 75px;
float: left;
margin-left: 25px;
}

#globalmenu_service a{
background-image: url(../img/index/index_08.png);
background-repeat: no-repeat;
height: 88px;
width: 75px;
float: left;
margin-left: 25px;
}

#globalmenu_works a{
background-image: url(../img/index/index_10.png);
background-repeat: no-repeat;
height: 88px;
width: 75px;
float: left;
margin-left: 25px;
}
#globalmenu_contact a{
background-image: url(../img/index/index_12.png);
background-repeat: no-repeat;
height: 88px;
width: 75px;
float: left;
margin-left: 25px;
}




/* グローバルメニューHover一覧 */

#globalmenu_index a:hover{
background-image: url(../img/hover/menu_hover_01.png);
background-repeat: no-repeat;
}
#globalmenu_company a:hover{
background-image: url(../img/hover/menu_hover_02.png);
background-repeat: no-repeat;
}
#globalmenu_service a:hover{
background-image: url(../img/hover/menu_hover_03.png);
background-repeat: no-repeat;
}
#globalmenu_works a:hover{
background-image: url(../img/hover/menu_hover_04.png);
background-repeat: no-repeat;
}

#globalmenu_contact a:hover{
background-image: url(../img/hover/menu_hover_05.png);
background-repeat: no-repeat;
}


