/* CSS Document */

@charset "UTF-8";

/* =============================================

左メニュー　ロールオーバー部分
基本設定

============================================= */

.navbar {
    height: auto;
    width: auto;
    }  


.mainDiv {
    width: 180px;
    }
.topItem {
    height: 62px;
    }
.topItemOver {
    height: 62px;
    }
.topItemClose {
    height: 62px;
    }
.topItemCloseOver {
    height: 62px;
    }




.dropMenu {
    filter:alpha(opacity=100);
    padding-top:0px;
    padding-bottom:0px;
    }


.MENU {
    filter:alpha(opacity=100);
    padding-top:0px;
    padding-bottom:0px;
    background-color: #FFFFFF;
    }


.subMenu {
    display:block;
    }


/* 委員会ブログ*/

.subItem {
    font-size: 85%;
    padding-left: 15px;
    height: 20px;
    }

* html .subItem {
    font-size: 13px;
    padding-left: 15px;
    }	

 *+html .subItem {
    font-size: 13px;
    padding-left: 15px;
    }	


.subItem a {
    color: #046c41;
    text-decoration:none;
    display: block;
    }

.subItem a:hover {
    color: #046c41;
    text-decoration: underline;
    }

.subItemOver {
    }
.subItemOver a {
    display: block;
    }




/* 支部会ブログ*/
.subItem2 {
    font-size: 85%;
    padding-left: 15px;
    width: 75px;
    float: left;
    height: 25px;
    }

* html .subItem2 {
    font-size: 15px;
    padding-left: 15px;
    width: 75px;
    float: left;
    height: 25px;
    }	

 *+html .subItem2 {
    font-size: 15px;
    padding-left: 15px;
    width: 75px;
    float: left;
    height: 25px;
    }	


	
.subItem2 a {
    color: #1a438e;
    text-decoration: none;
    display: block;
    }

.subItem2 a:hover {
    color: #1a438e;
    text-decoration: underline;
    }

.subItem2Over {
    }
.subItem2Over a {
    display: block;
    }








.drop {
     }

