/* スタイルシート */
BODY{
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
A{ /* 12px; green; */
  font-size : 12px;
  color : maroon;
  text-decoration : none;
}
A:hover{ /* 12px; red; */
  font-size : 12px;
  color : red;
}
.screen-max{ /* 800px; */
   width : 100%;
}
/* テキスト中央揃え */
.text_center {
  text-align : center;
  vertical-align : middle;
}

.titlelogo-max {
   width : 100%;
   text-align : center;
}
/*  ヘッダーとリボンの間隔 */
.title-interval {
   height : 5px;
}
.now-fc-change{
  color : red;
}
/* ニュー罫線 font-size : 12px */
.kei-sen-menu {
  font-size : 12px;
  border-top-width : 5px;
  border-top-style : solid;
  border-top-color : green;
  border-bottom-width : 5px;
  border-bottom-style : solid;
  border-bottom-color : green;
  background-color : lightgoldenrodyellow;
  vertical-align : middle;
  text-align : center;
}
