@charset "utf-8"; 

#dropmenu-bk{
    clear : both;
/*<!--  overflow: hidden;-->*/
    margin-bottom : 20px;
    margin-top : 10px;
    width : 900px;
    height : 50px;
    overflow : hidden;/*はみ出た部分は非表示*/
}

#dropmenu{
/*<!--  *zoom: 1;-->*/
    list-style-type: none;/*箇条書きのマーカーは無し*/
/*<!--  width: 960px;-->*/
/*<!--  margin: 5px auto 30px;-->*/
    padding: 0;
     width : 900px;
}

.dropmenu ul{
    list-style-type : none;
    float : left;
    margin-bottom : 20px;
    width : 900px;
    background-color : #C6D6C0;
}

.dropmenu li{
    position: relative;
    background-color : #C6D6C0;
  /*background-color : #C6C6C6;*/
    vertical-align : middle;
    text-align : center;
  /*width : 148px*/
    height : inherit;
    float : left;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-right-width : 2px;
    border-right-style : solid;
    border-right-color : white;
    width : auto;
}

.dropmenu ul li a{
    color : black;
    background-color : #C6D6C0;
  /*background-color : #C6C6C6;*/
    display : block;
    font-size : 16px;
    text-decoration : none;
    font-weight : 400;
    line-height : 40px;
    text-decoration: none;
    padding-left : 15px;
    padding-right : 15px;  
}

.dropmenu li ul{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}

.dropmenu li ul li{
/*  width: 200%;*/
    width : 148px;
}

.dropmenu li ul li a{
/*<!--  padding: 13px 15px;-->*/
/*<!--  border-top: 1px solid #1f308f;-->*/
/*<!--  text-align: left;-->*/
/*<!--  color : white;-->*/
    background-color : #C6D6C0;
    /*background-color : #C6C6C6;*/
    display : block;
    font-size : 16px;
    text-decoration : none;
    font-weight : 400;
    line-height : 40px;
    list-style: none;
}

.dropmenu ul li a:hover{
    color : black;
    background-color : white;
    border-width : 2px;
    border-style : solid;
    border-color : #C6D6C0;
    /*border-color : #C6C6C6*/
    line-height : 36px;
}

.normal{
    position: relative; z-index: 8;
/*<!-- position=ボックスの基準位置 -->*/
/*<!-- position：relative=相対位置への配置 -->*/
}
.normal li ul{
    display: none;
}
.normal li:hover ul{
    display: block;
    width : auto;
}
