body {
  background: #000000;
  color: #cccccc;
  max-width : 100%;
  font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif, 'Helvetica Neue', 'Helvetica', 'Univers', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  font-size: x-small;
text-align: center;
  text-indent: 1em;
padding: 30px 5% 30px 5%;
}

/* 通常のリンクテキストカラー */
a {
  color: #cccccc;
  text-decoration: none;

}

/* 画像の最大幅を指定 */
img {
    max-width: 80%;
}



header#blog-title {
  background: #1d381d;
padding: 5px 3% 5px 3%;
}
/* ブログ名 */
h1#title {
  max-width : 100%;
text-align: center;
  color: #ffffff;
  font-size: xx-large;
}

/* ブログの説明 */
h2#blog-description {
  max-width : 100%;
text-align: center;
  color: #ffffff;
  font-size: large;
}



/* 記事日付 */
div.date {
  background: #000000;
  max-width : 100%;
text-align: left;
  color: #ffffff;
  font-size: large;
padding: 10px 0 10px 0;

}

/* 記事タイトル */
h1.entry-title {
  background: #1d381d;
  max-width : 100%;
text-align: left;
  color: #ffffff;
  font-size: x-large;
padding: 10px 0 10px 0;

}


/* 記事 */
div.entry-content {
  background: #000000;
  max-width : 100%;
  text-indent: 1em;
text-align: left;
  color: #ffffff;
  font-size: x-large;
padding: 30px 5% 30px 5%;


}

