/* ヘッダ */

#header_blog {
  position: relative;
  width: 1280px;
  height: 290px;
  margin: 0 auto;
  text-align: left;
  background: url(blog_bg.jpg) 0 0 no-repeat;
}

/* 個別ページナビ */

.content-nav {
  margin-bottom: 20px;
  text-align: center;
}

/* ブログコンテンツ */

.entry {
  margin-bottom: 50px;
  border-bottom: solid 1px #ebebeb;
}
.entry-header {
  margin-bottom: 5px;
  /* border-bottom: dotted 2px #ebebeb; */
  font-size: 140%;
}
.entry-info {
  margin-bottom: 20px;
  text-align: right;
}
.entry-body p {
  line-height: 1.8;
}
.entry-body img {
  padding: 30px 5px 30px 0;
}
.entry-footer {
  text-align: right;
}

/* サイドバー */

.staffintroarea h2 {
  margin: 1em 0 .5em;
  font-size: 100%;
  font-weight: bold;
}
.profile {
  background: #fafafa;
  border: none;
}
