@charset "UTF-8"
;*{
    padding: 0;
    margin-top: 0;; 
    text-align: center;  
    background-color: beige;   
}
a{
    color: black;
    text-decoration:none; 
    text-align: center;  
}
header{
    width: 100%;
    text-align: center;
    background-color:beige ; 
    height: 160px; 
}
a:hover {
    color: red; /* マウスホバー時のリンクの色 */
  } 