<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; @import url("title.css"); @import url("seo.css");


        /*ご挨拶に使用するスタイルシート*/
        
body {
          color: #000000;
          font-family: sans-serif;
          background: #00172f url("../common_assets/background001.png") no-repeat fixed 0% 25%;
}


div.all { 
          width: 500px;
          margin-right: auto;
          margin-left: auto;
          padding-top: 20px;
          padding-bottom: 20px;
          background-color: #ffefd5;
          border: 1px solid #996699;
}


div.haba {
          width: 460px;
          margin-right: auto;
          margin-left: auto;
}

div.imp001 {
          margin-top: 6px;
          margin-bottom: 6px;
          padding: 10px;
          border: 1px solid #8b4513;
          background-color: #faf0e6;
}


div.support {
          padding: 10px;
          border: 1px dotted #b22222;
          background-color: #ffdead;
}


p.topic {
          font-size: x-small;
          line-height: 160%;
          text-indent: 1em;
          margin-top: 0px;
          margin-bottom: 0px;
}


p.signature01 {
          clear: both;
          font-size: x-small;
          font-family: Verdana;
          text-align: right;
          margin-top: 0px;
          margin-bottom: 0px;
          padding-top: 6px;
          padding-right: 6px;
}

div.comment {
          background-color: #fff5ee;
}


div.navi01 {
          margin-top: 4px;
          margin-bottom: 6px;
          margin-right: 10px;
}


div.navi02 {
          margin-top: 0px;
          padding-right: 10px;
}


ul {
          font-family: serif;
          font-size: large;
          font-weight: bold;
          text-align: right;
          margin: 0px;
}


li {
          display: inline;
}


li a {
          text-decoration: none;
          background-image: url("../common_assets/navi_mark001.png");
          background-repeat: no-repeat;
          background-position: 5% 50%;
          padding-left: 20px;
          padding-right: 2px;
}


li a:visited {
          color: #800080;
          text-decoration: none;
}


li a:hover {
          background-color: #ffa500;
          background-image: url("../common_assets/navi_mark002.png");
          background-repeat: no-repeat;
          background-position: 5% 50%;
          
}


address {
          font-size: x-small;
          font-style: normal;
          text-align: right;
          margin-top: 4px;
          padding-right: 10px;
}


h1 {
          margin-top: 0px;
          margin-bottom: 0px;
}


h3.heboto {
          font-size: 110%;
          line-height: 100%;
          margin-top: 0px;
          margin-bottom: 0px;
          padding-top: 6px;
          padding-bottom: 4px;
          padding-left: 10px;
}

h3.read01 {
          font-size: medium;
          line-height: 120%;
          margin-top: 0px;
          margin-bottom: 0px;
          padding-top: 4px;
          padding-bottom: 4px;
          padding-left: 1em;
}


h4 {
          font-size: small;
          margin-top: 0px;
          margin-bottom: 0px;
          padding-bottom: 4px;
}


img.hidari {
          float: left;
          margin-right: 10px;
}

p.architect01 {
          font-size: small;
          line-height: 180%;
          margin-top: 0px;
          margin-bottom: 10px;
}

span.heboto01 {
          color: #333333;
          padding-left: 10px;
}

span.summary03 {
          font-weight: bolder;
}

img.left-topic {
          float: left;
          margin-right: 14px;
}

div.even01 {
          margin-bottom: 6px;
}</pre></body></html>