/*******************************************

    ラッキースロット！ スタイルシート

*******************************************/

body {
    background-image: url('back.gif');
    background-color: #98fb98;
    color: #000000;
}

h1 {
    text-align: center;
}

p.navi2 {
    margin: 2em 0em 0em 0em;
    text-align: right;
    text-indent: 0em;
}

address {
    font-style: normal;
    margin: 0em;
    padding: 1em 0em;
    border-width: thin 0em 0em 0em;
    border-style: solid;
    border-color: #0000ff;
    text-indent: 1em;
}

div.table {
    text-align: center;
}

table {
    margin: 1em auto;
}

table.slot {
    border-style: ridge;
    border-width: 10px;
    border-color: #6666ff;
}

table.slot td {
    background-color: #ffffff;
    border-style: ridge;
    border-width: 5px;
    border-color: #008800;
    color: #000000;
}

table.stop td {
    width: 100px;
    text-align: center;
}

table.start td {
    width: 100px;
    border-style: ridge;
    border-width: 15px;
    text-align: center;
}

a {
    background-color: transparent;
    color: #0000ff;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    background-color: transparent;
    color: #000088;
}

a:hover {
    background-color: transparent;
    color: #0000ff;
    text-decoration: underline;
}

a:active {
    background-color: transparent;
    color: #000088;
}

img {
    border-width: 0px;
}

/* end_of_file */
