/* Cascading Style Sheet for Railway WWW
                                     written by I.Harada */

/* eno.css : For Enoshima sightseeing spots. */

BODY      {background-image: url(./BCG_CLO.GIF);}

table.enoshima {
    border-collapse: collapse;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    margin-left: 20px;
    padding: 0.2em 0.2em;
    width: 760px;
}

table.enoshima TH {
    border-collapse: collapse;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    padding: 0.2em 0.2em;
}
table.enoshima TR {
    text-align: left;
    vertical-align: top;
}

table.enoshima TD {
    border-collapse: collapse;
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    padding: 0.2em 0.2em;
}

