@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);


/* 全体のレイアウト
----------------------------------------------- */

body {
     background-color: #fff;
}

#wrapper {
     padding-top: 10px;
     padding-left: 10px;
}

#container {
     margin: 0 auto;
     width: 1100px;
}

#content {
     position: relative;
}

#main {
     width: 750px;
}
#sidebar {
     width: 330px;
}

/* サイドバー入れ替え */
body.sidebar-right #main {
     float: left;
}
body.sidebar-right #sidebar {
     float: right;
}
body.sidebar-left #main {
     float: right;
}
body.sidebar-left #sidebar {
     float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
     color: #000;
    

     font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a,
body.page-article .article-title a:visited {
     color: #000;
     text-decoration:none;
}
a:link {
     color:#097661;
     text-decoration: none;
}

a:active {
     text-decoration: none;
}

a:visited {
     color:#c50000;
     text-decoration: none;
}

a:hover {
     color:#0014D3;
     text-decoration: none;
}



/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */

/* Top Logo */

#toplogo {
     height: 150px;
     background-color: #fff;
     margin: 0px auto 0px;
     width:100%;
}


/* Menu bar */

ul#rrnav li {
    list-style: none;
    float: left;
    margin: 5;
    padding: 0;
}
ul#rrnav li a {
    display: block;
    height: 45px;
}

#nav-wrap {
   
    height: 45px;

    top: 45px;
    right: 0px;
    margin: 0px;
    padding: 0;
}
ul#rrnav {
    height: 45px;
    width: 700px;
    background: url(http://osoroshian.com/menu.png) no-repeat 0 0px;
}
ul#rrnav li.rrnav1,
ul#rrnav li.rrnav1 a { width: 100px }
ul#rrnav li.rrnav1 { margin-left: 0px }
ul#rrnav li.rrnav1 a:hover { background: url(http://osoroshian.com/menu.png) no-repeat 0px -45px }
ul#rrnav li.rrnav2,
ul#rrnav li.rrnav2 a { width: 100px }
ul#rrnav li.rrnav2 { margin-left: 50px }
ul#rrnav li.rrnav2 a:hover { background: url(http://osoroshian.com/menu.png) no-repeat -150px -45px }
ul#rrnav li.rrnav3,
ul#rrnav li.rrnav3 a { width: 100px }
ul#rrnav li.rrnav3 { margin-left: 50px }
ul#rrnav li.rrnav3 a:hover { background: url(http://osoroshian.com/menu.png) no-repeat -300px -45px }
ul#rrnav li.rrnav4,
ul#rrnav li.rrnav4 a { width: 100px }
ul#rrnav li.rrnav4 { margin-left: 50px }
ul#rrnav li.rrnav4 a:hover { background: url(http://osoroshian.com/menu.png) no-repeat -450px -45px }
ul#rrnav li.rrnav5,
ul#rrnav li.rrnav5 a { width: 100px }
ul#rrnav li.rrnav5 { margin-left: 50px }
ul#rrnav li.rrnav5 a:hover { background: url(http://osoroshian.com/menu.png) no-repeat -600px -45px }



/* Blog Scholarship */

#scholarship{
    margin-top: -72px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 750px;
    padding: 0px;
}



/* Sarch */

#sarch{
    margin-top:-25px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 860px;
    padding: 0px;
}


/* TOPページメインカラム
----------------------------------------------- */

/* Blog Roll */

.osoroshirss {
    width: 750px;
    border: 1px solid #000000;
    border-radius:2px 2px 2px 2px;
    margin: 5px 0 0 5px;
}





/* 記事全体 */

.article {
     padding: 15px;
     background-color: #fff;
     margin: 15px 0 15px 0;
     //height: 160px;
     position: relative;
        display:block;
        border: 1px solid #000000;
     border-radius:15px 15px 15px 15px;

}

.article-soft {
     padding: 15px;
     background-color: #fff;
     margin: 0px 0 15px 0;
     //height: 160px;
     position: relative;
display:block;
    box-shadow: 0 0 5px #C0C0C0;

     border-radius:6px;
     -moz-border-radius:6px;
     -webkit-border-radius:6px;
}


.first-article {
     padding-top :160px;
}



.second-article {
     padding-top :20px;
}

/* 記事ヘッダー、記事タイトル */




.toppagetitlepic {
    position: absolute;
   
    top: 10px; 
    left: 10px; 
}


.toppagedate {
    height: 13px;
    float: left;
    margin: -152px 155px 0px;
    line-height: 13px;
    font-size: 12px;
     color: #CC9541;
    
}



.categorytitle {
    height: 14px;
float: right;
    margin: -153px 0px 0px;
    line-height: 13px;
    font-size: 12px;
     color: #CC9541;
}


.toppagetilte {
    height: 120px;
    width : 570px;
    float: left;
    margin: -135px 160px 0px;
    line-height: 32px;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
}



.toppagesocial-btn {
    position: absolute;
    top: 140px; 
    left: 200px; 
}





/* ブログのフッター
----------------------------------------------- */
#blog-footer {
     color:#555;
     padding: 40px;
}
#blog-footer a {
     color:#555;
}





/* サイドバー・ブログパーツ
----------------------------------------------- */

/* 共通 */

.sidewrapper:first-child {
     padding-top: 10px;
}


.sidewrapper {
     //border-bottom: 1px solid #000000;
     font-size: 14px;
     overflow: hidden;
     margin: 5px 0 10px;
     padding: 10px 10px;
     position: relative;
     background-color: #fff;
     border: 1px solid #000000;
     border-radius:10px 10px 10px 10px ;
    
}


.sidewrapper .sidetitle {
     color: #333;
     font-size: 16px;
     font-weight: bold;
     line-height: 1.2;
     margin-bottom: 0.7em;
}


.sidewrapper .sidetitle a {
     color: #333;
}


.sidewrapper .side .sidebody {
     line-height: 1.5;
     margin: 0 0 7px 0;
}

.sidewrapper .side .sidebody.category-child {
    padding-left: 12px;
}


/* 追尾 */
.fixed {
  position: fixed;
  top: 20px;
}





/* 個別記事ページ
----------------------------------------------- */

.article-header {
     margin-bottom: 15px;
     position: relative;
}


.kijititle {
    width : 730px;
    margin: 30px 10px 25px;
    line-height: 25px;
    font-size: 24px;
    font-weight: bold;
     color: #05975e;
}


.kijipagedate {
    height: 13px;
    float: left;
    margin: -22px 5px 0px;
    line-height: 13px;
    font-size: 12px;
     color: #CC9541;
}


.kijicategorytitle {
    height: 14px;
    float: right;
    margin: -22px 10px 0px;
    line-height: 13px;
    font-size: 12px;
     color: #CC9541;
}



.kijisocial-btn {

    position: absolute; 
    bottom: 5px; 
    left: 13px; 
}


.kijiundersocial-btn {
    margin: 10px 0px 20px;
}



/* 個別記事のみ */
body.page-article .article {
     border: 15;
     margin-bottom: 0;
     padding: 0;
}
body.page-article .article-title {
     max-height: none;
}
body.page-article .article-header,
body.page-article .article-body {
     margin-left: 3px;
        margin-right: 3px;
}
body.page-article .article-header {
     border-bottom: 1px solid #000000;
     padding-bottom: 20px;
}



/* 記事本文
----------------------------------------------- */
.article-body2 {
     color: #080000;
   
        margin: 55px 10px;
     line-height: 1.5;
}


.article-body-inner2 h1,
.article-body-inner2 h2,
.article-body-inner2 h3{
font-size:150%;
font-weight:bold;
border-left: 7px double #B00100; /*文字の横に付箋のようなマークを入れる*/
width:700px; /*見出しの横幅*/
line-height: 22px; /*h3の高さ設定*/
padding-left: 5px; /*文字の左にスペース*/
color:#333333;  /*文字の色*/
}

.article-body-inner2 h4 {
     border-bottom:1px solid #ccc;
}

.article-body-inner2 blockquote {
     background-color:#d2d7da;
     border: 1px solid #fff;
}

.article-body-inner2 blockquote:before {
     color: #ddd;
}

.article-body-inner2 img.pict{
     border: 5px solid #fff;
     box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
     height: auto;
     margin: 1em 6px 1.5em!important;
     max-width: 98.4%;
}


/* 記事内仕切り線*/
.kijibar {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
}


/* リストスタイル*/
ul {
    list-style: disc;
    margin: 0 0 2px 2.5em;
}
ol {
    list-style: decimal;
    margin: 0 0 2px 2em;
}
li {
    margin: 0 0 4px 0em;
    line-height: 120%;
}



.box {
     display: inline-block;
}

/* ハックでIE6,7のみに適用 */
html*.box {
     display: inline;
     zoom: 1;
}



/* AD */

.adundertext {
    height: 14px;
    float: left;
    margin: 0px 40px 6px;
    line-height: 14px;
    font-size: 14px;
     color: #CC9541;
}

.adunder1 {
    margin: 0px 40px -250px;
}

.adunder2 {
    margin: 0px 400px 20px;
}



.amazon {
 width: 96%;
 border-collapse: collapse;
 table-layout: fixed;
 }

 .amazon td {

 padding: 6px;
 background-color: #fff;
 border: none;
 }



.sidebar table {
width: 300px;
border: 1px #000000 none;
}

.sidebar td {
border: 1px #000000 none;
padding: 10px 10px;
}


/* 記事コメント
----------------------------------------------- */

<style type="text/css"><!--
   /* ▼表示領域全体 */
   div.tabbox {
      margin: 0px;
      padding: 0px;
      width: 735px; /* 全体の横幅 */
  

   }
   /* ▼タブ部分 */
   div.tabbox ul.tabs {
      margin:  5px; /* 外側の余白を消す */
      padding: 0px; /* 内側の余白を消す */
   }
   div.tabbox ul.tabs li {
      margin: 0px;  /* 各項目周囲の余白をなくす */
      padding: 0px; /* 各項目内側の余白をなくす */
      list-style-type: none; /* 先頭記号を消す */
      float: left;  /* リスト項目を横方向に並べる */
      width: 120px; /* タブのデフォルトの横幅 */


   }
   div.tabbox ul.tabs a {
      display: block;  /* ブロックレベルに */
      padding: 5px 0px;      /* 内側の余白 */
      height: 20px;          /* タブの高さ */
      text-align: center;    /* 中央寄せ */
      text-decoration: none; /* 下線を消す */

   }
   /* ▼標準のタブ色 */
   div.tabbox ul.tabs li.tab {
      background-color: white;
   }
   div.tabbox ul.tabs a:link,
   div.tabbox ul.tabs a:visited {
      color: white; /* タブの文字色(白) */
   }
   div.tabbox ul.tabs a:hover {
      /* タブにマウスを載せた際の装飾 */
      color:white;          
      text-decoration: underline; /* 下線 */
   }
   /* ▼タブに対応するボックス領域 */
   div.tabbox div.tab {
        /* ボックスの横幅 */
      overflow: auto; /* スクロールバー自動表示 */
      clear: left;    /* 回り込み解除(必須) */
   }
   div.tabbox div#tab1 {
      /* タブ１の中身(枠線と背景色) */
     border-top: 3px solid #aad5ea; background-color: white;

   }
   div.tabbox div#tab2 {
      /* タブ２の中身(枠線と背景色) */
   border-top: 3px solid #aad5ea; background-color: white;
   }
  


   /* ▼ボックス内部の装飾(今回のテクニックとは無関係) */
   div.tabbox div.tab p { margin: 0.5em; }
   div.tabbox div.tab p.tabhead {
      font-weight: bold; border-bottom: 3px double gray;
   }



#facebooktitle{
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding: 0px;
}


#facebooktitletop{
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding: 0px;
}


#commenttitle{
    margin-top: 10px;
    margin-right: px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding: 0px;
}

#amazontitle{
    margin-top: 10px;
    margin-right: px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding: 0px;
}



/* アーカイブページ
----------------------------------------------- */

/* アーカイブヘッダ */
.archives-header {
     border-bottom: 2px solid #333;
     font-size: 14px;
     margin-bottom: 20px;
     padding: 10px 0;
}