.pan {
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #BEA78A;
}
.pan a {
    color: #CF7F26;
    font-size: 12px;
}
.pan span {
    color: #BEA78A;
    font-size: 12px;
}
.h3_title {
    font-size: 16px;
    color: #967653;
    background-image: url(../images/common/h3_title_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 10px;
    padding-bottom: 13px;
    margin-bottom: 16px;
}
.cmt {
    font-size: 12px;
    line-height: 1.4;
    color: #967653;
}
.menu_navi {
    width: 268px;
    margin-right: -8px;
    overflow: hidden;
    height: auto;
    margin-bottom: 25px;
}
.menu_navi li {
    height: 55px;
    width: 84px;
    float: left;
    margin-right: 4px;
}
.menu_navi li a {
    height: 53px;
    width: 82px;
    background-size: 84px 55px;
    text-indent: -9999;
    border: solid 1px #CABAA9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    background-color: #ece5db; /* Old browsers */
    background-color: -moz-linear-gradient(top, #ece5db 0%, #ded3c4 100%); /* FF3.6+ */
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ece5db), color-stop(100%,#ded3c4)); /* Chrome,Safari4+ */
    background-color: -webkit-linear-gradient(top, #ece5db 0%,#ded3c4 100%); /* Chrome10+,Safari5.1+ */
}
.menu_navi .menu_navi1 a {
    background-image: url(../images/menu/menu_navi1_bg.png);
}

.menu_navi .menu_navi2 a {
    background-image: url(../images/menu/menu_navi2_bg.png);
}

.menu_title {
    font-size: 16px;
    line-height: 1.4;
    color: #CF7F26;
    font-weight: normal;
}
.menu_title span{
    font-size: 12px;
    line-height: 1.4;
    color: #CF7F26;
    font-weight: normal;
}
.menu_list li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #DACCB9;
    height: auto;
    overflow: hidden;
}
.menu_list li:first-child {
    border-top:dotted 1px #DACCB9;
}.menu_list li table {
    width: 260px;
}
.menu_list li th {
    font-size: 14px;
    color: #967653;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
}
.menu_list li th div {
    font-size: 12px;
    line-height: 1.4;
    color: #967653;
}
.menu_list li th span  {
    font-size: 12px;
    line-height: 1.4;
    color: #CF7F26;
}


.menu_list li td {
    font-size: 14px;
    color: #967653;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    line-height: 1.4;
    vertical-align: middle;
}
