<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************************************************************/
/* --  Zephyr Violin CSS                                                         -- */
/*****************************************************************************/

/* ============================================================================
 Default settings
============================================================================ */
* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background-color: #86654D;
    font-size: 88%;
    font-family:"メイリオ",Osaka;
    line-height: 150%;
    color: #333;
    background-repeat: repeat-y;
}

A:link    {text-decoration: underline;color:#2F3C85;}
A:visited {text-decoration: underline;color:#2F3C85;}
A:hover   {text-decoration: underline;color:#2F3C85;}

/* ============================================================================
 Frame settings
============================================================================ */
div#full{
    width: 800px;
    text-align: left;
    margin-top: 0px;
    background-color: #FFF;
    padding-bottom: 3em;

    background-position: top left;
    background-repeat: repeat-y;
    background-image: url("./img/bg.jpg");
}

div#title {
    height: 300px;
    background-image: url("./img/title.jpg");
    background-repeat: no-repeat;
    border-bottom: 1px solid #999;
}

span.title {
    display: none;
}

div#left {
    float: left;
    width: 100px;
    height: 800px;
}

div#main {
    width: 700px;
    _width: 690px;
    margin-left: 100px;
    padding-top: 10px;
    background-color: #FFF;
}

div.section {
    text-align: left;
    margin-right: 2em;
    margin-bottom: 5em;
}

div.text {
    margin-left: 2em;
    margin-bottom: 2em;
}

div.text p {
    margin-bottom: 1em;
}

div#footer {
    margin-top: 3em;
    margin-right: 2em;
    border-top: 1px solid #5F3586;
    text-align: center;
    color: #734B86;
}


/* ============================================================================
 Text settings
============================================================================ */
h2 {
    font-family:"Times New Roman",Times,Arial;
    font-size: 200%;
    color: #D68382;
    padding-left: 0.2em;

    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 150%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #734B86;
    border-bottom: 1px dashed #5F3586;
}

h4 {
    border-bottom: 1px dashed #DDD;
}

strong {
    font-size: 125%;
}

ul {
     list-style-position: inside;
}

ol {
    padding-left: 2em;
}

ol.tr_comment li {
    margin-bottom: 1em;
    font-weight: bold;
}

ol li p {
    text-indent: 1em;
    margin-left: 1em;
    margin-right: 2em;
    font-weight: normal;
}

ol li p.origin {
    text-indent: 0;
    margin-bottom: 0.5em;
}


ul.inlist {
     margin: 1em;
}

tr.staff td {
    width : 220px;
}

tr.sample td {
    width : 220px;
}

p.top_anchar {
    text-align: right;
    margin: 0;
}
</pre></body></html>