/* === ヘッダのスタイル === */
BODY {
  width: 780px;
  height: 80px;
  font-size: 15px;
  text-align : center;
  margin-left : auto;
  margin-right : auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #333333;
}
HR {
  width : 780px;
  margin-left : auto;
  margin-right : auto;
}
table {
  width: 700px;
  height: 80px;
  font-size: 15px;
  color : #ffffff;
  margin-left : auto;
  margin-right : auto;
}
A {
  text-decoration: none;
}
A:LINK {
  color: #ffffff;
}
A:VISITED {
  color: #ffffff;
}
A:HOVER {
  color: #ffffff;
  text-decoration: underline;
}
A:ACTIVE {
  color: #ff8844;
}

