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("b202510.jpg"); 
                              background-attachment:fixed;
                              color: #FFFFFF;
                              margin-right: 80px;
                              margin-left: 60px;
                              }
                              
                                         .text_shadow {
                                         text-shadow: 0px 0px 2px #D2691E;
                                         } 
                                 table.hyou{
                                 border: 1px solid;
                                 border-top-color:#D2691E;
                                 border-bottom-color:#301005;
                                 border-left-color:#D2691E;
                                 border-right-color:#301005;
                                 border-spacing: 0;
                                 }
                                 .hyou th{
                                 border: 1px solid;
                                 border-top-color:#301005;
                                 border-bottom-color:#D2691E;
                                 border-left-color:#301005;
                                 border-right-color:#D2691E;
                                 }
                                 .hyou td{
                                 border: 1px solid;
                                 border-top-color:#301005;
                                 border-bottom-color:#D2691E;
                                 border-left-color:#301005;
                                 border-right-color:#D2691E;
                                 }
                          
                                      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 {
          width: 832;
   border: none;
   height: 2px;
  
   /* 線の色と影はそのまま残します */
   background-color: #e74c3c; 
   box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.5), 0 -1px 1px -1px rgba(255, 255, 255, 0.8);
   
   background-image: linear-gradient(
     to right,
     transparent 0%, /* 左端は完全に透明 */
     #d2691e 15%,         /* 15%の位置で色が完全に表示される */
     #d2691e 85%,         /* 85%の位置まで色を維持 */
     transparent 100%  /* 右端は完全に透明 */
   );
   
   background-color: transparent; 
                  
                  
                  }
                          }
                          
                          
                          }
                          
                          .toumei {
                            opacity: .5;
                          }
                          
                            .buruburu {
                                display: inline-block;
                                animation: hurueru .2s  infinite;
                            }
                            @keyframes hurueru {
                                0% {transform: translate(0px, 0px) rotateZ(0deg)}
                                25% {transform: translate(4px, 4px) rotateZ(1deg)}
                                50% {transform: translate(0px, 4px) rotateZ(0deg)}
                                75% {transform: translate(4px, 0px) rotateZ(-1deg)}
                                100% {transform: translate(0px, 0px) rotateZ(0deg)}
                            }