@charset "Shift-JIS";
/* NPO-CATS Web Page Style Sheets */
@media screen{
  body{
        background-color : #696969;
        font-size : large;
        
        }
  body#frontpage{
                  background-image : url(../img/kabem07.gif);
                  background-color : #ffffe0;
                  }
  hr.frontpage_border{
                       background-color : #ADFF2F;
                       height : 5px ;
                       }
  h1{
      font-size: 40px ;
      color : #ff6633;
      font-family:"Arial Black";
      }
  h3{
      font-size: large;
      color: #009966;
      font-family:"MS 明朝", "平成明朝";
      }
  p {
      color : blue;
      }

  span.name {
              font-weight : bold;
              }

  span.action {
                font-style: italic ;
                }

  div.frontpage_info{
                      color : blue;
                      text-align : left;
                      }
  div.footer{
              text-align : right;
              }
  div.common_contents{
                      text-align : center;
                      }
  img.validated_mark{
                      border : 0px;
                      }


}
