@charset "utf-8";

/*リンクページにのみ使用するスタイルシート*/

body {
          color: #000000;
          font-family: sans-serif;
          background: #00172f url("../common_assets/background001.png") no-repeat fixed 0% 25%;
}

div.all {  
          width: 500px;
          padding-top: 20px;
          padding-bottom: 20px; 
          margin-right: auto; 
          margin-left: auto;
          border: 1px solid #996699;
          background-color: #ffebcd;
}

div.haba {  
          width: 460px; 
          margin-right: auto; 
          margin-left: auto;
}

h1 {  
          font-size: xx-large; 
          line-height: 150%;
          margin-top: 0px;
          margin-bottom: 0px;
          padding-left: 10px;
          background-color: #eec591;
}

h2 {  
          font-size: large;
          margin-top: 2em;
          margin-bottom: 1em;
          padding-top: 4px;
          padding-bottom: 4px;
          padding-left: 1em;
}

h2.first {
          font-size: large;
          margin-top: 2px;
          margin-bottom: 1em;
          padding-top: 4px;
          padding-bottom: 4px;
          padding-left: 1em;
}


h3 {
          font-size: 100%;
          margin-top: 0px;
          padding-left: 10px;
          border-left: 1em solid #ffa500;
          border-bottom: 1px solid #ffa500;
}


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;
          padding-bottom: 4px;
}


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;
}



p.linkage {
          text-align: right;
          margin-top: 0px;
          padding-top: 1em;
          padding-right: 1em;
}

p.summary {
          margin-right: 6px;
          margin-left: 6px;
          margin-bottom: 0px;
          padding: 8px;
          line-height: 120%;
          background-color: #ffe4b5;
          border: 1px dotted #bebebe;
}


p.summary:first-letter {
          font-size: 130%;
          font-weight: bold;
          padding-right: 1em;
          padding-left: 1em;
          background-color: #b3ee3a;
}



