/********** initialize **********/
  h1, h2, h3, h4, h5, h6, div, ul, ol, p, blockquote, address {
    display: block;
  }
  a, addr, acronym, cite, code, dfn, em, img, kbd, object, q, ruby, samp, small, span, strong, sub, sup, var, del, ins {
    display: inline;
  }
  * {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
  }
  img {
    max-width: 100%;
  }

/********** body **********/
  body {
    background-color: #6699ff;
    font-size: 62.5%;
    font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5;
    text-align: center;
  }

/********** header **********/
  h1 {}
  h2 {}
  h3 {}
  h4 {}
  h5 {}
  h6 {}
  /* ブログタイトルロゴ */
    div#blog_title_logo a:hover {
      background: transparent; /* マウスオーバーの背景色変更を無効化 */
    }
  /* ブログ説明 */
    p#introduction {
      color: #ffffff;
      font-size: 1.6em;
      margin: -20px 20px 10px;
      position: relative;
      z-index: 999;
    }
  /* 上部メニュー */
    div#top_menu {
      height: 120px; /* ロールオーバー用 */
      margin: -60px 20px 10px;
      width: 100%;
    }
      div#top_menu_box-1, div#top_menu_box-2, div#top_menu_box-3, div#top_menu_box-4 {
        display: inline-block;
        margin-right: 7px;
      }
        div#top_menu_box-1:hover {
          background: url("https://blog-imgs-74.fc2.com/o/k/o/okodukaibeedash/obd_rollover_mushroom-1.gif") no-repeat;
          position: relative;
          z-index: 998;
        }
        div#top_menu_box-2:hover {
          background: url("https://blog-imgs-74.fc2.com/o/k/o/okodukaibeedash/obd_rollover_mushroom-2.gif") no-repeat;
          position: relative;
          z-index: 998;
        }
        div#top_menu_box-3:hover {
          background: url("https://blog-imgs-74.fc2.com/o/k/o/okodukaibeedash/obd_rollover_mushroom-3.gif") no-repeat;
          position: relative;
          z-index: 998;
        }
        div#top_menu_box-4:hover {
          background: url("https://blog-imgs-74.fc2.com/o/k/o/okodukaibeedash/obd_rollover_mushroom-4.gif") no-repeat;
          position: relative;
          z-index: 998;
        }
      div#top_menu_box-5 {
        display: inline-block;
      }
        div#top_menu_box-5:hover {
          background: url("https://blog-imgs-74.fc2.com/o/k/o/okodukaibeedash/obd_rollover_mushroom-5.gif") no-repeat;
          position: relative;
          z-index: 998;
        }
      div#top_menu a:hover {
        background: transparent; /* マウスオーバーの背景色変更を無効化 */
      }
      div#top_menu img {
        margin-top: 60px; /* ロールオーバー用 */
      }
  /* パンくずリスト */
    ul#topic_path {
      color: #ffffff;
      font-size: 1.2em;
      height: 32px;
      margin: 10px 20px;
      overflow: hidden;
    }
      ul#topic_path li {
        display: inline;
      }
      ul#topic_path a {
        color: #ffffff;
      }
        ul#topic_path a:hover {
          background-color: #ffcccc;
        }

/********** p **********/
  p {}

/********** layout **********/
  div#container {
    background-color: #6699ff;
    margin: auto;
    position: relative;
    text-align: left;
    width: 980px;
  }
  div#header {
    position: absolute;
    top: 0px;
    width: 100%;
  }
  div#search {
    width: 100%;
    text-align: right;
  }
  div#search input.field {
    padding: 0.2em;
    border: 1px solid #e3dcd0;
  }
  div#search input.field:hover {
    border: 1px solid #07b;
  }
  div#contents {
    position: relative;
    top: 354px;
  }

/********** primary **********/
  div#primary-column {
    float: left;
    width: 620px;
    background-color: #ffffff;
    margin-left: 20px;
    margin-bottom: 20px;
  }
    div.entryfield {
      margin-bottom: 15px;
      padding-top: 35px;
      background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_container_block.png") repeat-x;
    }
      h1.entry-header {
        margin-bottom: 15px;
        padding:0px 20px 0px 45px;
        background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_icon_box.png") 2.5% 5% no-repeat;
        font-size: 1.8em;
      }
      div.entry-body {
        padding: 0 25px;
        font-size: 1.4em;
      }
        div.entry-body a:hover {
          background-color: #eaeff7;
        }
        div.entry-body ul, div.entry-body ol {
          margin: 1em 0;
          list-style-position: inside;
        }
        p.entry-more-link {
          text-align: right;
        }
        div.entry-more {}
        div.entry-adsense { margin: 3em 0 1.5em 0; }
      ul.entry-state {
        margin-top: 10px;
        list-style-type: none;
        font-size: 1.4em;
      }
        ul.entry-state li {
          display: inline;
        }
        li.entry-back-home {}
        li.entry-date {
          margin: 0 0.5em 0 1.8em;
        }
        li.entry-category {
          margin: 0 0.5em;
        }
        li.entry-comment {
          margin: 0 0.5em;
          padding-left: 25px;
          background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_icon_mushroom.png") left center no-repeat;
        }
        li.entry-trackback {
          margin: 0 0.5em;
          padding-left: 25px;
          background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_icon_mushroom.png") left center no-repeat; 
        }
    ul.navi {
      margin-bottom: 20px;
      padding-top: 35px;
      list-style-type: none;
      text-align: center;
      background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_container_block.png") repeat-x;
      font-size: 1.4em;
    }
      ul.navi li {
        display: inline;
      }
      ul.navi li.prev {
        margin-right: 1em;
      }
      ul.navi li.next {
        margin-left: 1em;
      }
      p#copyright {
        background-color: #6699ff;
        clear: both;
        color: #ffffff;
        font-size: 1.2em;
        margin-bottom: 20px;
        margin-left: 20px;
      }
      
  /* permanent_area */
      dl.trackback-addr {
        margin: 2em 0 1em 0;
      }
        dt.trackback-addr-header {
          font-size: 1.4em;
          padding-left: 20px;
        }
        dd.trackback-addr-url {
          padding: 0.2em;
          color: #666;
          border: 1px solid #e3dcd0;
          margin: 0 20px;
        }
        dl > dd.trackback-addr-url {
          color: #ccc;
          border: 1px solid #e3dcd0;
        }
        dl > dd.trackback-addr-url:hover {
          color: #666;
          border: 1px solid #07b;
        }
      h3#trackback-top {
        margin: 2em 0;
        background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_container_block.png") bottom repeat-x;
        padding-left: 20px;
        padding-bottom: 18px;
      }
      h3#trackback-top span.num {
        margin: 0 0.2em;
        font-weight: bold;
        font-size: 1.4em;
      }
      div.trackbackfield {
        margin: 0 2em;
        font-size: 1.4em;
      }
        h4.trackback-header {
          margin: 0.5em 0;
        }
        h4.trackback-header span.hide {
          display: none;
        }
        h4.trackback-header span.num {
          margin: 0 0.2em;
          color: #c00;
        }
        div.trackback-body {}
        ul.trackback-state {
          margin-top: 1em;
        }
          ul.trackback-state li {
            display: inline;
          }
          li.trackback-date {
            margin-right: 0.3em;
          }
          li.trackback-site {
            margin: 0 0.3em;
          }
      h3#comment-top {
        margin: 2em 0;
        background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_container_block.png") bottom repeat-x;
        padding-left: 20px;
        padding-bottom: 18px;
      }
      h3#comment-top span.num {
        margin: 0 0.2em;
        font-weight: bold;
        font-size: 1.4em;
      }
      div.commentfield {
        border-bottom: dashed 1px;
        margin: 1.5em 2em;
        font-size: 1.4em;
      }
        h4.comment-header {
          margin: 1em 0;
        }
        h4.comment-header span.hide {
          display: none;
        }
        h4.comment-header span.num {
          margin: 0 0.2em;
          color: #c00;
        }
        div.comment-body {}
        ul.comment-state {
          margin: 1em 0;
          list-style-type: none;
        }
          ul.comment-state li {
            display: inline;
          }
          li.comment-date {
            margin-right: 0.3em;
          }
          li.comment-author {
            margin: 0 0.3em;
          }
          li.comment-author-site {
            margin: 0 0.3em;
          }
          li.comment-edit {
            margin: 0 0.3em;
          }
      div.comment-area {
        margin: 1em 0;
      }
        span#comment-area_notice {
          font-size: 0.75em;
        }
        h3#comment-post, h3#comment-edit {
          margin-top: 1.5em;
          background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_container_block.png") bottom repeat-x;
          font-size: 1.6em;
          font-weight: bold;
          padding-left: 20px;
          padding-bottom: 18px;
        }
    /* 関連記事 */
      li.relate_li, li.relate_li_nolink {
        background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_icon_coin_16.png") 0% 5% no-repeat;
        padding-bottom: 5px;
        padding-left: 20px;
      }
    /* 関連キーワード */
      p#relate-keyword {
        font-weight: bold;
      }
      ul#tag_list {
        margin-left: 34px;
      }
        ul#tag_list > li {
          display: inline;
          margin-right: 10px;
          white-space: nowrap;
        }
    /* twitter, facebook */
      div.fc2_footer {
        margin-top: 20px;
    }
    /* form */
        form.comment-form {
          margin-top: 2em;
        }
          fieldset {
            border: none;
          }
          legend {
            display: none;
          }
          input.field, textarea.field {
            padding: 0.2em;
            border: 1px solid #e3dcd0;
          }
          input.field:hover, textarea.field:hover {
            border: 1px solid #07b;
          }
          input#himitu {
            margin-right: 0.5em;
          }
          dl.comment-form {
            font-size: 1.4em;
            padding-left: 20px;
          }
            dl.comment-form dt {
              margin: 0.2em 0;
            }
            dl.comment-form dd {
              margin: 0.5em 0;
            }
          kbd.acskey {
            border-bottom: 1px solid;
            font-family: inherit;
          }
          form.comment-form > fieldset > p {
            margin-left: 20px;
          }

/********** secondary **********/
  div#pre-secondary-column {
    float: right;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  div#secondary-column {
    width: 300px;
    background-color: #ffffff;
  }
    div#secondary-column > div {
      background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_container_block.png") repeat-x;
      margin-bottom: 15px;
      padding-top: 35px;
      padding-left: 15px;
      padding-right: 15px;
    }
      div#secondary-column h3 {
        font-weight: bold;
        background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_icon_box.png") 0% 10% no-repeat;
        font-size: 1.8em;
        margin-bottom: 10px;
        padding-left: 30px;
      }
      div#secondary-column > div > div, div#secondary-column > div > ul, div#secondary-column > div > form {
        padding-left: 10px;
        padding-right: 10px;
      }
      div#secondary-column > div > div> div, div#secondary-column li, div#secondary-column form, p.plugin-tag, p.plugin-profile {
        font-size: 1.4em;
      }
      div#secondary-column li {
        background: transparent url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_icon_coin_16.png") 0% 5% no-repeat;
        margin-left: 3px;
        padding-left: 20px;
        padding-bottom: 5px;
      }
      div.free-area {
        text-align: center;
      }
    div#appendix-adsense {
      margin: 1em 0;
    }
    div#categories-archives ul, div#monthly-archives ul, div#links ul {
      margin: 1em 0;
      list-style-type: none;
    }
    div#categories-archives ul li, div#monthly-archives ul li, div#links ul li {
      padding-left: 15px;
    }
    div#categories-archives ul li {
      background: transparent url("https://templates.blog.fc2.com/template/cfdn_09/icon_archives.gif") 0 0.5em no-repeat;
    }
    div#monthly-archives ul li {
      background: transparent url("https://templates.blog.fc2.com/template/cfdn_09/icon_archives.gif") 0 0.5em no-repeat;
    }
    div#links ul li {
      background: transparent url("https://templates.blog.fc2.com/template/cfdn_09/icon_links.gif") 0 0.5em no-repeat;
    }
    div#profile {}
      p.author-pics {}
      p.author-name {}
      p.author-description {}
      p.powered {}
    ul.feeds {
      margin: 1em 0;
      list-style-type: none;
    }
      ul.feeds li {
        padding-left: 30px;
        background: transparent url("https://templates.blog.fc2.com/template/cfdn_09/icon_rss.gif") left center no-repeat;
      }
      li.rss1 {}
      li.rss2 {}
      li.rss3 {}

/********** anchor **********/
  a {
    text-decoration: none;
  }
  a:link {
    color: #07b;
  }
  a:visited {
    color: #07b;
  }
  a:hover {
    color: #5483bc;
    background-color: #eaeff7;
  }
  a:active {
    color: #5483bc;
    background-color: #eaeff7;
  }
  a img {
    border: none;
    border-width: 0;
  }
  h1 a {
    font-weight: bold;
  }
  h3.entry-header a {
    font-weight: bold;
  }

/********** table **********/
  table {
    margin: 0.5em 0;
  }
  table, tr, th, td {
    border-collapse: collapse;
    border: 2px solid #cc3300;
  }
  caption {
    text-align: right;
  }
  th {
    font-weight: bold;
    background-color: #ffcccc;
    color: #cc3300;
    text-align: center;
  }
  th, td {
    padding: 0.5em;
  }
  caption, th, td {
    _font-size: 75%;
  }

/********** tree **********/
  div#recent-comments ul, div#recent-trackbacks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  div#recent-comments ul.list-tree, div#recent-trackbacks ul.list-tree {
    margin: 1em 0;
  }
  div#recent-comments ul li ul li, div#recent-trackbacks ul li ul li {
    margin: 0;
    padding-left: 20px;
    background: transparent url("https://templates.blog.fc2.com/template/cfdn_09/tree_child.gif") top left no-repeat;
  }
  div#recent-comments ul li ul li.lastchild, div#recent-trackbacks ul li ul li.lastchild {
    background: transparent url("https://templates.blog.fc2.com/template/cfdn_09/tree_child_last.gif") top left no-repeat;
  }

/********** deco **********/
  abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
  }
  cite {
    font-style: italic;
  }
  dfn {
    font-style: italic;
  }
  kbd {}
  q {
    quotes: "「" "」" "『" "』" "‘" "'" "“" "”";
  }
  q:before {
    content: open-quote;
  }
  q:after {
    content: close-quote;
  }
  samp {
    font-family: monospace;
  }
  small {
    font-size: smaller;
  }
  em, strong {
    font-weight: bold;
  }
  sub {
    vertical-align: bottom;
  }
  sup {
    vertical-align: top;
  }
  var {
    font-style: italic;
  }
  blockquote {
    width: auto;
    _width: 100%;
    margin: 1em 0;
    padding: 5px 0 5px 10px;
    border-left: 2px solid #07b;
  }
  blockquote[title]:after {
    display: block;
    margin-bottom: 1em;
    content: "\30fb  " attr(title) "  \5f15 \7528 \5143 ";
  }
  blockquote p, blockquote dl, blockquote ul, blockquote ol {
    margin: 0.5em;
  }
  /* pre {
    width: auto;
    _width: 100%;
    margin: 1em 0;
    padding: 5px 0 5px 10px;
    border-left: 2px solid #07b;
  } */
  code {
    font-family: monospace;
    text-indent: 0;
    line-height: 1.0;
  }
  ins {
    display: block;
    width: auto;
    _width: 100%;
    margin: 1em 0;
    padding: 0.5em 0.5em 0.5em 10px;
    border-left: 2px solid #07b;
    text-decoration: none;
    _text-decoration: underline;
  }
  ins[datetime]:before {
    display: block;
    margin-bottom: 1em;
    content: "\30fb  " attr(datetime) "  \8ffd \8a18 ";
  }
  del {
    display: block;
    width: auto;
    _width: 100%;
    margin: 1em 0;
    padding: 0.5em 0.5em 0.5em 10px;
    border-left: 2px solid #07b;
    text-decoration: none;
    _text-decoration: line-through;
  }
  del[datetime]:before {
    display: block;
    margin-bottom: 1em;
    content: "\30fb  "attr(datetime) "  \53d6 \308a \4e0b \3052 \2e \2e ";
  }
  i {
    font-style: italic;
  }
  b {
    font-weight: bold;
  }
  s {
    text-decoration: line-through;
  }
  u {
    text-decoration: underline;
  }

/********** list **********/
  div.entry-body dl {
    margin: 1em 0;
  }
  div.entry-body dt {
    font-weight: bold;
  }
  div.entry-body dd {
    margin-left: 1em;
  }
  div.entry-body ul {
    margin: 1em 0;
  }
  div.entry-body ol {
    margin: 1em 0;
  }
  div.entry-body ol li {
    margin-left: 1em;
  }
  ul li ul {
    margin: 0.5em 0 0.5em 1em;
  }
  ul li ol {
    margin: 0.5em 0 0.5em 1em;
  }
  ol li ul {
    margin: 0.5em 0 0.5em 1em;
  }
  ol li ol {
    margin: 0.5em 0 0.5em 1em;
  }

/********** image **********/
  .thumb {}
  .thumb-l {
    float: left;
  }
  .thumb-r {
    float: right;
  }
  .clear {
    clear: both;
  }

/********** icon **********/
  .emoji {}

/********** plugin **********/
  p.plugin-tag {
    padding: 0px 10px;
  }
  p#disclaimer {
    padding-bottom: 20px;
  }
  p.plugin-profile {
    padding: 0px 9px;
  }
  p.plugin-myimage {
    padding-left: 35px;
  }
  iframe#twitter-widget-0, iframe#twitter-widget-1 { /* プロフィールのフォローボタン */
    padding-left: 10px;
    margin-bottom: 5px;
  }
  div.recent_hour00, div.recent_hour03, div.recent_hour09, div.recent_hour10, div.recent_hour12, div.topentry_hour00, div.topentry_hour03, div.topentry_hour09, div.topentry_hour10, div.topentry_hour12 {
    display: none;
  }

/********** footer **********/
  #footer {
    clear: both;
    background-image: url("https://blog-imgs-68.fc2.com/o/k/o/okodukaibeedash/obd_footer_tile.png");
    height: 340px;
    min-width: 980px;
    position: relative;
    bottom: -360px;
  }
    #inner_footer {
      width: 940px;
      margin: 0 auto;
    }
      #inner_footer a {
        color: #fff;
      }
      #inner_footer a:hover {
        background-color: #666;
      }
      .upper_footer {
        background-color: #000;
        display: inline-block;
        font-size: 1.2em;
        height: 152px;
        margin-top: 20px;
        text-align: center;
        vertical-align: top;
        width: 235px;
      }
        .upper_footer p, .lower_footer p {
          margin: 10px 0;
        }
        .left_recommended, .left_pr {
          display: inline-block;
          margin: 0 5px 10px 10px;
        }
        .right_recommended, .right_pr {
          display: inline-block;
          margin:0 10px 10px 0;
        }
          .left_recommended img, .right_recommended img {
            width: 100px;
          }
        .pr_footer {
          color: #fff;
          line-height: 36px;
        }
      .lower_footer {
        background-color: #000;
        display: inline-block;
        font-size: 1.2em;
        height: 152px;
        text-align: center;
        vertical-align: top;
        width: 235px;
      }

/********** user agent stylesheet **********/
  ul, menu, dir {
    list-style-type: none;
  }
  pre {
    font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
  }

/********** banner **********/
  /* skyscraper広告 */
    div#skyscraper_left {
      margin-left: -160px;
      position: fixed;
      top: 20px;
      z-index: 1;
    }
    div#skyscraper_right {
      margin-left:980px;
      overflow: hidden;
      position: fixed;
      top: 20px;
      z-index: 1;
    }
  /* 記事内 */
    div.middle_banner { /* 記事中段banner広告 */
      height: 60px;
    }
    div.lower_banner { /* 記事下段banner広告 */
      height: 60px;
    }
    div.four_banners_c { /* 4列バナー センタリング */
      display: inline-block;
      margin-right: 18px;
      text-align: center;
    }
    div.four_banners_l { /* 4列バナー 左寄せ */
      display: inline-block;
      margin-right: 18px;
      text-align: left;
    }
  /* メインカラム下部rectangle広告 */
    div#bottom_rectangle {
      background: #6699ff;
      padding-top: 20px;
    }
    div#bottom_rectangle_left {
      float: left;
      margin-right: 20px;
      width: 300px;
    }
    div#bottom_rectangle_right {
      clear: both;
      display: inline;
    }
  /* サイドメニュー */
    div#side_top_rectangle { /* 上部rectangle広告 */
      height: 250px;
      padding-bottom: 20px;
    }
    div#side_bottom_rectangle { /* 下部rectangle広告 */
      margin-top: 20px;
    }
  /* ブログランキング */
    div#blog_ranking_sankacyu {
      margin: 5px -10px;
    }
      div.blog_ranking_l {
        display:inline-block;
        margin: 0 15px 10px 0;
        vertical-align: top;
      }
      div.blog_ranking_r {
        display: inline-block;
        vertical-align: top;
      }

/********** etc. **********/
  /* SNSボタン */
    #sns {
      left: -10px;
      margin-top: 1em;
      position: relative;
    }
      #sns_twitter {
        bottom: -5px;
        position: relative;
      }
/*      #___plus_0 {
        left: -10px;
        position: relative;
      }*/
      .sns_button {
        display: inline-block;
        margin-right: 5px;
      }