#h1_title h1 {
    border-top: 5px solid #008B55;
    border-bottom: 1px solid #eee;
    font-size: 1.5em;
    padding: .7em 0;
    margin-bottom: .3em;
}

#contents h2 {
    padding: .5em 1em;
    background: #008C55;
    color: #fff;
    font-size: 1em;
}

#contents table h2 {
    border-left: 5px solid #008b55;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin-bottom: 1.5em;
    padding: .5em 1em;
}

#contents h3 {
    border-left: 5px solid #008b55;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin-bottom: 1.5em;
    padding: .5em 1em;
}

#header_image {width:100%; height:100px; color:#fff; background:url("./images/bg_header_exh.jpg") no-repeat center top; overflow:hidden;}

.left_menu_list ul li {
    position: relative;
    border-bottom: rgba(0, 123, 68, 0.23) 1px solid;
}

.left_menu_list ul li.selected {
    background: rgba(0, 123, 68, 0.23);
}

.left_menu_list ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #008b55;
}

.gaiyoutd {
    border-bottom: 1px solid #eee !important;
    padding: .5em 0 !important;
}

.gaiyoutd:first-child {
    font-weight: bold;
}
