P { line-height: 1.65; }                         
                  A:link { color: 00FF80; text-decoration: none; }
                  A:visited { color: E3FCA9; text-decoration: none; }
                  A:active { color: F5F032; text-decoration: underline overline; font-weight: none; }
                  A:hover { color: F5F032; text-decoration: underline overline}
                
                .sample1 { font-size: 15%; }
                 .sample2 { font-size: 150%;}
                 .sample3 { font-size: 250%; }
                
          .sampleBox a { _width: 100%; display: block;}
          .sampleBox a:link{ color: 00FF80; text-decoration: none; }
          .sampleBox a:visited{ color: E3FCA9; text-decoration: none; }
          .sampleBox a:active{ color: F5F032; text-decoration: underline overline; font-weight: none; }
          .sampleBox a:hover{ color: F5F032; text-decoration: underline overline}
          
                
                  body{
                  background-image:url("b202201.jpg"); 
                  background-attachment:fixed;
                  color: #FFFFFF;
                  margin-top: 50px;
                  margin-right: 80px;
                  margin-left: 60px;
                  }
                  
                     .text_shadow {
                     text-shadow: 0px 0px 3px #B3FFFF;
                     } 
                     table.hyou{
                     border: 1px solid;
                     border-top-color:#B3FFFF;
                     border-bottom-color:#204040;
                     border-left-color:#B3FFFF;
                     border-right-color:#204040;
                     border-spacing: 0;
                     }
                     .hyou th{
                     border: 1px solid;
                     border-top-color:#204040;
                     border-bottom-color:#B3FFFF;
                     border-left-color:#204040;
                     border-right-color:#B3FFFF;
                     }
                     .hyou td{
                     border: 1px solid;
                     border-top-color:#204040;
                     border-bottom-color:#B3FFFF;
                     border-left-color:#204040;
                     border-right-color:#B3FFFF;
                     }
      
                  table.link{
                  border: 1px solid;
                  border-top-color:#000080;
                  border-bottom-color:#000080;
                  border-left-color:#0000FF;
                  border-right-color:#000080;
                  border-spacing: 0;
                  }
                  .link th{
                  border: 1px solid;
                  border-top-color:#000080;
                  border-bottom-color:#0000FF;
                  border-left-color:#000080;
                  border-right-color:#0000FF;
                  }
                  .link td{
                  border: 1px solid;
                  border-top-color:#000080;
                  border-bottom-color:#0000FF;
                  border-left-color:#000080;
                  border-right-color:#0000FF;
                  }
      
      .cp {
      	height: 3px;
      	width: 75%;
      	border-width: 0;
      	background-image: -webkit-linear-gradient(135deg,
      	#B3FFFF 0px,#B3FFFF 2px, transparent 2px, transparent 4px,
      	#B3FFFF 4px, #B3FFFF 6px, transparent 6px, transparent);
      	background-image:         linear-gradient(-45deg,
      	#B3FFFF 0px,#B3FFFF 2px, transparent 2px, transparent 4px,
      	#B3FFFF 4px, #B3FFFF 6px, transparent 6px, transparent);
      	background-size: 6px 6px;
      }
      
      .toumei {
        opacity: .5;
      }
      
        .buruburu {
            display: inline-block;
            animation: hurueru .3s  infinite;
        }
        @keyframes hurueru {
            0% {transform: translate(0px, 0px) rotateZ(0deg)}
            25% {transform: translate(3px, 3px) rotateZ(1deg)}
            50% {transform: translate(0px, 3px) rotateZ(0deg)}
            75% {transform: translate(3px, 0px) rotateZ(-1deg)}
            100% {transform: translate(0px, 0px) rotateZ(0deg)}
        }