@charset "Shift_JIS";

/* ■「エニエニ日記」ページ */

div.image {
 background-image:url(../bany/image/bg_img.gif);
}

p  {
  margin:  20px 0;
  font-size:  84%;
  line-height:  130%;
}
h3  { /* ブログタイトル */
  font-size:  110%;
  margin:  10px 0;
  padding:  5px;
  background:  #CC9966;
}

h4  { /* 見出し */
  font-size:  100%;
  margin:  10px 0;
  padding:  5px;
  background:  #eeeecc;
}

.center  {
  text-align: center;
}

.body1  {
  float:  left;
  background-color #cc0000;
  width: 200px;
  height: 100%;
  text-align: left;
}
.body2  {
  float:  left;
  margin-left: 10px;
  background-color #0000cc;
  width: 520px;
  height: 100%;
  text-align: left;
}

