@charset "utf-8";

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


#tour_table {
    border-color: #666666;
}

#tour_table th {
    padding: 5px;
    text-align: center;
    background-color: yellow;
}

#tour_table td {
    padding: 5px;
}

#tour_table td.date {
    width:70px;
    text-align: center;
    font-weight: bold;
}


#hiright {
    margin-bottom: 20px;
}


#hiright li {
    list-style-type: disc;
    margin-bottom: 0.5em;
}


#point { }

#point dt {
    font-weight: bold;
}

#point dd {
    margin-bottom: 1em;

}