/* じょじょＢＢＳ スタイルシート */

/***********************************************/
/*                 BODY要素                    */
/***********************************************/
body {
    background-color: #eeeeff;
    margin: 1em 0.7em 1em 0.7em;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    color: #000088;
}


/***********************************************/
/*               タイトル要素                  */
/***********************************************/
h1 {
    margin: 0.5em 0em 0em 0em;
    padding: 0.8em 0.5em 0.5em 0.5em;
    background-color: transparent;
    border-style: solid;
    border-width: 0em 0em 3px 1em;
    border-color: #000055;
    color: #000066;
    text-align: left;
    font-size: x-large;
    clear: both;
}

h2 {
    margin: 2em 2em 1em 2em;
    padding: 2px 7px;
    color: inherit;
    background-color: #fff4ff;
    border-width: 3px;
    border-color: #000088;
    border-style: double;
    font-size: 100%;
    font-weight: bold;
    color: #666666;
    clear: both;
}


/***********************************************/
/*                 共通設定                    */
/***********************************************/
p {
    margin: 0em;
    text-indent: 1em;
}

p.navi {
    margin: 0em 12%;
    text-indent: 0em;
}

p.navi1 {
    margin: 0.3em 0em 2em 0em;
    text-align: right;
    text-indent: 0em;
    font-weight: bold;
    clear: both;
}

p.navi2 {
    margin: 2em 0em 0.3em 0em;
    text-align: right;
    text-indent: 0em;
    font-weight: bold;
    clear: both;
}

p.announce {
    margin: 5em 0em;
    background-color: transparent;
    color: #008888;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}

div.guidance {
    margin: 2em 6em 3em 6em;
    padding: 1em;
    border-width: 2px;
    border-color: #3333ff;
    border-style: solid;
    background-color: #eeffff;
    color: inherit;
    clear: both;
}

div.signature {
    margin: 0em;
    padding: 0.8em 0.5em 0.5em 0.5em;
    background-color: transparent;
    border-style: solid;
    border-width: 3px 0em 0em 0em;
    border-color: #000055;
    color: #008000;
    text-align: right;
    font-size: x-small;
    font-weight: bold;
}

address {
    margin: 0em;
    padding: 1em 0em;
    border-color: #000055;
    border-width: thin 0em 0em 0em;
    border-style: solid;
    font-style: normal;
    text-indent: 1em;
}

hr {
    display: none;
}


/************************************************/
/*                 リスト関係                   */
/************************************************/
ul {
    margin: 1em auto;
    text-align: left;
}

form dl.mail {
    margin: 2em 5em;
    clear: both;
}

form dl.mail dt {
    margin: 0.3em auto;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}

form dl.mail dd {
    margin: 0.3em auto 0.3em 7.5em;
}


/************************************************/
/*                  フォーム                    */
/************************************************/
label {
    font-weight: bold;
}

input.button {
    width: 5em;
}


/************************************************/
/*                インライン要素                */
/************************************************/
a {
    background-color: transparent;
    color: #0000bb;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    background-color: transparent;
    color: #4466ff;
}

a:hover {
    background-color: transparent;
    color: #4466ff;
    text-decoration: underline;
}

a:active {
    background-color: transparent;
    color: #880000;
}


/* end_of_file */
