/*
-----------------------------------------------------
ameblo CSS Skin Settings
FileName  : ameblo-book.css (3カラム・左右メニュー)
Version   : 2010.08
Update    : 
Skin for  : http://ameblo.jp/ameblo-book/
Copyright (C) http://blogcustom.24hr.jp All rights reserved.
-----------------------------------------------------
*/

/*++++++++++++++++++++++++++++++++++++++++
スタイルリセット
++++++++++++++++++++++++++++++++++++++++*/
body {
	margin		:0;
	padding		:0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, span, pre, blockquote, th, td {
	margin		:0;
	padding		:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size	:100%;
	font-weight	:normal;
}
img {
	border		:0;
}
address, th {
	font-style	:normal;
	font-weight	:normal;
}
table {
	border-collapse	:collapse;
	border-spacing	:0;
	font-size	:100%;
}
th {
	white-space	:nowrap;
	text-align	:left;
}
pre {
	font-family       :monospace;

}
textarea {
	font-size	:100%;
}
ol, ul {
	list-style-type	:none;
}
q:before, q:after {
	content		:'';  
}
form, input, label, select, textarea {
	margin		:0;
	padding		:0;
	font-size	:100%;
	vertical-align	:baseline;
}


/*++++++++++++++++++++++++++++++++++++++++
背景
++++++++++++++++++++++++++++++++++++++++*/
/* ■背景画像■ */
html {
	background	:#dcebae
}


/*++++++++++++++++++++++++++++++++++++++++
文字サイズ・行間
++++++++++++++++++++++++++++++++++++++++*/
/* ■文字サイズ■ */
body {
	font-size	:12px !important; 
}
* html body {font-size:62.5%;} /* IE6 */
*:first-child+html body {font-size:62.5%;} /* IE7 */
html>/**/body body {font-size:62.5%;} /* IE8 */

/* ■行間■ */
body {
	line-height	:1.5;
}
/* 記事の行間 */
.entry .contents {
	line-height	:1.3;
}


/*++++++++++++++++++++++++++++++++++++++++
文字色・リンク
++++++++++++++++++++++++++++++++++++++++*/
/* ■全体の文字色■ */
body {
	color		:#333333;
}

/* ■全体のリンク■ */
a { /* リンク */
	color		:#0066ff;
	text-decoration	:underline;
}
a:visited { /* 訪問済みリンク */
	text-decoration	:underline;
}
a:hover { /* マウスオーバーリンク */
	text-decoration	:none;
}

/* ■サイドのリンク■ */
#sub_a a,
#sub_b a {
	          text-decoration	:none;
}
#sub_a a:visited,
#sub_b a:visited {
	text-decoration	:none;
}
#sub_a a:hover,
#sub_b a:hover {
	text-decoration	:underline;
}


/*++++++++++++++++++++++++++++++++++++++++
カラムの設定
++++++++++++++++++++++++++++++++++++++++*/
/* ■全体幅■ */
#subFrame {
	position	:relative;
	width		:900px; /* ヘッダー画像の幅 */
	margin		:0 auto;
	padding-left	:20px; /* 背景画像との左スペース */
	padding-right	:20px; /* 背景画像との右スペース */
	background	:#ffffff;

}

/* ■wrapカラム■ */
#wrap {
}
#wrap:after { /* wrapの回り込み解除 */
	visibility	:hidden;
	display		:block;
	font-size	:0;
	content		:" ";
	clear		:both;
	height		:0;
}
*:first-child+html #wrap {zoom:1;} /* IE7 */

/* ■mainカラム■ */
#main {
	float		:left;
	width		:500px;
	padding		:0 20px;
}
* html #main {padding-top:0px;} /* IE6 */

/* ■sub_aカラム■ */
#sub_a {
	float		:left;
	width		:180px;
	padding		:0;
}

/* ■sub_bカラム■ */
#sub_b {
	float		:right;
	width		:180px;
	padding		:0;
}


/*++++++++++++++++++++++++++++++++++++++++
ヘッダー
++++++++++++++++++++++++++++++++++++++++*/
/* ■ユーザナビ■ */
#userNaviArea {
	display		:none;
}

/* ■ヘッダー画像■ */
#header {
	background	:url(//stat.blogskin.ameba.jp/blogskin_images/20110831/04/6e/3c/j/o09000300e-storage1314733961948.jpg) no-repeat; /* ヘッダー画像 */
	height		:300px; /* ヘッダー画像の高さ */
	padding-bottom	:80px; /* ヘッダー画像とメインの間のスペース */
}
/* ヘッダー画像のリンク */
#header h1 a {
	   display		:block;
       　 overflow: hidden;
           text-indent: 100%;
           white-space: nowrap; /* 文字を画面の外に出す */　      
           width           :900px; /* ヘッダ画像の幅 */
       　 height          :300px; /* ヘッダ画像の高さ */
}

/* ■ブログタイトル■ */
#header h1 {
			
}
/* ブログタイトルのリンク */
#header h1 a {
	}
#header h1 a:visited {
		
}
#header h1 a:hover {
	}

/* ■ブログ説明■ */
#header h2 {
		
		
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap; /* 文字を画面の外に出す */
}


/*++++++++++++++++++++++++++++++++++++++++
ヘッダーメニュー（フリースペース使用）
++++++++++++++++++++++++++++++++++++++++*/
ul#gnavi {
	position	:absolute;
	top		:300px; /* ヘッダー画像の高さ */
	left		:20px; /* #subFrameを基準とした左からの距離 */
	width		:900px; /* ヘッダーメニューの幅 */
}
ul#gnavi li {
	float		:left;
	text-align	:center; /* メニュー文字揃え */
}
ul#gnavi li a {
	display		:block;
	height		:50px; /* ヘッダーメニューの高さ */
	width		:180px; /* ヘッダーメニューの１つの幅 */
	background	:url(//stat.blogskin.ameba.jp/blogskin_images/20110831/05/a1/f0/j/o09000050e-storage1314736290592.jpg) no-repeat;
}
/* ヘッダーメニューのリンク文字 */
ul#gnavi li a {
	color		:#ffffff;
	font-weight	:bold;
	text-decoration	:none;
	font-size	:1.3em;
}
ul#gnavi li a:visited {
	text-decoration	:none;
}
ul#gnavi li a:hover {
	text-decoration	:none;
	color		:#666666;
}
ul#gnavi li a span {
	display		:block;
	padding-top	:15px;
}
/* ヘッダーメニュー1 */
ul#gnavi li.menu1 a {
	background-position:0 0; 
}
ul#gnavi li.menu1 a:hover {
	background-position:0 -50px;
}
/* ヘッダーメニュー2 */
ul#gnavi li.menu2 a {
	background-position:-180px 0;
}
ul#gnavi li.menu2 a:hover {
	background-position:-180px -50px;
	}
/* ヘッダーメニュー3 */
ul#gnavi li.menu3 a {
	background-position:-360px 0;
}
ul#gnavi li.menu3 a:hover {
	background-position:-360px -50px;
}
/* ヘッダーメニュー4 */
ul#gnavi li.menu4 a {
	background-position:-540px 0;
}
ul#gnavi li.menu4 a:hover {
	background-position:-540px -50px;
}
/* ヘッダーメニュー5 */
ul#gnavi li.menu5 a {
	background-position:-720px 0;
}
ul#gnavi li.menu5 a:hover {
	background-position:-720px -50px;
}


/*++++++++++++++++++++++++++++++++++++++++
メイン（main）
++++++++++++++++++++++++++++++++++++++++*/
/* ■メッセージボード■ */
#message {
	margin		:0 0 30px;
	border		:2px solid #dbff99;
        background      :#FFFFFF;
}
#message .contents {
	margin		:20px;
}

/* ■「このブログの読者になる」テキストリンク■ */
#main .readerMainLink {
       margin           :5px auto;
       padding           0;
}
#main .readerMainLink p {
       background-image:none;
       overflow: hidden;
       text-indent: 100%;
       white-space: nowrap;
}

#main .readerMainLink p a {
        padding          :0;
        margin           :0 auto;
        display          :block;
        width            :150px; /* 画像の幅 */
        height           :40px /* 画像の高さ */
        background       :url(//stat.ameba.jp/user_images/20100717/19/ameblo-book/98/15/p/o0160015410644138972.png)no-repeat 0 0; /* 画像のアドレス */
}
#main .readerMainLink p a:hover {
        background-position :0 _40px; /* 画像の高さ */
}

/* ■記事全体■ */
#main .entry {
	position	:relative;
	margin	:0 0 50px;
}

/* ■記事ヘッダー■ */
/* テーマ */
#main .theme {
	position	:absolute;
	right		:0;
	top		:50px;
        border-bottom: none;  
}

/* 日付 */

.skinArticle {
  position: relative;
  padding-top: 25px;
}
.articleTime {
  position: absolute;
  right: 5px;
  top: 5px;
}
.articleDetailArea br {
  display: none;
}


/* 投稿者の表示 */
#main .entry_head .name {
	padding-left	:10px;
}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116407779-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-116407779-1');
</script>

/* ■記事タイトル・一覧ページタイトル■ */
#main .entry h3.title,
#recent_entries_list h3.title,
#bookmark_list h3.title,
#favorite_list h3.title,
#reader_list h3.title {
	height		:30px;
	margin		:0 0 40px 0;
	padding		:15px 0 0 0;
	font-size	:3em; /* 文字サイズ */
	line-height	:1em; /* 行間 */
	font-weight	:bold; /* 太文字 */
	color		:#333333; /* 文字色 */
       	width:500px; /*記事タイトルの幅*/
        height:40px; /*記事タイトルの高さ*/
        background      :url(https://stat.blogskin.ameba.jp/blogskin_images/20110831/05/78/b9/j/o05000040e-storage1314737075974.jpg)
        no-repeat 0 0; /* 画像のアドレス */
}

/* ■記事本文■ */
#main .entry .contents {
	margin		:0;
	font-size	:1.1em;
        background      :#fafad2;
        padding         :10px;
}
#main .entry #general {
	font-size	:0.8em;
}

/* ■同じテーマの最新記事■ */
#themeBox {
	margin-top	:10px !important;
	padding		:5px !important;
	border		:1px dotted #999999;
}

/* ■記事フッター■ */
#main .foot {
	padding		:10px 0 0;
	text-align	:right;
}

/* ■記事一覧画面■ */
#recent_entries_list ul {
	padding		:0;
	font-size	:1.1em;
	width		:100%;
}
#recent_entries_list ul li {
	padding		:5px;
	border-bottom	:1px dotted #cccccc;
}
#recent_entries_list p.newentrytitle {
	width		:80%;
}

/* ■ブックマーク一覧画面■ */
#bookmark_list ul {
	padding		:0;
	font-size	:1.1em;
	width		:100%;
}
#bookmark_list ul li {
	padding		:5px 5px 2px;
	border-bottom	:1px dotted #cccccc;
}

/* ■お気に入りブログ一覧画面■ */
#favorite_list ul {
	padding		:0;
	font-size	:1.1em;
	width		:100%;
}
#favorite_list ul li {
	padding		:5px;
	border-bottom	:1px dotted #cccccc;
}
#favorite_list ul li .favorite_blog,
#favorite_list ul li .favorite_theme {
	display		:block;
	margin-top	:2px;
}

/* ■読者一覧画面■ */
#reader_list ul {
	padding		:0;
	font-size	:1.1em;
	width		:100%;
}
#reader_list ul li {
	padding		:5px;
	border-bottom	:1px dotted #cccccc;
}
#reader_list ul li .reader_blog {
	display		:block;
	margin-top	:2px;
}

/* ■ページ送り■ */
.page {
	font-size	:0.85em;
	margin		:0 auto 14px;
	padding		:0;
	text-align	:center;
}
.page {
	font-size	:0.85em;
	margin		:0 auto 14px;
	padding		:0;
	text-align	:center;
}
.page {
	font-size	:0.85em;
	margin		:0 auto 14px;
	padding		:0;
	text-align	:center;
}


/*++++++++++++++++++++++++++++++++++++++++
コメント
++++++++++++++++++++++++++++++++++++++++*/
#comment_module {
	padding		:0;
	border-top	:3px double #999999;
}
#comment_module h3.title {
	padding-top	:4px;
	font-size	:1.2em;
	font-weight	:bold;
	color		:#333333;
}
#comment_module p.list {
	margin-bottom	:12px;
	padding		:0 2px;
	font-size	:0.8em;
}
#comment_module .each_comment {
	margin-bottom	:10px;
	padding		:10px 10px 10px 10px;
	border		:1px dotted #999999;
}
#comment_module .label {
	margin		:0 0 5px;
	font-weight	:bold;
}
#comment_module .comment_body {
	padding		:0 4px 4px;
}
#comment_module .comment_footer {
	padding		:4px 4px 0;
	border-top	:1px solid #999999;
}
#comment_module .error {
	margin-top	:20px;
	padding-bottom	:10px;
	color		:#ff0000;
}
#comment_show {
	border		:none;
}
#comment_show h4,
#comment_show p,
#comment_present {
	display		:none;
}
/* コメントボタン */
#comment_show #commentbutton {
	display		:block;
	height		:60px !important;
	width		:250px !important;
	overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
 background	:url(//stat.ameba.jp/user_images/20100717/19/ameblo-book/39/19/p/o0250006010644138970.png) no-repeat center top;
}
#comment_show {
	height		:60px !important;
	width		:250px !important;
}


/*++++++++++++++++++++++++++++++++++++++++
トラックバック
++++++++++++++++++++++++++++++++++++++++*/
#trackback{
	border-top	:3px double #999999;
}
#trackback h3.title {
	padding		:4px 5px 0;
	font-size	:1.2em;
	font-weight	:bold;
}
#trackback p.tr_ping_URL {
	padding		:0 5px;
}
#trackback p.tr_URL {
	padding		:0 5px 5px;
	border-bottom	:1px dotted #999999;
}
#trackback ul {
	padding		:5px;
	border-bottom	:1px dotted #999999;
}
#trackback .label {
	font-weight	:bold;
}



/*++++++++++++++++++++++++++++++++++++++++
広告設定
++++++++++++++++++++++++++++++++++++++++*/
/* Google広告マウスオーバー時background */
.blockhoverGeneral{
}
/* アイコン */
.gadTitle, /* 記事中 */
.gadTitle_s, /* 検索からきた時・記事中 */
#adCount0_footer{ /* 記事下 */
	background	:none !important;
}
/* 文字色 */
.gadTitle,
.gadTitle_s,
.gadDisplayURL,
.gadBox a,
.gadDescription,
#gadLogo_footer a,
#footer_ad a,
.gadDescription_footer,
.gadDisplayURL_footer {
	color		:#cccccc !important;
}
/* リンク下線*/
.gadTitle,
.gadTitle_s,
.gadTitle_footer,
#gadLogo_footer a,
#footer_ad li a {
	text-decoration	:none !important;
}
/* 広告同士の行間 */
#adCount0, /* 記事中 1つ目広告枠全体[div] */
#adCount1, /* 記事中 2つ目広告枠全体[div] */
#adCount2, /* 記事中 3つ目広告枠全体[div] */
#adCount3 { /* 記事中 4つ目広告枠全体[div] 検索から来た時のみ表示 */
	margin-bottom	:5px !important;
}

/* Google広告内の行間 */
.gadBox span {
	padding-top	:3px !important;
}
/* アメーバ広告内の行間 */
#footer_ad li {
	margin-bottom	:3px !important;
}
/* 記事中・各種一覧の幅 */
#general,
#adList {
	width		:350px !important;
	margin		:0 auto !important;
	padding		:5px 10px !important;
}
#gadLogo_footer {
	width		:350px !important;
	margin		:5px auto 0;
	text-align	:right !important;
}


/*++++++++++++++++++++++++++++++++++++++++
サイド（sub_a, sub_b）
++++++++++++++++++++++++++++++++++++++++*/
#sub_a,
#sub_b {
	line-height	:1.4;
}

/* ■サイド共通■ */
/* サイドタイトル */
.mainMenu h4.menu_title {
	width		:180px;/*サイドタイトルの幅 */
	height	:40px; /*サイドタイトルの高さ */
	margin	:0 0 12px 0;
        paddimg    :5px 3px; /* top&bottom left&right からの距離 */
}
/* サイド本文 */
.mainMenu .menu_frame {
	margin	:0 12px 30px;
}

/* ■プロフィール■ */
#profile h4.menu_title {
	background	:url(//stat.ameba.jp/user_images/20110608/05/e-storage/11/7b/j/o0180003511277461103.jpg) no-repeat;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
}

/* プロフィール */
#person ul li.image {
	text-align	:center;
}
#person ul li.image a img {
	border		:1px solid #CCCCCC;
}
#person ul li.piggLink {
	display		:none;
}
#person ul li.profLink {
	text-align	:center;
}
/* アメンバー */
#profile ul#amemberProfArea li {
	line-height	:1.0;
}
/* アメブロリンク */
#profile .link_blog,
#profile .link_info {
	display		:none;
}
#profile div.adlantiss,
#profile div.adlantiss div {
	display		:none !important;
}

/* ■最近の記事■ */
#recent_entries h4.menu_title {
	background	:url(//stat.ameba.jp/user_images/20110608/05/e-storage/84/76/j/o0180003511277462906.jpg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* ■最近のコメント■ */
#recent_comment h4.menu_title {
	background	:url(//stat.ameba.jp/user_images/20110608/05/e-storage/c8/a5/j/o0180003511277462344.jpg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* ■テーマ一覧■ */

#theme_list h4.menu_title{
	background	:url(//stat.ameba.jp/user_images/20110608/05/e-storage/21/84/j/o0180003511277458960.jpg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;	
}

/* ■過去の記事■ */
#archives h4.menu_title{
	background	:url(//stat.ameba.jp/user_images/20110608/05/e-storage/23/f2/j/o0180003511277461102.jpg
) no-repeat;
   overflow: hidden;
   text-indent: 100%;
   white-space: nowrap;
}

/* ■カレンダー■ */

#calendar h4.menu_title{
	background	:url(//stat.ameba.jp/user_images/20110608/05/e-storage/da/eb/j/o0180003511277458961.jpg
) no-repeat;
   overflow: hidden;
   text-indent: 100%;
   white-space: nowrap; 	
}

 table {
	width		:160px;
	line-height	:1.4;
}
#calendar caption {
	padding		:5px 0;
}
#calendar caption a {
	padding		:0 5px;
}
#calendar th,
#calendar td {
	padding		:2px 0;
	text-align	:center;
}
#calendar .sun { /* 日曜日 */
}
#calendar .sat { /* 土曜日 */
}
#calendar td a { /* ブログを書いた日 */
	font-weight	:bold;
	text-decoration	:underline;
}

/* ■アメブロランキング■ */

#ranking h4.menu_title {
        background	:url(//stat.ameba.jp/user_images/20110608/05/e-storage/ea/62/j/o0180003511277462346.jpg) no-repeat;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;	
        margin  :0 0 3px;
	font-weight	:bold;
}
#ranking .menu_frame img {
	margin-left	:5px;
}
#ranking .menu_frame .rank_all, 
#ranking .menu_frame .rank_genre {
	margin		:0 0 8px
}

/* ■ブログの読者■ */

#reader h4.menu_title {
	background	:url(//stat.ameba.jp/user_images/20110608/05/e-storage/a9/9b/j/o0180003511277462904.jpg) no-repeat ;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;	
}
/* 読者になるボタン */
#reader .menu_frame dt {
	margin		:0 0 5px;
}
#reader .menu_frame dt a {
	display		:block;
	width		:165px;
	height		:70px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;	
	background	:url(//stat.ameba.jp/user_images/20110606/02/e-storage/27/ec/p/t01650070_0165007011273524253.png) no-repeat;
}
#reader .menu_frame dt a:hover {
        background	:url(//stat.ameba.jp/user_images/20110606/02/e-storage/4a/48/p/o0165007011273524254.png) no-repeat;
	}
#reader .menu_frame dd {
	display		:none;
}

/* ■ブックマーク■ */
#bookmark h4.menu_title {
	background	:url(//stat.ameba.jp/user_images/20110608/05/e-storage/d9/a7/j/o0180003511277461104.jpg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;         
}

/* ■お気に入りブログ■ */
#favorite h4.menu_title{
	background	:url(//stat.ameba.jp/user_images/20110608/05/e-storage/5e/06/j/o0180003511277458962.jpg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;	
         disply            :block;
}


/* ■ブログ内検索■ */
#search h4.menu_title{
        background        :url(//stat.ameba.jp/user_images/20110608/05/e-storage/5d/e2/j/o0180003511277462345.jpg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
/* ■RSS■ */
#rss .menu_frame {
	margin-bottom	:0;
	text-align	:center;
}

/* ■アメブロ広告■ */
/* PR */

/* ブログを作るボタン */
a#btn_blog {
	background	:url(//stat.ameba.jp/user_images/20100717/19/ameblo-book/12/62/p/o0160008010644138971.png) no-repeat 0 0;
	display		:block;
	height		:40px;
	width		:160px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;	
	margin-bottom	:5px;
}
a#btn_blog:hover {
	background-position:0 -40px;
}

/* テキスト広告 */
#sideTextAd {
	padding		:0;
}

/* フッタ広告 */
#footerArea {
	margin		:10px;
	text-align	:center;
}


.readerMainLink{
margin:5px auto;
padding:0;
}
.readerMainLink p{
background-image:none;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
.readerMainLink p a{
padding:0;
margin:0 auto;
display:block;
width:150px; /*画像の横*/
height:40px; /*画像の縦*/
background-image:url(//stat.ameba.jp/user_images/20110606/00/e-storage/44/1b/p/o0150004011273383865.png);
background-position :center top;
background-repeat:no-repeat ;
}
.readerMainLink p a:hover{
background-image:url();
background-repeat:no-repeat ;
}




/* サイドメニューの読者一覧・お気に入り一覧にIDを表示しない方法 */
div#favorite .menu_frame li,
div#reader .menu_frame li{
  white-space:nowrap;
  overflow:hidden;
  height:16px;
}

/* サイドバー右 */
#sub_b{
font-size:14px;
}


.comment_body .proimg{
/* 画像の表示位置rightで右 leftで左*/
float:left;
/*周りの余白*/
margin:10px;
}
#comment_module .comment_body {
overflow:hidden;
}

#comment_module{
border:2px solid #000;
padding:15px;
}
/*画像サイズの調整*/
div.proimg img{
width:61px !important;
height:61px !important;
}

/*フォント変更*/
body{
font-family: "メイリオ","Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", "ヒラギノ角ゴ Pro W6", Helvetica, verdana, arial;
}


.tb-01 {
width: 100%;
border: 1px solid #D7D7D7;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
margin-top: 15px;
margin-bottom: 10px;
}
.tb-01 th {
font-weight: bold;
line-height: 120%;
text-align: left;
background-color: #EFEFEF;
border:1px solid #D7D7D7;
padding:5px 5px 5px 10px;
}
.tb-01 td {
text-align: left;
border:1px solid #D7D7D7;
padding:5px 5px 5px 10px;
}


<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/ja_JP/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>




body{
font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

.skinMenuBody{
font-size:15x; /
}

/*サイドバー見出し背景*/
h4.menu_title{
background-color:#e3efbf; /*背景色*/
}

 
/*　　サイドバーのリストの行間　　*/
.menu_frame ul li{
margin-bottom:5px; /*下マージン*/
}

/*サイドバー各項目リスト下線*/
#recent_entries .menu_frame ul li,
#theme_list .menu_frame ul li,
#archives .menu_frame ul li,
#reader .menu_frame ul li,
#favorite .menu_frame ul li,
#bookmark .menu_frame ul li{
border-bottom:1px dashed #CCCCCC;/*下線*/
margin-bottom:5px; /*下マージン*/
}

/* ブログタイトルとブログ説明文を消す */
#header h1{ /* ブログタイトルを消す */
  display:none;
}
#header h2{ /* ブログ説明文を消す */
  display:none;
}

/*記事タイトル背景*/
.entry h3.title{
background-color:#cccccc; /*背景色*/
}

/*【第１９回】記事ページ最上部の日付の文字サイズを変更*/
.entry .date{
font-size:15px;/*文字サイズとなります*/
}
/*【第２１回】記事ページの記事タイトル文字の背景に画像を挿入*/
.title {
margin:10px 9px;
background: url(https://stat.blogskin.ameba.jp/blogskin_images/20110831/05/78/b9/j/o05000040e-storage1314737075974.jpg) no-repeat center; 
line-height: 30px;
padding-left: 0px;
}

/*【第２３回】記事タイトルの文字サイズを変更*/
.entry h3.title{
font-size:1.5em;/*:記事タイトルの文字サイズとなります*/
}
