@charset "utf-8";
/*
-----------------------------------------------------
ameblo CSS Skin Settings
FileName  : skin
Version   : 2011.08
Update    : 
Skin for  : http://ameblo.jp/ameblo-book2/
Copyright (C) 24HR CREATE All rights reserved.
-----------------------------------------------------


【CSSコードの説明】

※ ご使用の際は、○○○:●●●; までをコピーして使ってください。
※ コードは全て半角英数字で書いてください。
※ 0px は 0 というように px を省いても反映します。


■文字（フォント）

・文字サイズ（数字を増減することで文字サイズが変更されます。）
	font-size	:12px; 標準のサイズ
	font-size	:11px; 標準より1px小さいサイズ
	font-size	:13px; 標準より1px大きいサイズ

・文字の太さ
	font-weight	:normal; 標準の太さ
	font-weight	:bold; 太字

・文字揃え
	text-align	:left; 左揃え
	text-align	:right; 右揃え
	text-align	:center; 中央揃え

・文字色（以下は例となります。本書付録のカラーチャートを参考にしてください。アルファベットは半角大文字、半角小文字どちらでも反映されます。）
	color		:#ffffff; 白
	color		:#000000; 黒
	color		:#333333; 濃いグレー
	color		:#999999; 薄いグレー
	color		:#ff0000; 赤
	color		:#0000ff; 青

・文字の装飾
	text-decoration	:none; 装飾なし
	text-decoration	:underline; 下線
	text-decoration	:overline; 上線
	text-decoration	:line-through; 打ち消し線


■線（ボーダー）

	border		:solid 1px #000000; 線の種類 線の太さ 線の色

・線の種類
	none	線の非表示
	solid	1本線
	double	2本線
	dashed	破線
	dotted	点線


■背景画像

・背景画像のリピート（繰り返し）
	background	:url(画像アドレス) repeat 0 0; 全体にリピート
	background	:url(画像アドレス) repeat-x 0 0; 横（左右）にリピート
	background	:url(画像アドレス) repeat-y 0 0; 縦（上下）にリピート
	background	:url(画像アドレス) no-repeat 0 0; リピートさせない

	↓↓↓以下のような書き方もできます↓↓↓

	background-image	:url(画像アドレス);
	background-repeat	:repeat;
	background-position	:0 0;

・背景画像をスクロールさせない
	background-attachment:fixed;


■スペース

・内側のスペース
	padding		:170px 230px 0px 20px; 上 右 下 左
	padding-top	:170px; 上
	padding-right	:230px; 右
	padding-bottom	:0px; 下
	padding-left	:170px; 左

・外側のスペース
	margin		:170px 230px 0px 20px; 上 右 下 左
	margin-top	:170px; 上
	margin-right	:230px; 右
	margin-bottom	:0px; 下
	margin-left	:170px; 左


■その他

・画像や文字など強制的に削除する
	display		:none;


-----------------------------------------------------
【CSSコードの説明】はここまで */


/*++++++++++++++++++++++++++++++++++++++++
スタイルリセット
++++++++++++++++++++++++++++++++++++++++*/
body {
	margin		:0px;
	padding		:0px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, span, pre, blockquote, th, td {
	margin		:0px;
	padding		:0px;
}
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		:0px;
	padding		:0px;
	font-size	:100%;
	vertical-align	:baseline;
}



/*++++++++++++++++++++++++++++++++++++++++
背景
++++++++++++++++++++++++++++++++++++++++*/
/* ■背景画像■ */
html {
	background	:url(//stat.blogskin.ameba.jp/blogskin_images/20150906/14/09/wM/j/o09800450neko3mai1441516972188.jpg); /* 全体の背景色 */
}



/*++++++++++++++++++++++++++++++++++++++++
文字サイズ・行間
++++++++++++++++++++++++++++++++++++++++*/
/* ■文字サイズ■ */
body {
	font-size	:14px !important; 
}
*:first-child+html body {font-size:62.5%;} /* IE7 */
html>/**/body body {font-size:62.5%;} /* IE8 */


/* ■行間■ */
body {
	line-height	:1.2;
}

/* 記事の行間 */
.skinArticleBody2 {
	line-height	:1.5;
}



/*++++++++++++++++++++++++++++++++++++++++
文字色・リンク
++++++++++++++++++++++++++++++++++++++++*/
/* ■全体の文字色■ */
body {
	color		:#000000; /* 文字色 */
}


/* ■全体のリンク■ */
/* リンク */
a {
	color		:#0099cc; /* 文字色 */
	text-decoration	:none; /* 文字の装飾 */
}

/* 訪問済みリンク */
a:visited {
	color		:#9999ff; /* 文字色 */
	text-decoration	:none; /* 文字の装飾 */
}

/* マウスオーバーリンク */
a:hover {
         color		:#ff99ff; /* 文字色 */
text-decoration	:none; /* 文字の装飾 */

}


/* ■サイドのリンク■ */
/* リンク */
.columnC .skinSubA a ,
.columnC .layoutContentsB a {
	text-decoration	:none; /* 文字の装飾 */
}

/* 訪問済みリンク */
.columnC .skinSubA a:visited ,
.columnC .layoutContentsB a:visited {
	text-decoration	:none; /* 文字の装飾 */
}

/* マウスオーバーリンク */
.columnC .skinSubA a:hover ,
.columnC .layoutContentsB a:hover {
	text-decoration	:underline; /* 文字の装飾 */
}



/*++++++++++++++++++++++++++++++++++++++++
カラムの設定
++++++++++++++++++++++++++++++++++++++++*/
/* ■全体幅■ */
.skinFrame {
	position	:relative;
	width		:980px; /* ヘッダ画像の幅 */
	margin		:0px auto 0px auto;
	padding		:0px 20px 0px 20px; /* 背景画像との左スペース */
	background	:#ffffff; /* ブログの背景色 */
}

/* ■記事カラム＋右サイドカラム■ */
.columnC .layoutContentsA {}

/* ■記事カラム■ */
.columnC .skinMainArea {}

/* ■左サイドカラム■ */
.columnC .layoutContentsB {}

/* ■右サイドカラム■ */
.columnC .skinSubA {}



/*++++++++++++++++++++++++++++++++++++++++
ヘッダ
++++++++++++++++++++++++++++++++++++++++*/
.skinHeaderFrame {}

/* ■ヘッダ画像■ */
.skinHeaderArea {
	background	:url(https://stat.blogskin.ameba.jp/blogskin_images/20250629/18/bb/VT/j/o09500432neko3mai1751187910980.jpg); /* ヘッダ画像 */
	background-repeat:no-repeat; /* ヘッダ画像のリピート */
	height		:450px; /* ヘッダ画像の高さ */
	padding-bottom	:100px; /* ヘッダ画像とメインの間のスペース */
}

/* ヘッダ画像のリンク */
.skinHeaderFrame h1.skinTitleArea a {
	display		:block;
}


/* ■ブログタイトル■ */
.skinHeaderFrame h1.skinTitleArea {
	font-weight	:bold; /* 文字の太さ */
	font-size	:1.2em; /* 文字サイズ */
	padding		:170px 230px 0px 20px; /* 上 右 下 左 からの位置 */
	text-align	:left; /* 文字揃え */
         display           :none;
}

/* ブログタイトルのリンク */
/* リンク */
.skinHeaderFrame h1.skinTitleArea a {
	color		:#000000; /* 文字色 */
	text-decoration	:none; /* 文字の装飾 */
}

/* 訪問済みリンク */
.skinHeaderFrame h1.skinTitleArea a:visited {
	color		:#000000; /* 文字色 */
	text-decoration	:none; /* 文字の装飾 */
}

/* マウスオーバーリンク */
.skinHeaderFrame h1.skinTitleArea a:hover {
	color		:#000000; /* 文字色 */
	text-decoration	:none; /* 文字の装飾 */
}


/* ■ブログ説明■ */
.skinHeaderFrame h2.skinDescriptionArea {
	/* font-weight	:nomal; 文字の太さ */
	color		:#999999; /* 文字色 */
	padding		:10px 230px 0px 20px; /* 上 右 下 左 からの位置 */
	text-align	:left; /* 文字揃え */
         display           :none;

}


/* ■ヘッダメニュー（フリースペース使用）■ */
ul#gnavi {
	position	:absolute;
	top		:465px; /* .skinFrameを基準とした上からの距離 */
	left		:22px; /* .skinFrameを基準とした左からの距離 */
	width		:980px; /* ヘッダメニューの幅 */
}
ul#gnavi li {
	float		:left;
	text-align	:center; /* 文字揃え */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */

}
ul#gnavi li a {
	display		:block;
	height		:50px; /* ヘッダメニューの高さ */
	width		:163px; /* ヘッダメニューの１つの幅 */
         background	:url(//stat.blogskin.ameba.jp/blogskin_images/20150908/18/a0/XW/p/o01630050neko3mai1441704014874.png); /* ヘッダメニュー背景画像 */
	background-repeat:no-repeat; /* ヘッダ画像のリピート */ 

}


/* ヘッダメニューのリンク文字 */
ul#gnavi li a span {
	display		:block;
	padding-top	:10px;
       
}

/* リンク */
ul#gnavi li a {
	font-weight	:bold; /* 文字の太さ */
	font-size	:1.7em; /* 文字サイズ */
	color		:#FFFFFF; /* 文字色 */
	text-decoration	:none; /* 文字の装飾 */

}

/* 訪問済みリンク */
ul#gnavi li a:visited {
	color		:#99ffff; /* 文字色 */
	text-decoration	:none; /* 文字の装飾 */
}

/* マウスオーバーリンク */
ul#gnavi li a:hover {
	color		:#ff99ff; /* 文字色 */
	text-decoration	:none; /* 文字の装飾 */
}



/*++++++++++++++++++++++++++++++++++++++++
メインカラム
++++++++++++++++++++++++++++++++++++++++*/
.skinMainArea{}

/* ■メッセージボード■ */
.skinMessageBoard {
	margin		:5px 0px 5px 0px;
	border		:none; /* 線 */
text-align	:center; 
}
.skinMessageBoard2 {
}
.skinMessageBoard3 {
}


/* ■記事全体■ */
.skinArticle {
	position	:relative;
	margin		:10px 0px 10px 0px;
	padding		:0px;
	border		:none; /*線の種類 線の太さ 線の色solid 1px #ff3399*/
}
.skinArticle2 {}
.skinArticle3 {}


/* ■記事ヘッダ■ */
.articleDetailArea {
font-size	:12px; 
}

/* 日付 */
span.articleTime {
	position	:absolute;
	left		:10px;
	top		:40px;
}
/* テーマ */
span.articleTheme {
	position	:absolute;
	right		:10px;
	top		:40px;
}
/* 投稿者の表示 */
span.articleName {
	position	:absolute;
	left		:0px;
	top		:-20px;
	padding-left	:180px;
}


/* ■記事タイトル■ */
/* 記事タイトル背景 */
.skinArticleHeader {
	margin		:0px;
	padding		:0px;
	border-top 	:solid 1px #ffccff ;
                border-bottom 	:solid 1px #ffccff;
                border-left 	:none;
               	border-right	:none; 
	
}

/* 記事タイトル */
.skinArticleHeader2 {
	font-size	:1.2em; /* 文字サイズ */
	font-weight	:bold; /* 文字の太さ */
	margin		:5px 0px 5px 0px; 	
        text-align	:center; /* 文字揃え */
}

/* リンク */
.skinArticleHeader2 h1 a {
	text-decoration	:none; /* 文字の装飾 */
	color		:#ff6699; /* 文字色 */
}

/* 訪問済みリンク */
.skinArticleHeader2 h1 a:visited {
	text-decoration	:none; /* 文字の装飾 */
	color		:#ffcccc; /* 文字色 */
}

/* マウスオーバーリンク */
.skinArticleHeader2 h1 a:hover {
	text-decoration	:none; /* 文字の装飾 */
	color		:#9999cc; /* 文字色 */
}


/* ■記事本文■ */
.skinArticleBody {
	margin		:0px;
}
.skinArticleBody2 {
	margin		:0px;
	text-align	:center; /* 文字揃え */
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:normal;/* bold→太い文字 normal→普通 */
}

/* ■記事フッター■ */
.skinArticleFooter {
	margin		:0px 0px 0px 0px;
	padding		:0px;
	border-top	:1px dashed #ffccff; /* 線 */
}


/* ■ページ送りリンク■ */
.pagingArea {
	margin		:16px auto;
	min-height	:24px;
	position	:relative;
	text-align	:center;
font-weight	:bold;
color		:#0099cc !important; /* 文字色 */

}

/* ボタン */
.skinSimpleBtn,
.skinSimpleBtn:visited,
.skinSimpleBtn:hover,
.skinSimpleBtn:focus {
	border		:0px solid #dddddd; /* 線 */
	color		:#0099cc !important; /* 文字色 */
         background	:#ffffff; /* 背景 */
font-weight	:bold;
}

/* ボタンのマウスオーバーリンク */
.skinSimpleBtn:hover,
.skinSimpleBtn:focus {
	background	:#ffffff; /* 背景 */
color		:#9999ff !important; /* 文字色 */

}


/* ■コメントエリア、トラックバックエリア■ */
/* 枠線（共通） */
.skinBorderColor,
.skinBaseBorderColor,
.skinBlock {
	border-color	:#9966cc; /* 線色 */
}

/* 枠内（共通） */
.skinBgColor,
.skinBaseBgColor,
.skinBlock {
	background-color:#ffffff; /* 背景 */
}

/* コメントエリア */
.commentArea {
	border-style	:solid; /* 線種 */
	border-width	:1px; /* 線幅 */
	margin-top	:30px;
	overflow	:hidden;
	padding		:12px 14px 12px 14px;
}

/* トラックバックエリア */
.trackbackArea {
	border-style	:solid; /* 線種 */
	border-width	:1px; /* 線幅 */
	margin-top	:30px;
	padding		:10px 14px 10px 14px;
}



/*++++++++++++++++++++++++++++++++++++++++
サイドカラム
++++++++++++++++++++++++++++++++++++++++*/
.columnC .skinSubA ,
.columnC .layoutContentsB {
	line-height	:1.4;
}

/* ■サイド共通■ */
.skinMenu {
	background	:#ffffff; /* 背景 */
border		:; 線の種類 線の太さ 線の色

}

/* サイドタイトル */
.skinMenuHeader {
	height		:20px; /* サイドタイトルの高さ */
	margin		:0px 0px 10px 0px;
	padding		:17px 0px 0px 50px;
	font-weight	:bold; /* 文字の太さ */
	background	:url(https://stat.blogskin.ameba.jp/blogskin_images/20171110/00/60/v9/j/o00380038neko3mai1510240732755.jpg); /* リストアイコン画像 */
	background-repeat:no-repeat;
color		:#9999ff !important; /* 文字色 */
font-size	:35px;
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */

}

/* サイド本文 */
.skinMenuBody {
	background	:#ffffff; /* 背景 */
	margin		:0px;
	padding		:0px; 
}
.skinSubHr,
.skinSubList li {
	border-bottom	:none; /* 線 */
	margin-bottom	:3px;
	padding-bottom	:3px;
}

/* 「一覧を見る」リンク */
.listLink {
	padding-top	:5px;
	text-align	:right;
}


/* ■プロフィール■ */
.profileMenu .skinMenuHeader {
	background	:;
	background-repeat:no-repeat;
}
.profileMenu .skinMenuBody {
	margin		:10px;
	padding		:10px;
}


/* ■最近の記事■ */
.recentEntriesMenu .skinMenuHeader {
	background	:;
	background-repeat:no-repeat;
}
.recentEntriesMenu ul.skinSubList li {
	background	:url(); /* リストアイコン画像 */
	background-repeat:no-repeat; /* 画像のリピート */
	background-position:0px 3px; /* 画像のスタート位置 */
	padding-left	:18px;
         padding-top       :5px;
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:normal;/* bold→太い文字 normal→普通 */
}


/* ■最近のコメント■ */
.recentCommentMenu .skinMenuHeader {
	background	:;
	background-repeat:no-repeat;
}
.recentCommentMenu ul.skinSubList li {
	background	:url(); /* リストアイコン画像 */
	background-repeat:no-repeat; /* 画像のリピート */
	background-position:0px 3px; /* 画像のスタート位置 */
	padding-left	:18px;
         padding-top       :5px;
font-size:12px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:normal;/* bold→太い文字 normal→普通 */

}


/* ■テーマ一覧■ */
.themeMenu .skinMenuHeader {
	background	:;
	background-repeat:no-repeat;
}
.themeMenu ul.skinSubList li {
	background	:url(); /* リストアイコン画像 */
	background-repeat:no-repeat; /* 画像のリピート */
	background-position:0px 3px; /* 画像のスタート位置 */
	padding-left	:18px;
          padding-top       :6px;
}


/* ■過去の記事■ */
.archiveMenu .skinMenuHeader {
	background	:;
	background-repeat:no-repeat;
}
.archiveMenu ul.skinSubList li {
	background	:url(); /* リストアイコン画像 */
	background-repeat:no-repeat; /* 画像のリピート */
	background-position:0px 3px; /* 画像のスタート位置 */
	padding-left	:14px;
         padding-top       :5px;

}


/* ■カレンダー■ */
.calendarMenu .skinMenuHeader {
	background	:;
	background-repeat:no-repeat;
}
.calendarMenu .calendar table {
	width		:100%;
	line-height	:1.4;
}
.calendarMenu caption {
	font-weight	:bold;
	padding-bottom	:6px;
}
.calendarMenu caption a {
}
.calendarMenu .calendar th,
.calendarMenu .calendar td {
	padding		:2px 0px;
	text-align	:center;
}
/*カレンダー記事のある日にアイコン*/
.calendar td a{
color:#ffffff;/*記事のある日付文字色*/
background-image:url(//stat.ameba.jp/user_images/20120527/18/shiawase-cat/fa/32/g/o0022002211996375709.gif);/*アイコン画像のＵＲＬ*/
background-position:center;
background-repeat:no-repeat;
display:block;
}
.calendar{
color:#0099ff;/*カレンダーの文字色*/
}
.calendar caption{
color:#0099ff;/*月の文字色*/
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */

}
/*カレンダー曜日の文字色*/
.calendar .sun{/*日*/
color:#ff33ff;/*文字*/
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */

}
.calendar .mon{/*月*/
color:#0099ff;/*文字*/
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */

}
.calendar .tue{/*火*/
color:#0099ff;/*文字*/
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */

}
.calendar .wed{/*水*/
color:#0099ff;/*文字*/
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */

}
.calendar .thu{/*木*/
color:#0099ff;/*文字*/
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */

}
.calendar .fri{/*金*/
color:#0099ff;/*文字*/
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */

}
.calendar .sat{/*土*/
color:#ff33ff;/*文字*/
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */

}
/* ------------------------------------------------------- */
/* カレンダーの文字の大きさ・種類・太さ　　　　　　　　　　*/
/* ------------------------------------------------------- */
.calendar{
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */
}

/* ■アメブロランキング■ */
.rankingMenu .skinMenuHeader {
	background	:;
	background-repeat:no-repeat;
}
.rankingMenu {color:#0099cc;}/* 文字色 */
.rankingMenu a:link{color:#0099cc;}/* 未訪問 */
.rankingMenu a:visited{color:#9999ff;}/* 訪問済 */
.rankingMenu a:hover{color:#ff99ff;}/* カーソルを乗せたとき */
.rankingMenu a:active{color:#ff99ff;}/* クリック実行時 */
.rankingMenu a:hover{text-decoration:none;}/* カーソルを乗せたとき下線なし */

.rankingMenu{
font-size:15px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */
}


/* ■ブログの読者■ */
.readerMenu .skinMenuHeader {
	background	:;
	background-repeat:no-repeat;
}
.readerMenu ul.skinSubList li {
	background	:url(); /* リストアイコン画像 */
	background-repeat:no-repeat; /* 画像のリピート */
	background-position:0px 3px; /* 画像のスタート位置 */
	padding-left	:20px;
         padding-top       :5px;
color		:#0099cc;
font-weight	:normal;
}
/* ------------------------------------------------------- */
/* 読者一覧の文字の色（文字色・リンク色）　　　　　　　　　*/
/* ------------------------------------------------------- */
.readerMenu {color:#0099cc;}/* 文字色 */
.readerMenu a:link{color:#0099cc;}/* 未訪問 */
.readerMenu a:visited{color:#9999ff;}/* 訪問済 */
.readerMenu a:hover{color:#ff99ff;}/* カーソルを乗せたとき */
.readerMenu a:active{color:#ff99ff;}/* クリック実行時 */

.readerMenu a:hover{text-decoration:none;}/* カーソルを乗せたとき下線なし */

/* ------------------------------------------------------- */
/* 読者一覧の文字の大きさ・種類・太さ　　　　　　　　　　　*/
/* ------------------------------------------------------- */
.readerMenu{
font-size:10px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */
}
/* ------------------------------------------------------- */
/* 読者になると、このブログの更新情報が届きます色変更　　　*/
/* ------------------------------------------------------- */
.readerMenu .readerRequestDescription{
font-size:8px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:normal;/* bold→太い文字 normal→普通 */
color		:#000000;
}
/* 読者になるボタン */
.readerMenu a.skinImgBtnS {
	background	:url(//stat.ameba.jp/user_images/20150907/20/neko3mai/6b/aa/p/o0160009613418593005.png); /* ボタン画像 */
	background-repeat:no-repeat; /* 画像のリピート */
	display		:block;
	margin		:0px auto 0px auto;
	width		:160px; /* 画像の幅 */
	height		:96px; /* 画像の高さ */
	text-indent	:-9999px;
}
.readerMenu a:hover.skinImgBtnS {
	background-position:0px 0px; /* 画像のスタート位置 */
}


/* ■ブックマーク■ */
.bookmarkMenu .skinMenuHeader {
	background	:;
	background-repeat:no-repeat;
}
.bookmarkMenu ul.skinSubList li {
	background	:url(http://amemari.cocolog-nifty.com/ameblo-book2/side_arrow.png); /* リストアイコン画像 */
	background-repeat:no-repeat; /* 画像のリピート */
	background-position:0px 3px; /* 画像のスタート位置 */
	padding-left	:14px;
}


/* ■お気に入りブログ■ */
.favoriteMenu .skinMenuHeader {
	background	:;
	background-repeat:no-repeat;
}
.favoriteMenu ul.skinSubList li {
	background	:url(http://amemari.cocolog-nifty.com/ameblo-book2/side_arrow.png); /* リストアイコン画像 */
	background-repeat:no-repeat; /* 画像のリピート */
	background-position:0px 3px; /* 画像のスタート位置 */
	padding-left	:14px;
}


/* ■ブログ内検索■ */
.blogSearchForm {
	margin		:10px 0px;
	position	:relative;
font-size:14px;/* 文字の大きさ */
font-family:'HG丸ゴシックM-PRO';/* 文字の種類 */
font-weight:bold;/* bold→太い文字 normal→普通 */

}



/*++++++++++++++++++++++++++++++++++++++++
ボタンのスタイル
++++++++++++++++++++++++++++++++++++++++*/

/* ■ボタン[横180px 縦35px]■ */

.skinImgBtnM {
	background-image:url(); /* 背景画像 */
}
.skinImgBtnM:hover span,
.skinImgBtnM:focus span,
.skinImgBtnM span {
	color		:#ffffff; /* 文字色 */
font-weight	:bold
}


/* ■アイコン付きボタン[横128px 縦28px]■ */
.skinImgBtnS {
	background-image:url(//stat.ameba.jp/user_images/20150906/22/neko3mai/f5/7a/p/o0163005013417795877.png); /* 背景画像 */
}

/* アイコン */
.skinImgBtnS:hover span,
.skinImgBtnS:focus span,
.skinImgBtnS span {
/*
 アイコン画像は下記から指定
 menu_icons_pastel.png (パステル）
 menu_icons_gray.png（グレー）
 menu_icons_black.png（黒）
 menu_icons_white.png（白）
*/
	background-image:url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/menu_icons/ menu_icons_white.png); /* アイコン画像 */
	color		:#FFFFFF; /* 文字色 */
}



/*++++++++++++++++++++++++++++++++++++++++
その他追加タグなど
++++++++++++++++++++++++++++++++++++++++*/
/*サイド下広告スクロール*/
.subAdList{
height:150px;
overflow:auto;
}
#advertising2 *, .advertising2 *{text-aligtn:left;font-size:10px;color:#cccccc !important;text-decoration:none !important;margin:0 auto !important;padding:0!important;}#advertising2, .advertising2{text-align:left;font-size:10px;margin:20px auto!important;width:85%;}.blockGeneral, .blockTarent{margin-top:0!important;padding:0!important;border:none!important;}.gadDescription{padding:0!important;line-height:1.0;width:100%;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;}.gadLogo_footer, #gadLogo_footer{margin-top:0;}.blockGeneral,.blockhoverGeneral{background:transparent !important;}#footer_ad *{color:#cccccc !important;text-decoration:none !important;margin-bottom:15px;}#footer_ad ul li, #footer_ad_officlal li{margin-bottom:1px;}#advertising3 *{margin:0 auto !important;padding:0!important;width:85%;}


#blogSearchInput{
  border:none;
  background-color:transparent;
  background-repeat:no-repeat;
  background-image:url(https://stat001.ameba.jp/user_images/20110818/21/sozai-land/1b/a0/p/o0298003011426323065.png);
}


/*記事下定型文位置調整*/
#ro-news{
margin-top:50px;/*Ａ*/
text-align:center;/*中央に*/
}


footerNav{
display:none !important;
}

/*最新記事のNEW!*/
time{
display:block;
float:left;
}
.contentNew{
background-image:url(//stat.ameba.jp/user_images/20111013/16/naoofjapan/48/0c/g/o0032002411544518487.gif);
width:32px;/*画像の横*/
height:25px;/*画像の縦*/

background-position: 0 -5px;/*アイコン表示位置*/
background-repeat:no-repeat;/*繰り返さない*/
display:block;
float:left;
text-indent:-9999px;
}
