html {
  background-color: black;
  color: orangered;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", tahoma, verdana, sans-serif;
  text-align: justify;
}
body {
  width: 500px;
  margin: auto;
}
header {
  padding: 10px;
}
h1 {
  font-family: "Times New Roman", sans-serif;
}
.entry {
  width: 400px;
  background: black;
  border-left: 7px solid orangered;
  border-right: 1px solid white;
  margin: 0 auto 20px;
  line-height: 15px;
}

.entry-header {
  padding: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  color: orangered;
  text-align: right;
}

.entry-body {
  padding: 2px;
  text-indent: 1em;
}

p {
    margin: 0px; padding: 3px;
}
.entry-body img {
  max-width: 240px;
  max-height: 240px;
  float: right;
  padding: 7px;
}

.entry-footer {
  padding: 5px;
  color: orangered;
  border-bottom: 1px solid white;
  text-align: right;
  clear: both;
}
button {
    background-color: #0000;
    border: 0px;
    color: #fff;
}
button:hover {
    text-decoration: underline;
}

.pager {
  text-align: center;
  margin: 20px 0;
}

.pager a {
  color: orangered;
  margin: 0 5px;
}
.pager a:hover { color: #fff; 
  text-decoration: none;}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
