@charset "Shift_JIS";
BODY{
  text-align: center;
  text-decoration : none;
  color : #404040;
  font-family : "ＭＳ Ｐ明朝",メイリオ, sans-serif, "Meiryo UI", ;
  border-bottom-width : 1px;
  border-bottom-color : #8d5400;
}
#side{
  width : 210px;
}
#main{
  width : 760px;
}


.horizontal-menu {
  display: flex;               /* 横並びにするおまじない */
  justify-content: center;     /* メニューを中央に寄せる（左寄せなら flex-start） */
  list-style: none;            /* リストの「・」を消す */
  padding: 0;
  margin: 0;
  width: 100%;
}