/*

style.css 2019-05-17, 2020-03-14, 2020-09-04(日本語を除去)

*/


body{
    font-family:sans-serif "UDDigiKyokasho R JIS2004";
}

h1 {
    text-align: center;
    margin: 10%, 5%;
    padding: 2%;
    background-color: rgb(70%,80%,80%);
}

h2 {
    text-align: left;
}

h3 {
    text-align: left;
}

pre {
    font-family: "MeiryoKe_Gothic", "Ricty Diminished", Osaka-mono, "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace;
    background-color: rgb(90%,90%,90%);
    margin:1em 0px;
    padding:1em 0px 0px 1em;
    white-space: pre-wrap;
}


a {
    color: blue;
    text-decoration:none;
}

a:hover{
    color: white;
    background-color: blue;
}


.monospace{
    font-family: Osaka-mono, "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace;
}

th {
    text-align: center;
}


