<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************
  base
**********************************************************/
* {
    margin: 0;
    padding: 0;
}

body {
    padding: 1em;
    background-color: #FFF;

    font-size: 88%;
    line-height: 175%;
    color: #333;
    font-family: "メイリオ", Osaka;
}

A:link    {
    text-decoration: none;
    color: #4682B4;
}

A:visited {
    text-decoration: none;
    color: #9370DB;
}
A:hover   {
    text-decoration: none;
    color: #FFF;
    background-color: #DB7093;
}

ol {
    margin-left: 2em;
}

/**********************************************************
  entrance design
**********************************************************/
div#entrance {
    width: 800px;
    height: 600px;
    background-image: url("./title.jpg");

    position: relative;
}

div.right-bottom-body {
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 2em;
}

.section {
    margin-bottom: 1em;
}

.section h3 {
    font-size: inherit;
}

div#enter {
    margin-bottom: 3em;
    font-size: 200%;
    text-decoration: underline;
}

div#enter a {
    color: #4682B4;
    background-color: transparent;
}


div#footer {
    margin: 1em;
}

span.new {
    color: red;
    font-weight: bold;
}</pre></body></html>