@charset "UTF-8";

/* 外部スタイルシート*/

*.body {

 background-color: lightsteelblue;
 color: black;

     margin:18; padding: 0; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }


.center {text-align: center}  /*中央寄せ*/
.right {text-align: right}  /*右寄せ*/


 #header {
          border-bottom: 0px solid #FF9900;
          text-align: center;
		  font-size: 12px;
          padding: 1px;
          background: azure;

 
  }

}

#footer {
          background: #FFFF99;
          font-size: 12px;
          padding: 2px;
           margin : 10px ;
          text-align: center;

}


.copy { color: gray; }



/*スマホ*/

@m@media screen and (max-width: 480px) {
 { display : none ; }
}




