/*******************************************
/* File name	styles.css
/* Copyright	earvin-s
/* Code author	K.Yoshimura
/* History		2008/12/15	create
*******************************************/
@charset "utf-8";
/*******************************************
共通定義
*******************************************/
.menu1{
    font-family: arial, sans-serif;
    width:160px;
    height:180px;
    position:relative;
    font-size:11px;
    background:#eee;
}
.menu1 UL {
    padding:0;
    margin:0;
    list-style-type: none;
}
/*******************************************
2階層目メニュー定義
*******************************************/
.menu1 UL LI UL {
    visibility:hidden;
    position:absolute;
    height:0;
    overflow:hidden;
    top:-1px;
    left:159px;
}
.menu1 UL LI {
    float:left;
    position:relative;
    z-index:90;
    width : 159px;
    right : auto;
}
.menu1 UL LI A, .menu1 UL LI A:VISITED {
    display:block;
    float:left;
    text-decoration:none;
    color:#555;
    width : 159px;
    height:30px;
    line-height:29px;
    font-size:12px;
    background:transparent;
    padding-left:25px;
}
.menu1 UL LI A:HOVER {
    background:url(../img/nv_com_bg_on.gif);
    width : 159px;
}
.menu1 UL LI.cmp {
    background:url(../img/nv_com_bg.gif);
}
.menu1 UL LI.zga {
    background:url(../img/nv_com_bg.gif);
}
.menu1 UL LI.kag {
    background:url(../img/nv_com_bg.gif);
}
.menu1 UL LI.sgh {
    background:url(../img/nv_com_bg.gif);
}
.menu1 UL LI.usr {
    background:url(../img/nv_com_bg.gif);
}
.menu1 UL LI.bbs {
    background:url(../img/nv_com_bg.gif);
}
.menu1 UL LI.gid {
    background:url(../img/nv_com_bg.gif);
}
.menu1 UL LI.yss {
    background:url(../img/nv_com_bg.gif);
}
.menu1 TABLE {
    border-collapse:collapse;
    border:0;
    padding:0;
    font-size:1em;
    position:absolute;
    left:0;
    top:0;
}
.menu1 ul li:hover a
.menu1 UL LI A:HOVER {
    text-decoration:none;
    border:0;
}
.menu1 UL LI A:HOVER {
    position:relative;
    z-index:100;
}
.menu1 ul li:hover ul
.menu1 UL LI A:HOVER UL {
    visibility:visible;
    width:180px;
    height:auto;
    border:1px solid #ccc;
    z-index:10;
    background:#EEE;
    overflow:visible;
}




