@charset "UTF-8";

/* Whole */

h1{
    /* font-size: 30pt ; */
    font-weight: bold ; 
    color: #843fa1 ;
}

h2{
    /* font-size: 20pt ; */
    font-weight: bold ; 
    color: #3fa184 ;
}

h3{
    /* font-size: 15pt ; */
    font-weight: bold ; 
    color: #a1843f ;
}

table.schedule{
    border-collapse: collapse ;  
}

th.schedule{
    font-weight: bold ;
    color: #0000ff ;
    text-align: left ;
    border: solid 1px ;
    padding: 10px ; 
    font-size: 12pt ;
    font-family: sans-serif ;
}

td.sightseeing{
    background-color: #ffcc99 ; 
    border: solid 1px ;
    padding: 10px ; 
    font-size: 12pt ;
    font-family: sans-serif ;
}

td.bus{
    background-color: #ccff99 ; 
    border: solid 1px ;
    padding: 10px ; 
    font-size: 12pt ;
    font-family: sans-serif ;
}