/*
    FF14.asia & FF14.name & Eorzea.asia 標準スタイル

    ln -s /virtual/ermitejo/public_html/common/ff14/style ./public_html/ff14.name/style
    ln -s /virtual/ermitejo/public_html/common/ff14/style ./public_html/ff14.asia/style
    ln -s /virtual/ermitejo/public_html/common/ff14/style ./public_html/eorzea.asia/style
*/


body {
    margin      : 0;
    border      : 0;
    padding     : 1em;
    background  : #fff;
    color       : #000;
    font-family : sans-serif;
}
a:link {
    color       : #39c;
}
a:visited {
    color       : #039;
}
a:active {
    color       : #006;
}
a[href]:hover {
    color       : #036;
    left        : 1px;
    top         : 1px;
    position    : relative;
}
em {
    font-style  : normal;
    font-weight : bold;
}
address {
    margin-top  : 3em;
    border-top  : 1px dashed #ccc;
    padding-top : 1em;
    text-align  : center;
    font-family : 'Times New Roman','Times',serif;
    font-style  : italic;
    letter-spacing  : 0.3em;
}
p {
    margin          : 0.8em 2em 1em 5em;
    line-height     : 150%;
    text-indent     : 1em;
    text-align      : justify;
    text-justify    : inter-ideograph;
    text-autospace  : ideograph-numeric ideograph-parenthesis ideograph-space;
}
h1 {
    /* margin          : 1em 1em 0.5em 1em; */
    margin          : 1em 1em 3em 1em;
    padding         : 0;
    text-align      : center;
    letter-spacing  : 0.5em;
    word-spacing    : -0.25em;
    font-size       : 2em;
    font-weight     : bold;
    font-family     : 'Times New Roman','Times',serif;
    text-shadow     : #ccc 0.1em 0.1em 0.1em;
    /*
    color           : #fff;
    text-shadow     : #000      0 -0.1em, 
                      #000  0.1em      0,
                      #000      0  0.1em,
                      #000 -0.1em      0;
    */
    -moz-transform    : scale(1, 2);
    -webkit-transform : scale(1, 2);
    transform         : scale(1, 2);
}

p.point_in_time {
    text-align        : right;
}

h2 {
    margin          : 1.5em 1em 0.5em 1.5em;
    padding         : 0 0 0.3em 0.3em;
    border-bottom   : 1px solid #99f;
    font-size       : 1.5em;
    letter-spacing  : 0.3em;
}
h3 {
    margin          : 1.5em 1em 0.5em 2em;
    padding         : 0 0 0.2em 0.6em;
    border-left     : 0.5em solid #ccf;
    font-size       : 1.3em;
    letter-spacing  : 0.1em;
}
h4 {
    margin          : 1.3em 1em 0 3em;
    padding         : 0 0 0 0;
    font-size       : 1.3em;
}
h5 {
    margin          : 1.3em 1em 0 5em;
    padding         : 0 0 0 0;
    text-decoration : underline;
}
ul, ol {
    margin      : 1em 1em 1em 4em;
    padding     : 0;
}
li {
    margin      : 0.5em 1em 0.5em 5.5em;
    padding     : 0;
}
dl {
    margin      : 1em 1em 1em 7em;
    padding     : 0;
}
dt {
    margin          : 0.8em 1em 0.3em 0;
    padding     : 0;
    font-weight     : bold;
    letter-spacing  : 0.1em;
}
dd {
    margin      : 0 1em 0 2em;
    padding     : 0;
}
dd p {
    margin      : 0.8em 2em 1em 0;
}

div#advertisement {
    text-align      : center;
    margin-left     : auto;
    margin-right    : auto;
}

.deficit {
    color           : #f00;
}
.acronym_letter {
    font-weight     : bold;
    font-style      : italic;
    font-size       : 130%;
    color           : #c00;
    text-decoration : underline;
    padding         : 0 0.1em;
}
