/*======================================
    menu
======================================*/
#content_main .menu {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #966;
    }
#content_main .menu dt {
    float: left;
    width: /*530px*/78%;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 0.9em;
    font-weight: bold
    }
#content_main .menu dd.plice {
    float: right;
    width: /*150px*/22%;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: right;
    font-size: 0.9em;
    font-weight: bold
    }
#content_main .menu dd.txt {
    clear: both;
    /*margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #966;*/
    line-height: 1.3;
    font-size: 0.75em
    }
