
html,body
{
	background-image:url('../images/background/seigaiha.png');
	background-repeat:repeat;
	background-position:top left;
    margin: 0;
    padding: 0;
} 

table {
    margin-left: auto;
    margin-right: auto;
}

img {
    border: 0;
	padding: 0;
    display: inline-block;
    margin: 0 auto;
    max-height: 50vh;
    max-width: 100%;
    /* max-width: 25vw; */
}

/* Blue for link, orange on hover */
a:link    { text-decoration:none; color:#204080 }
a:visited { text-decoration:none; color:#204080 }
a:active  { text-decoration:none; color:#204080 }
a:hover   { color:#E09040 }
