
/***********************************************/
/*                 BODY要素                    */
/***********************************************/
body {
    margin: 1em 0.7em 1em 0.7em;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    color: #ffffff;
}

body.noimage {
    background-image: none;
}


/***********************************************/
/*               タイトル要素                  */
/***********************************************/
h1 {
    margin: 0.5em 3% 0.5em 3%;
    border-style: solid;
    border-width: 0em 0em 0em 0em;
    text-indent: 1em;
    font-size: medium;
    font-weight: bold;
    clear: both;
}

h2 {
    margin: 0.5em 0% 0.5em 0%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    color: #ffffff;
    background-color: #000000;
    font-size: 9pt;
    font-weight: bold;
    text-indent: 1em;
    clear: both;
}

h3 {
    color: #0000ee;
    font-size: 9pt;
    font-weight: bold;
    margin: 0.5em 3% 0.5em 3%;
    background-color: transparent;
    clear: both;
}

h4 {
    margin: 0em 0% 0.5em 0%;
    color: #ffffff;
    background-color: #000000;
    font-size: small;
    font-weight: bold;
    text-indent: 1em;
    clear: both;
}


/***********************************************/
/*                 共通設定                    */
/***********************************************/

div {
    margin: 0em 0%;
    text-indent: 0em;
    font-size: 9pt;
}

p {
    margin: 0.5em 3%;
    text-indent: 0em;
}

pre {
    margin: 1.5em 15%;
    line-height: 100%;
}

address {
    margin: 0.5em 0% 0.5em 0%;
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: small;
    text-align: center;
    clear: both;
}

hr {
    display: none;
    clear: both;
}


/************************************************/
/*                テーブル関係                  */
/************************************************/
table {
    background-color: #000000;
    border-color: #000000;
    border-style: solid;
    border-width: 0px;
    border-spacing: 0px;
    clear: both;
}

th, td {
    background-color: #000000;
    padding: 0px 0px;
    border-top-style: solid;
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
}

thead th {
    color: #000000;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    border-style: solid solid double solid;
    border-width: 1px 1px 3px 1px;
}

tbody th {
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

col {
    padding: 0em 0.3em;
}

col.color {
    width: 15%;
}

col.name {
    width: 20%;
}

caption {
    margin: 1em 0em;
    font-size: large;
    font-weight: bold;
}


/************************************************/
/*                インライン要素                */
/************************************************/
a:link {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

strong {
    background-color: transparent;
    font-weight: bold;
}

q {
    background-color: transparent;
    color: #ff1493;
    font-size: small;
}

img {
    border-width: 0em;
}

input.button {
    width: 5em;
}


/************************************************/
/*                 リスト関係                   */
/************************************************/
li {
    margin: 0.5em 3% 0.5em 3%;
    text-align: left;
    font-size: 9pt;
}

ul, ol {
    margin: 0em 3% 0em 3%;
    text-align: left;
}

form dl {
    margin: 2em 3em;
    clear: both;
}

form dl dt {
    margin: 0.3em auto;
    width: 7em;
    float: left;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}

form dl dd {
    margin: 0.3em auto 0.3em 7.5em;
}

form dl.tips {
    margin: 2em 10em;
}

form dl.tips dt {
    width: 10em;
}

form dl.tips dd {
    margin: 0.3em auto 0.3em 10.5em;
}

dl.mail {
    margin: 2em 7em;
}

dl.mail dt {
    float: none;
    text-align: left;
}



/* end_of_file */
