@charset "UTF-8";

header {
    text-align: center;
    width: 94%;
    height: 160px;
    margin-left:3%;
    background-image:
    url(metal06.jpg); 
}
header h3 {
    text-align: right; 
    padding: 10px 40px; 
    font-size: 0.8em; 
    color: cornsilk;
}
body {
    font-family: 'BIZ UDゴシック'; 
    font-size: 16px;
}
.announce {
    text-align: center; 
    font-size: 24px; 
    margin-bottom: 40px;
}
p {
  color:darkblue; 
  margin-top: -8px;
  font-size: 16px;
}
 img{
  width: 40%;  box-shadow:10px 10px 10px gray;
}
.announce a{
  text-decoration: none;
}
footer {
    text-align: center;
    height: 40px; 
    margin: 0 3%;
    background-image:
    url(metal06.jpg); 
}
footer p {
  font-size: 14px; 
  color: white;
  padding-top: 12px;
  margin-bottom: 2px;
}