@import url(anchors.css);
@import url(pen_font.css);

body{
    background-color:  seashell;
    color:             #060000;
    margin:            0.5em 3%;
    }

h1{
   border-bottom:      2px solid #088868;
   font-size:          1.5em;
   margin:             0em 0em 0.8em 0em;
   padding-bottom:     2em;
   }


/*   索引   */
h2.sakuin{
    background-color:  beige;
    border-color:      olive;
    border-style:      solid;
    border-width:      thin;
    color:             olive;
    font-size:         1.2em;
    margin:            1em 0.5em 0.5em 3em;
    padding:           0.1em 0.5em 0.1em;
    }

h3.sakuin{
    margin:            0.5em 1em 0em 6em;
    }

ul.sakuin{
    margin:            0em 0em 1em 8em;
    list-style-type:   none;
    }

ul.sakuin li{
    margin-top:        0.3em;
    }

.anchors{
    color:             teal;
    font-family:       'ヒラギノ丸ゴ Pro W4','ＤＦ平成丸ゴシック体W4','ＭＳ ゴシック', sans-serif;
    font-size:         0.6em;
    margin-bottom:     1.3em;
    margin-right:      1em;
    margin-top:        2em;
    text-align:        right;
    }



address{
    border-bottom:     2px solid #088868;
    color:             #06664e;
    font-style:        normal;
    font-size:         0.8em;
    font-weight:       lighter;
    line-height:       1.2em;
    margin:            2.7em 0.2em 1.5em;
    padding-bottom:    0.5em;
    text-align:        right;
    }


.subhome{
    font-size:         1em;
    font-weight:       bolder;
    text-align:        center;
    margin:            0.3em;
    }

.home{
    font-size:         1.2em;
    font-weight:       bolder;
    text-align:        center;
    margin:            0.6em 1em;
    }


