
/*p { font-family: "Sawarabi Mincho"; }
*/
body {
  max-width: 1024px;
  font-family: "Sawarabi Mincho";
  margin-right: auto;
  margin-left: auto;
}

#header {
  width: 100%;
  background-color: #0EA;
  background-image: linear-gradient(#EFE, #0EA, #EFE)
}

#title {
  width: 50%;
  font-style:italic;
  font-weight:900;
  font-size:2.5rem;
  text-shadow: 3px 3px #BBB;
  float: left;
}

#menu {
  width: 50%;
  float: right;
}

#link {
  list-style: none;
}

#link li{
  width: 5rem;
  text-align: center;
  font-size: 0.8rem;
  float: right;
}

#link a {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

table {
  border: solid 1px;
  border-collapse: collapse;
  width: 95%;
  margin: 5px;
}

th {
  border: solid 1px;
  text-align: center;
}

td {
  border: solid 1px;
  text-align: center;
}

.axis text {
  font-family: sans-serif;
  font-size: 11px;
}

.axis path,
.axis line {
  fill: none;
  stroke: black;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}

svg {
  max-width: 1024px;
}
