body {
  background-color: #eee;
}

#globalheader-container {
  border-bottom: 1px dotted #999;
}

#title {
  margin: 32px 3%;
  font-size: 150%;
  text-shadow: 0 1px 0 #fff;
  text-indent: 20px;
}

#title a {
  color: #2b2b2b;
  text-decoration: none;
}

.hentry, .archive-entry {
  margin: 0 3% 30px;
  padding: 0;
  background: #f9f9f9;
  border: 1px solid #ababab;
  box-shadow: 0 0 5px #ccc;
}

.entry-inner, .archive-entry > * {
  padding: 0 20px;
}

.entry-date, .archive-date {
  font-size: 100%;
  font-weight: bold;
  font-family: "Trebuchet MS";
  margin: 10px 0;
  padding: 0;
}

.entry-date a, .archive-date a {
  text-decoration: none;
  color: #000 !important;
}

.entry-title {
  background-color: #2b2b2b;
  color: #fff;
  margin: 0 -21px;
  padding: 21px;
  font-size: 150%;
  font-weight: normal;
}

.entry-title-link {
  color: inherit;
  text-decoration: none;
}

.entry-categories, .categories {
  text-align: right;
  margin: 0.5rem 0 0;
}

.entry-category-link,
.entry-header-menu a,
.archive-category-link {
  color: #2b2b2b;
}

.entry-header-menu {
  float: right;
}

.entry-footer {
  background-color: #eee;
  border-top: 1px solid #e6e6e6;
  margin: 20px -20px 0;
  padding: 20px;
}


hr {
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #999 transparent #fff;
  margin: 1.5em 0;
}

pre {
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  padding: 8px;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.5;
}

.code {
  font-size: 90%;
}

blockquote, ins {
  border-style: dotted;
  border-width: 0 0 0 2px;
  display: block;
  margin: 1em 0;
  padding-left: 14px;
}

blockquote:before, ins:before {
  display: block;
  margin-bottom: 0.5em;
}

blockquote:before {
  color: #408080;
  content: "引用";
}

ins:before {
  color: #BE0C0C;
  content: "追記：" attr(datetime);
}

blockquote {
  border-color: #408080;
}

ins {
  border-color: #BE0C0C;
  text-decoration: none;
}

blockquote :first-child,
ins :first-child {
  margin-top: 0;
}

p ins {
  display: inline;
  margin: 0;
  padding: 0;
  border-left: none;
  border-bottom: 1px dotted #BE0C0C;
}

p ins:before {
  display: inline;
  content: "追記：";
  margin: 0;
  color: #BE0C0C;
}