  /*メニュー全体 */
.webwidget_menu_glide{
	text-align: center;
	background: url(../img/top_bg2.png) no-repeat; 
	background-size: cover; 
    padding: 30 0 0 0;
}

  /*フォーカス */
.webwidget_menu_glide .webwidget_menu_glide_sprite{
    width: 0px;
    height: 0px;
    background-color: fuchsia;
    position: absolute;
}

  /*メニューボタン全体 */
.webwidget_menu_glide ul{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family:Arial;
}

  /*メニューボタン項目 */
.webwidget_menu_glide ul li{
	z-index: 100;
    float: left;
    list-style: none;
	position: relative; top: 0px; left:0px;
    text-align: center;
    margin-right: 10px;
    width: 100px;
}

  /*メニューボタンリンク */
.webwidget_menu_glide ul li a{
    color: black;
    text-decoration: none;
    font-weight: bold;
    margin: 0 0 0 0;
}



  /*メニューボタン項目 */
.webwidget_menu_glide ul li ul{
    opacity: 0;
    padding-bottom: 5px;
    position: absolute;
    z-index: 999999;
}

.webwidget_menu_glide ul li ul li{
    margin: 0px;
    float: none;
    border:none;
}

.webwidget_menu_glide ul li ul li a{
    padding-left: 50px;
    padding-right: 50px;
    font-weight: normal;
}