@charset "UTF-8";
/* 共通部分
 */
body {
  color: black;
  background-color: white; }

b, th, dt, strong, em {
  font-weight: bold; }

dd {
  padding-left: 1em; }

ul {
  margin-left: 1.5em; }

ol {
  margin-left: 1.5em; }

pre {
  color: gray;
  background-color: #f0ffff;
  font-family: Consolas, "Lucida Console", Monaco, "ＭＳ ゴシック", "MS Gothic", monospace;
  -moz-box-shadow: 2px, 2px, 2px, gray;
  -webkit-box-shadow: 2px, 2px, 2px, gray;
  box-shadow: 2px, 2px, 2px, gray;
  padding: 12px 1em;
  margin: 12px 1em;
  overflow: auto; }

blockquote {
  color: black;
  background-color: #f5f5f5;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: 2px, 2px, 2px, black;
  -webkit-box-shadow: 2px, 2px, 2px, black;
  box-shadow: 2px, 2px, 2px, black;
  padding: 12px 1em;
  margin: 12px 1em; }

div#wrapper {
  width: 980px;
  margin: 10px auto;
  /* 中央寄せ */
  border-right: 3px solid #f5f5f5;
  border-left: 3px solid #f5f5f5; }

/* ヘッダー部分
 */
div#header {
  font-family: georgia, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  div#header .description {
    color: black;
    background-color: white;
    background-image: url("/Common/image/WeblogTitle.png");
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    border-top: 1px solid gray;
    border-bottom: 5px solid #87ceeb;
    border-right: 1px solid gray;
    padding-top: 166px;
    padding-right: 1em;
    margin-left: 220px; }
  div#header .sitenav {
    color: white;
    background-color: #191970;
    font-size: 14px;
    line-height: 24px;
    margin-left: 220px; }
  div#header h1 {
    color: white;
    background-color: #4169e1;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    width: 220px;
    padding-top: 62px;
    padding-bottom: 62px;
    float: left; }
    div#header h1 a {
      color: white;
      background-color: inherit;
      text-decoration: none; }
      div#header h1 a:hover {
        color: white;
        background-color: inherit;
        text-shadow: 0px 0px 5px #ff4500; }
  div#header a {
    color: white;
    background-color: inherit;
    text-decoration: none; }
    div#header a:hover {
      color: #ff4500;
      background-color: inherit; }
  div#header li {
    display: inline; }

/* コンテンツ部分
 */
div#main a {
  color: #191970;
  backgroud-color: inherit;
  text-decoration: none; }
  div#main a:hover {
    background-color: #87ceeb; }
  div#main a:visited {
    color: #4169e1; }

div#content {
  color: black;
  background-color: #191970;
  font-family: Helvetica, "Franklin Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 24px;
  width: 650px;
  float: left;
  border-right: 3px solid #f5f5f5; }

div.article {
  /* 記事部分 */
  color: black;
  background-color: white;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-right: 10px;
  margin-bottom: 24px; }
  div.article .title {
    color: white;
    background-color: #191970;
    font-family: georgia, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding-left: .5em; }
  div.article .meta {
    color: gray;
    background-color: transparent;
    font-family: georgia, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 12px;
    line-height: 24px;
    padding-left: 1em; }
  div.article .paragraph {
    color: black;
    background-color: transparet;
    padding: 24px 1em; }
  div.article ul, div.article ol, div.article dl {
    margin-top: 12px;
    margin-bottom: 12px; }
  div.article li {
    list-style: inherit; }
  div.article ul, div.article ul li {
    list-style: disc none outside; }
  div.article ol, div.article ol li {
    list-style: decimal none outside; }
  div.article ul ul, div.article ul ul li {
    list-style: circle none outside; }
  div.article ol ol, div.article ol ol li {
    list-style: lower-alpha none outside; }

.snsbutton {
  color: black;
  background-color: transparent;
  text-align: right;
  height: 72px;
  padding-right: 1em; }
  .snsbutton li {
    display: inline; }

div.writeback {
  /* ライトバック部分 */
  color: black;
  background-color: white;
  -moz-border-radius-topleft: 24px;
  -webkit-border-top-left-radius: 24px;
  border-top-left-radius: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: 10px; }
  div.writeback h3 {
    color: black;
    background-color: inherit;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: 3px #191970 solid;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 21px; }
  div.writeback form {
    padding-left: 1em;
    margin-bottom: 24px; }
  div.writeback .title {
    color: #191970;
    background-color: inherit;
    font-weight: bold;
    padding: 0 .5em;
    margin: 0px 10px; }
  div.writeback .excerpt, div.writeback .comment {
    color: black;
    background-color: #f0ffff;
    border-top: 1px #4169e1 solid;
    border-bottom: 1px #4169e1 solid;
    padding: 0 1em;
    margin: 0px 10px; }
  div.writeback .url {
    padding-left: 1em;
    margin-bottom: 24px; }
  div.writeback .meta {
    color: gray;
    background-color: white;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 22px; }
  div.writeback .message {
    color: red;
    background-color: inherit;
    font-weight: bold;
    text-align: center; }
  div.writeback .none {
    color: gray;
    background-color: inherit;
    margin-bottom: 24px; }

/* ナビゲーション部分
 */
div#nav {
  color: black;
  background-color: inherit;
  font-family: Helvetica, "Franklin Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 24px;
  width: 320px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: 660px; }
  div#nav .search {
    margin-bottom: 24px; }
  div#nav .calendar {
    margin-bottom: 24px; }
  div#nav .categories {
    margin-bottom: 24px; }
  div#nav .archives {
    margin-bottom: 24px; }
  div#nav .recommand {
    margin-bottom: 24px; }
  div#nav .syndicate {
    margin-bottom: 24px; }
  div#nav .spec {
    margin-bottom: 24px; }
  div#nav .poweredby {
    margin-bottom: 24px; }
  div#nav h3 {
    color: #191970;
    background-color: inherit;
    font-family: georgia, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    line-height: 24px;
    padding-left: .5em;
    border-top: 3px #191970 solid;
    border-bottom: 1px gray solid;
    margin-bottom: 20px; }

div#archiveslist {
  height: 288px;
  overflow: auto; }

/* フッター部分
 */
div#footer {
  color: white;
  background-color: #191970;
  font-family: georgia, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  clear: both;
  padding-bottom: 24px; }
  div#footer .pagenav {
    padding-right: 1em;
    margin-bottom: 24px; }
  div#footer a {
    color: white;
    background-color: inherit;
    text-decoration: none; }
    div#footer a:hover {
      color: #ff4500;
      background-color: inherit; }
  div#footer hr {
    width: 90%; }

/* その他 */
.RectangleAd {
  text-align: center;
  margin: 0px auto 14px auto; }

.banner {
  text-align: center;
  margin: 12px auto 24px auto; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.small {
  font-size: 12px;
  line-height: 24px; }

/* プラグインのためのスタイル
 * （ Liteback プラグイン除く）
 */
.asinSimple {
  width: 560px;
  margin: 12px auto;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid gray;
  -moz-box-shadow: 2px 2px 2px black;
  -webkit-box-shadow: 2px 2px 2px black;
  box-shadow: 2px 2px 2px black; }
  .asinSimple table {
    margin: 12px 10px; }
  .asinSimple th {
    width: 220px;
    text-align: center;
    vertical-align: middle; }
  .asinSimple td {
    text-align: left;
    vertical-align: top; }

.snaplt, .snaphs {
  text-align: center; }
  .snaplt img, .snaphs img {
    background-color: white;
    border: 1px gray solid;
    padding: 5px;
    margin-top: 18px;
    margin-bottom: 18px; }
  .snaplt a, .snaphs a {
    color: inherit;
    background-color: white; }
    .snaplt a:hover, .snaphs a:hover {
      background-color: white !important; }

/* paging プラグイン */
.paging em {
  color: white;
  background-color: inherit;
  font-weight: bold;
  text-shadow: 0px 0px 5px #ff4500; }

/* calendar プラグイン */
.month-calendar table {
  width: 21em;
  margin-left: auto;
  margin-right: auto; }
.month-calendar caption {
  text-align: center; }
.month-calendar th {
  text-align: center;
  width: 3em; }
.month-calendar a {
  font-weight: bold; }

.Sunday {
  color: red; }
  .Sunday a {
    color: red !important;
    background-color: inherit;
    font-weight: bold; }

.Saturday {
  color: #4169e1; }
  .Saturday a {
    color: #4169e1 !important;
    background-color: inherit;
    font-weight: bold; }

.ListTitleYr {
  color: black;
  background-color: white;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-bottom: 24px;
  margin-right: 10px; }
  .ListTitleYr h3 {
    color: white;
    background-color: #191970;
    font-family: georgia, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: .5em;
    margin-bottom: 24px; }
  .ListTitleYr dt {
    border-bottom: 3px solid #191970;
    padding-left: .5em;
    margin-right: 10px; }

/* for Drk7.jp Amazon Search */
/* for drk7.jp Amazon Search */
.drk7jpSimilarity {
  padding: 0 .5em; }

.drk7jpSimilarityHeader, .drk7jpSimilarityFooter {
  font-size: 12px;
  line-height: 24px;
  text-align: right; }

.drk7jpSimilaritySiteTitles {
  font-size: 14px;
  line-height: 24px; }

.drk7jpSimilaritySiteSummarys {
  color: gray;
  background-color: inherit;
  font-size: 12px;
  line-height: 24px; }
