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

    はにわ君たたきゲーム スタイルシート

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

body {
    background-color: #d2b48c;
    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: #cd5c5c;
    text-indent: 1em;
}

div.table {
    text-align: center;
}

table {
    margin: 2em auto;
    border-width: 0px;
}

td {
    width: 100px;
    height: 100px;
    text-align: center;
    border-width: 0px;
}

fieldset {
    margin: 3em 20%;
    padding: 2em;
    background-color: #dddddd;
    border-width: thin;
    border-style: solid;
    border-color: #666666;
    text-align: center;
    font-weight: bold;
    color: #000000;
}

legend {
    display: none;
}

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

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

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

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

img {
    border-width: 0px;
}


/* end_of_file */
