@charset "utf-8";

/* Pink01_Type_B
-----------------------------------------

 【CSS（スタイルシート）の編集目次】

　(1) 全体の構成
　(2) ヘッダー＆ナビ＆バナー
　(3) サイドバー
  (4) メッセージ
  (5) ページ送り
  (6) 記事囲み
  (7) コメント欄
  (8) フリースペース
  (9) フリープラグイン
  (10) 非表示箇所
  (11) 余白削除

-----------------------------------------*/

img {
vertical-align:bottom;/*IEでの画像下の1px隙間をなくす*/
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (1) 全体の構成 ■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* ■■■■■■■■■■ (1-1) ボディー＆フレーム ■■■■■■■■■■*/



html{
background-color:#f0ebe5;/*背景カラー*/
background: url("https://hitoiroblog.com/ameba/eyeleafkobe/H_body-bg.png") repeat scroll center;
}


/* skinBody ボディ */
.skinBody{}
.skinBody2{}
.skinBody3{}


/* skinFrame ブログ全体を囲うエリア */
.skinFrame{
    padding-top: 0px;
} /* ヘッダーバナー含む */

.skinFrame2{
	width:1020px;/*全体の横幅指定*/
	padding:0px;
	margin:0 auto;
} /* ヘッダーバナー含まない */



.skinHeaderArea {}

.headerBnrArea {
    padding-bottom: 10px !important;
}


/* ■■■■■■■■■■ (1-2) コンテンツエリア ■■■■■■■■■■*/

.skinHeaderFrame {
height:363px;/*ヘッダー画像＋ナビの高さを設定*/
width:1020px;/*全体の横幅を設定*/
margin:0;
padding:0;
text-align:left;
position:absolute;
}


/* skinContentsFrame コンテンツを囲うエリア */
.skinContentsFrame{
top:363px;/*ヘッダー画像＋ナビの高さを設定*/
width:1018px;/*全体の横幅設定*/
border-right: 1px solid #d3c9c6;/*両脇ライン指定*/
border-left: 1px solid #d3c9c6;
background-color:#FFFFFF;/*背景カラー指定*/
padding:20px 0 100px 0;/*ナビ下余白をトップ20px、footerの領域分を下100px指定*/
display:block;
margin:0 auto;
position:relative;
text-align:left;
}

/* skinContentsArea コンテンツ1020pxエリア */
.skinContentsArea{
width:1020px;
margin: 0 auto;
overflow: hidden;
padding-bottom: 30px;
/* 注 ベースのcssにwidth:980px;の記述有り */
}



/* ■■■■■■■■■■ (1-3) メインエリア ■■■■■■■■■■*/


.skinMainArea{
width:470px !important;/*記事の幅を設定*/
float: left !important;
margin:0;
padding:0 15px;/*記事と左サイド間の余白幅を設定*/
}



/* ■■■■■■■■■■ (1-4) サイドバーエリア ■■■■■■■■■■*/

.columnC .layoutContentsA {
float: right;
width: 800px !important;/* 800px=470px+15px+15px+300px_記事幅+記事両サイド余白+右サイドの合計 */
padding-right:20px;
}

.skinSubArea{/* サイドバーエリア共通 */
}

/* サイドバーサイズ違いの場合はこちら */
.skinSubA{
width:300px;
} /* 300pxのサイドバーエリア */

.skinSubB{
width:180px;
padding-left:20px;
} /* 180pxのサイドバーエリア */


/* ■■■■■■■■■■ (1-5) フッター ■■■■■■■■■■*/

div#footerArea{
display:none;
}
div#footerArea a{
display:none;
}

#ameFooter {
width:1020px;/*全体の横幅を設定*/
bottom: 0;
height: 50px;
left: 0;
position: absolute;
}

#ameFooterImg {

}

#ameFooterImg span {
display: none;
}

#ameFooterImg .pagetop{
text-align:center;
padding-bottom:15px;
margin:0 !important;
}

#ameFooter .ame99{
text-align:right;
margin:0 !important;
padding:0 20px;
}

#ameFooter .copyright{
font-size:11px;
text-align:center;
margin:0 !important;
}


/* ■■■■■■■■■■ (1-6) 文字スタイル：全体 ■■■■■■■■■■*/

/* (1-5-1)通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;/*文字カラー設定*/
font-size:14px;/*文字サイズ調整*/
line-height:1.5;/*行間調整*/
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック";
}


/* (1-5-2)リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#e55b6c;/*文字カラー設定*/
text-decoration:none;/*文字装飾_線無し*/
outline:none; /*クリックすると出る点線を消す*/
}

/* (1-5-3)マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#e55b6c;/*文字カラー設定*/
text-decoration:underline;/*文字装飾_下線*/
outline:none; /*クリックすると出る点線を消す*/
}

/* (1-5-4)訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#333333 !important;/*文字カラー設定*/
text-decoration:underline;/*文字装飾_下線*/
outline:none; /*クリックすると出る点線を消す*/
}

/* (1-5-5)弱い文字 */
.skinWeakColor,.skinBaseWeakColor{
color:#333333;/*日付、テーマ の文字カラー設定*/
}

/* (1-5-6)強い文字 */
.skinStrongColor,.skinBaseStrongColor{
color:#e55b6c;/*NEW の文字カラー設定*/
}


/* ■■■■■■■■■■ (1-7) 文字スタイル：記事／メッセージボード内 ■■■■■■■■■■*/

/*　※全体の文字配色と別に指定したい場合のみ指定　*/

/* (1-6-1)通常文字 */
.skinMainArea,.skinMainArea .skinTextColor,.skinArticleTextColor,.skinArticleBlock{}

/* (1-6-2)リンク */
.skinMainArea .skinAnchorColor,.skinArticleAnchorColor,.skinMainArea a,.skinArticleBlock a{
/*color:#0066CC;
text-decoration:none;
outline:none; */
}

/* (1-6-3)マウスオーバーしたときのリンク */
.skinMainArea .skinAnchorHoverColor,.skinArticleAnchorHoverColor,.skinMainArea a:focus,.skinMainArea a:hover,.skinArticleBlock a:focus,.skinArticleBlock 

a:hover{
/*color:#003399;
text-decoration:underline;
outline:none;
font-weight:normal !important;*/
}

/* (1-6-4)訪問済のリンク */
.skinMainArea .skinAnchorVisitedColor,.skinArticleAnchorVisitedColor,.skinMainArea a:visited,.skinArticleBlock a:visited{
/*color:#003399;
text-decoration:underline;
outline:none; */
}

/* (1-6-5)弱い文字 */
.skinMainArea .skinWeakColor,.skinArticleWeakColor{}

/* (1-6-6)強い文字 */
.skinMainArea .skinStrongColor,.skinArticleStrongColor{}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (2) ヘッダー＆ナビ＆バナー ■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* ■■■■■■■■■■ (2-1) ヘッダー ■■■■■■■■■■*/

#ameHeaderImg {
top:-363px;/*379px=300px+63px（ヘッダー画像高さ＋横型ナビ画像1行分高さ）の合計を設定*/
left:-1px;/*微妙なズレ調整*/
position:absolute;
}

#ameHeaderImg a {
width:1020px;/*全体の横幅を設定*/
height:300px;/*画像の高さに合わせて設定*/
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/A_header.png);/*ヘッダー画像URLを設定*/
background-position:left top;
background-repeat:no-repeat;
display:block;
margin:0;
text-indent:-9999px;
}


/* ■■■■■■■■■■ (2-1)グローバルナビゲーション ■■■■■■■■■■*/
#ameNavi {
top:-63px;/*画像の高さ指定*/
left:-1px;/*微妙なズレ調整*/
_left:0px;/*IE6*/
position:absolute;
width:100%;/*IEのpositionバグ解決*/
}

.freespaceArea #ameNavi ul#ameTopNavi {
height:63px;/*ナビ１行分の高さを設定*/
width:1020px;/*幅を設定*/
background:url(https://hitoiroblog.com/ameba/eyeleafkobe/B_navi.png) no-repeat left top;/*画像URLを設定*/
padding:0px 0px 0px 0px;
margin:0 auto;
}

.freespaceArea #ameNavi ul#ameTopNavi li{
height: 63px;/*ナビ１行分の高さを設定*/
list-style: none;
display: block;
margin: 0px;
padding:0px;
float: left;
text-indent: -9999px;
}
.freespaceArea #ameNavi ul#ameTopNavi li a{
height: 63px;/*ナビ１行分の高さを設定*/
background:url(https://hitoiroblog.com/ameba/eyeleafkobe/B_navi.png) no-repeat left top;/*画像URLを設定*/
display: block;
text-decoration: none;
padding: 0px;
overflow:hidden;
outline:none; 
}
.freespaceArea #ameNavi ul#ameTopNavi li#tn1 { width: 170px; }/*項目１の幅を設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn2 { width: 170px; }/*項目２の幅を設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn3 { width: 170px; }/*項目３の幅を設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn4 { width: 170px; }/*項目４の幅を設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn5 { width: 170px; }/*項目５の幅を設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn6 { width: 170px; }/*項目６の幅を設定*/

.freespaceArea #ameNavi ul#ameTopNavi li#tn1 a { background-position: 0px 0; }
.freespaceArea #ameNavi ul#ameTopNavi li#tn2 a { background-position: -170px 0; }/*項目１の幅をマイナス付けて設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn3 a { background-position: -340px 0; }/*項目１から２の合計幅をマイナス付けて設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn4 a { background-position: -510px 0; }/*項目１から３の合計幅をマイナス付けて設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn5 a { background-position: -680px 0; }/*項目１から４の合計幅をマイナス付けて設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn6 a { background-position: -850px 0; }/*項目１から５の合計幅をマイナス付けて設定*/

.freespaceArea #ameNavi ul#ameTopNavi li#tn1 a:hover { background-position: 0px 100%; }
.freespaceArea #ameNavi ul#ameTopNavi li#tn2 a:hover { background-position: -170px 100%; }/*項目１の幅をマイナス付けて設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn3 a:hover { background-position: -340px 100%; }/*項目１から２の合計幅をマイナス付けて設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn4 a:hover { background-position: -510px 100%; }/*項目１から３の合計幅をマイナス付けて設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn5 a:hover { background-position: -680px 100%; }/*項目１から４の合計幅をマイナス付けて設定*/
.freespaceArea #ameNavi ul#ameTopNavi li#tn6 a:hover { background-position: -850px 100%; }/*項目１から５の合計幅をマイナス付けて設定*/



/* ■■■■■■■■■■ (2-3)バナー ■■■■■■■■■■*/


.freespaceArea.subModule{
margin:0 !important;
}

.freespaceArea{
/*background-color:#FFFFFF;*/
padding:0px 0px 20px 0px;
}


.freespaceArea ul#ameBnr li {
    height: 113px;/*画像高さ指定*/
	width: 180px;/*画像横幅指定*/
	margin: 0 0 5px 0px;/*画像下余白*/
    display: block;
    list-style: none outside none;
    padding: 0;
    text-indent: -9999px;
}

.freespaceArea ul#ameBnr li a {
    height: 113px;/*画像高さ指定*/
	width: 180px;/*画像横幅指定*/
    display: block;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}

.freespaceArea ul#ameBnr li#bn1 a:hover, 
.freespaceArea ul#ameBnr li#bn2 a:hover,
.freespaceArea ul#ameBnr li#bn3 a:hover{
    background-position: -180px 0px;/*画像マイナス横幅指定*/
}

.freespaceArea ul#ameBnr li#bn1 a {
    background: url(https://hitoiroblog.com/ameba/eyeleafkobe/C01_bnr.png) no-repeat scroll left top transparent;
}
.freespaceArea ul#ameBnr li#bn2 a {
    background: url(https://hitoiroblog.com/ameba/eyeleafkobe/C02_bnr.png) no-repeat scroll left top transparent;
}
.freespaceArea ul#ameBnr li#bn3 a {
    background: url(https://hitoiroblog.com/ameba/eyeleafkobe/C03_bnr.png) no-repeat scroll left top transparent;
}



.freespaceArea ul#ameSns{
background: url(https://hitoiroblog.com/ameba/eyeleafkobe/C06_ameSns-bg.png) no-repeat scroll left top transparent;
height:32px;
width:180px;
}

.freespaceArea ul#ameSns li#bn4,
.freespaceArea ul#ameSns li#bn5{
    height: 32px;/*画像高さ指定*/
	width: 32px;/*画像横幅指定*/
	margin: 0 0 5px 0px;/*画像下余白*/
    display: block;
    list-style: none outside none;
    padding: 0;
    text-indent: -9999px;
	float:left;
}

.freespaceArea ul#ameSns li#bn4{
padding:0 5px 0 146px;
}

.freespaceArea ul#ameSns li a {
    height: 32px;/*画像高さ指定*/
	width: 32px;/*画像横幅指定*/
    display: block;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}

.freespaceArea ul#ameSns li#bn4 a {
    background: url(https://hitoiroblog.com/ameba/eyeleafkobe/C04_ameSns-F.png) no-repeat scroll left top transparent;
}
.freespaceArea ul#ameSns li#bn5 a {
    background: url(https://hitoiroblog.com/ameba/eyeleafkobe/C05_ameSns-T.png) no-repeat scroll left top transparent;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (3) サイド　　 ■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* ■■■■■■■■■■ (3-1) 文字スタイル：サイド ■■■■■■■■■■*/
/*　※全体の文字配色と別に指定したい場合のみ指定　*/

/* (3-1-1)通常文字 */
.skinSubArea,.skinSubArea .skinTextColor,.skinSubTextColor,.skinSubBlock{}

/* (3-1-2)リンク */
.skinSubArea a,.skinSubArea .skinAnchorColor,.skinSubAnchorColor,.skinSubBlock a{
color:#333333;
text-decoration:none;
}

/* (3-1-3)マウスオーバーしたときのリンク */
.skinSubArea a:focus,.skinSubArea a:hover,.skinSubArea .skinAnchorHoverColor,.skinSubAnchorHoverColor,.skinSubBlock a:focus,.skinSubBlock a:hover{
color:#333333;
text-decoration:underline;
}
/* (3-1-4)訪問済のリンク */
.skinSubArea a:visited,.skinSubArea .skinAnchorVisitedColor,.skinSubAnchorVisitedColor,.skinSubBlock a:visited{
color:#333333;
text-decoration:underline;
}

/* (3-1-5)弱い文字 */
.skinSubArea .skinWeakColor,.skinSubWeakColor{}
/* (3-1-6)強い文字 */
.skinSubArea .skinStrongColor,.skinSubStrongColor{}


/* ■■■■■■■■■■ (3-2) サイド見出し ■■■■■■■■■■*/


/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
width:180px;/*見出し画像の横幅を設定*/
height:39px;/*見出し画像の高さを設定*/
margin: 0;
padding: 0;
border:none;
background-position:0px 0px;
text-indent:-9999px !important;
background-repeat:no-repeat;
}


/* skinMenuHeader サイドメニュータイトル */
.skinMenuHeader{
height:39px;/*タイトル画像高さ調整*/
padding:0px !important;
margin-bottom:9px;
}

/* ■■■■■■■■■■ .layoutContentsA サイドバーの各見出しの背景画像設定 ■■■■■■■■■■*/
/*各画像URLを設定*/
.layoutContentsA .profileMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D01_title-profile.png);/*プロフィール*/
text-indent: -9999px !important;
background-position: -180px 0;
}
.layoutContentsA .recentEntriesMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D02_title-entries.png);/*最近の記事*/
text-indent: -9999px !important;
background-position: -180px 0;
}
.layoutContentsA .themeMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D03_title-theme.png);/*ブログテーマ*/
text-indent: -9999px !important;
background-position: -180px 0;
}
.layoutContentsA .recentCommentMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D04_title-comments.png);/*最近のコメント*/
text-indent: -9999px !important;
background-position: -180px 0;
}
.layoutContentsA .readerMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D05_title-readers.png);/*このブログの読者*/
text-indent: -9999px !important;
background-position: -180px 0;
}
.layoutContentsA .rankingMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D06_title-ranking.png);/*ランキング*/
text-indent: -9999px !important;
background-position: -180px 0;
}
.layoutContentsA .bookmarkMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D07_title-bookmarks.png);/*ブックマーク*/
text-indent: -9999px !important;
background-position: -180px 0;
}
.layoutContentsA .archiveMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D08_title-archive.png);/*アーカイブ*/
text-indent: -9999px !important;
background-position: -180px 0;
}
.layoutContentsA .calendarMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D09_title-calendar.png);/*カレンダー*/
text-indent: -9999px !important;
background-position: -180px 0;
}
.layoutContentsA .favoriteMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D10_title-favorite.png);/*お気に入り*/
text-indent: -9999px !important;
background-position: -180px 0;
}


/* ■■■■■■■■■■ .layoutContentsB サイドバーの各見出しの背景画像設定 ■■■■■■■■■■*/
/*各画像URLを設定*/
.layoutContentsB .profileMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D01_title-profile.png);/*プロフィール*/
text-indent: -9999px !important;
}
.layoutContentsB .recentEntriesMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D02_title-entries.png);/*最近の記事*/
text-indent: -9999px !important;
}
.layoutContentsB .themeMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D03_title-theme.png);/*ブログテーマ*/
text-indent: -9999px !important;
}
.layoutContentsB .recentCommentMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D04_title-comments.png);/*最近のコメント*/
text-indent: -9999px !important;
}
.layoutContentsB .readerMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D05_title-readers.png);/*このブログの読者*/
text-indent: -9999px !important;
}
.layoutContentsB .rankingMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D06_title-ranking.png);/*ランキング*/
text-indent: -9999px !important;
}
.layoutContentsB .bookmarkMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D07_title-bookmarks.png);/*ブックマーク*/
text-indent: -9999px !important;
}
.layoutContentsB .archiveMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D08_title-archive.png);/*アーカイブ*/
text-indent: -9999px !important;
}
.layoutContentsB .calendarMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D09_title-calendar.png);/*カレンダー*/
text-indent: -9999px !important;
}
.layoutContentsB .favoriteMenu .skinMenuHeader{
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/D10_title-favorite.png);/*お気に入り*/
text-indent: -9999px !important;
}



/* ■■■■■■■■■■ (3-3) サイド：メニュー内 ■■■■■■■■■■*/

/* (3-3-1)skinMenu メニューのエリア ：枠線*/

/*.skinMenu .profileMenu,*/
.skinMenu {
font-size:13px;
background:none;
}/* 注　ベースのcssに margin-bottom の記述有り */
.skinMenu2{}


/* subA subB別に記述する場合 */
.skinSubA .skinMenu{}
.skinSubB .skinMenu{
/*左サイド内のカラー指定*/
}

/* (3-3-2)skinMenuBody メニューのエリア ：skinSubA,B別々に指定_枠線内カラー指定*/

/* skinMenuBody サイドA(右) */
.skinSubA .skinMenuBody{}
.skinSubB .skinMenuBody{}


/* (3-3-3)skinMenuBody メニューのエリア ：skinSubA,B同じ場合枠線内カラー指定*/

/* skinMenuBody サイドA(右) */
.skinMenuBody{
background:none !important;
margin:0px !important;
padding:0 0 10px 0;
}




/* ■■■■■■■■■■ (3-4) サイド：リスト境界線■■■■■■■■■■*/

.skinSubHr,
.skinSubList li{
background:url(https://hitoiroblog.com/ameba/eyeleafkobe/D12_list-line.png) no-repeat left bottom;/*リストライン画像を指定*/
padding:3px 0px 7px 0px;/*リスト内余白*/
/*border-bottom:1px solid #dddddd;*//*下線の種類と色、太さを調整*/
line-height:1.4;
border:none;
}

.skinSubList li a{
background:url(https://hitoiroblog.com/ameba/eyeleafkobe/D11_bullet.png) no-repeat left 0.3em;/*リストマーク画像の位置を指定*/
padding-left:15px;/*左余白指定*/
display:block;
}

/* subA subB別に記述する場合 */
.skinSubA .skinSubHr,
.skinSubA .skinSubList li{}

.skinSubB .skinSubHr,
.skinSubB .skinSubList li{}


/* ■■■■■■■■■■ (3-5) サイド：読者登録ボタン ■■■■■■■■■■*/

/*背景画像指定、もしくはオプションでボタン画像指定のどちらかになります*/

/*(3-5-1) 背景画像指定*/

/*.skinSubA .readerRequestBtnArea .skinImgBtnS{
background-image: url(https://hitoiroblog.com/ameba/eyeleafkobe/G02_btn-bg.png) !important;
width:200px;
height:105px;
background-position:-130px 0px;
}

.skinSubB .readerRequestBtnArea .skinImgBtnS{
background-image: url(https://hitoiroblog.com/ameba/eyeleafkobe/G02_btn-bg.png) !important;
width:130px;
height:105px;
background-position:0px 0px;
}*/

/*(3-5-1) ボタン画像指定（オプション）*/
.skinSubA .readerRequestBtnArea .skinImgBtnS{
height:105px;
width:200px;
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/G02_btn-bg.png);
background-repeat:no-repeat;
display:block;
margin: 0 auto;
text-indent:-9999px;
background-position:-130px 0px;
}

.skinSubB .readerRequestBtnArea .skinImgBtnS{
height:105px;
width:130px;
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/G02_btn-bg.png);
background-repeat:no-repeat;
display:block;
margin: 0 auto;
text-indent:-9999px;
background-position:0px 0px;
}

/*ボタン画像のマイナス高さ*/
.skinSubB .readerRequestBtnArea a:hover{
background-position:0 -105px !important;
}

/*ボタン画像のマイナス高さ*/
.skinSubA .readerRequestBtnArea a:hover{
background-position:-130px -105px !important;
}




/* ■■■■■■■■■■ (3-6)プロフィール ■■■■■■■■■■*/

/* (3-6-1)リンク */
.profileUserNicknameArea a{
color:#e55b6c;
text-decoration:none;
}

/* (3-1-3)マウスオーバーしたときのリンク */
.profileUserNicknameArea a:focus,.profileUserNicknameArea a:hover{
color:#e55b6c;
text-decoration:underline;
}

/*プロフィール画像上、噴出し*/
/*.skinSubA .nowQuote {
    background-position: -780px 100% !important;
    background-repeat: no-repeat !important;
    width: 140px !important;
}

.skinSubA .nowQuote p {
    background-position: -1060px 0 !important;
    background-repeat: no-repeat !important;
    width: 140px !important;
}

.skinSubA .nowQuote a {
    background-position: -920px 0 !important;
    background-repeat: repeat-y !important;
    width: 128px !important;
}

.skinSubA .nowQuoteText {
    width: 128px !important;
}

.skinSubA .nowQuoteDetail {
    width: 125px !important;
}
*/
/*右サイド：プロフィール画像位置*/
.skinSubB .userProfileImageArea{
margin:0 auto;
}
.skinSubB .profileBtnArea {
text-align:center !important;
}

/*プロフィール画像のサイズ指定*/
.skinSubA .userProfileImageArea,
.skinSubB .userProfileImageArea{}

.skinSubA .userProfileImage,
.skinSubB .userProfileImage  {}

.skinSubA .userProfileImage img,
.skinSubB .userProfileImage img {}

.skinSubA .userProfileImage,
.skinSubB .userProfileImage {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
padding: 1px;
text-align: center;
}




/*読者になる、アメンバーになる、メッセージを送る、プレゼントを贈るのフォントサイズ*/
.profileBtnArea li a{
font-size:12px;
display: block !important;
padding-left:0px !important;
}


/*読者になる、アメンバーになる、メッセージを送る、プレゼントを贈るの背景*/
.profileBtnArea .skinImgBtnS {
    background-image: url(https://hitoiroblog.com/ameba/eyeleafkobe/G01_btn-bg.png) !important;
}
.profileBtnArea .skinImgBtnS {
    height: 28px;
    width: 147px;
	}

.profileBtnArea span, .readerRequestArea span {
color:#4b2f25 !important;
background-image: url(https://hitoiroblog.com/ameba/eyeleafkobe/G04_iconsB.png) !important;
}

.skinImgBtnS:hover span, .skinImgBtnS:focus span, .skinImgBtnS span {
color:#4b2f25 !important;
background-image: url(https://hitoiroblog.com/ameba/eyeleafkobe/G04_iconsB.png) !important;
}


/* ■■■■■■■■■■ (3-7)ランキング ■■■■■■■■■■*/
.skinSubA .rankSubDetail,
.skinSubB .rankSubDetail  {
    padding-right: 50px;
}


/* ■■■■■■■■■■ (3-8)RSS ■■■■■■■■■■*/
.rss.skinFieldBlock{
width: 180px;/*サイド幅指定*/
padding: 40px 0;/*上下の余白調整（40px以上）*/
margin: 0 auto;
}

/* ■■■■■■■■■■ (3-9)検索 ■■■■■■■■■■*/

.skinSubA .blogSearchForm,
.skinSubB .blogSearchForm {
    width: 180px !important;
}


.skinSubA .blogSearchInput,
.skinSubB .blogSearchInput{
    width: 147px;/*147=180px-(25px+6px1px+1px)  サイド幅-(左右余白+ボーダー左右幅）*/
}

.blogSearchInput {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #c9c9c9;
    color: #333333;
    line-height: 1.1em;
    padding: 8px 25px 8px 6px;/*検索ボックスの枠指定*/
}


/* ■■■■■■■■■■ (3-10)カレンダー ■■■■■■■■■■*/

/*左サイド幅指定*/
.skinSubA .calendarMenu table {
    width: 220px;
}
/*右サイド幅指定*/
.skinSubB .calendarMenu table  {
    width: 140px;
}

.skinSubA .calendarMenu td,
.skinSubB .calendarMenu td  {
    font-size: 13px;
}

.skinSubA .calendarMenu table a,
.skinSubB .calendarMenu table a{
    color: #e55b6c;
    text-decoration: none;
}

.skinSubA .calendarMenu table a:focus,
.skinSubA .calendarMenu table a:hover,
.skinSubB .calendarMenu table a:focus,
.skinSubB .calendarMenu table a:hover{
    color: #e55b6c;
	text-decoration:underline;
}

.skinSubA .calendarMenu table a:visited,
.skinSubA .calendarMenu table a:visited{
    color: #333333;
	text-decoration: none;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (4) メッセージ ■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* ■■■■■■■■■■ (4-1)メッセージの囲み全体 ■■■■■■■■■■*/


/* skinMessageBoard メッセージ：サイド画像 */
.skinMessageBoard{/* 注 ベースのcssに margin-bottom の記述有り */
width:470px;/* 横幅を調整 */
background:transparent url(https://hitoiroblog.com/ameba/eyeleafkobe/E02_msg-side.png) repeat-y scroll left top;/*中部画像URLを設定*/
margin:0 auto;
margin-bottom:15px;
padding:0 0 0px 0px;
border:none !important;
}

/* skinMessageBoard2 メッセージ：ヘッダー画像 */
.skinMessageBoard2{
background:transparent url(https://hitoiroblog.com/ameba/eyeleafkobe/E01_msg-header.png) no-repeat scroll left top;/*上部画像URLを設定*/
border:none;
padding:0px 0px 0px 0px;
}

/* skinMessageBoard3 メッセージ：フッター画像 */
.skinMessageBoard3{
padding:72px 20px 32px 20px;/*メッセージ枠余白設定*/
background:transparent url(https://hitoiroblog.com/ameba/eyeleafkobe/E03_msg-footer.png) no-repeat scroll left bottom;/*下部画像URLを設定*/
border:none;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (5) ページ送り ■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*(5-1) 「記事一覧」*/

.skinPagingListColor{
color:#0066CC !important;
}


/*(5-2) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン*/
.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:focus{
border:1px solid #d3c9c6;/*枠線指定*/
background:#FFFFFF;/*枠中カラー指定*/
color:#e55b6c !important;/*リンクカラー指定*/
}

/*(5-3) マウスオーバー：文字カラー*/
.skinSimpleBtn:hover{
/*color:#FFF !important;*/ /*ホバー時文字カラー*/
border:1px solid #d3c9c6;/*枠線指定*/
}

/* (5-4) マウスオーバー：ボタン */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background-color:#f1eee8 ;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (6) 記事囲み   ■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* ■■■■■■■■■■ (6-1)ブログ記事の囲み全体 ■■■■■■■■■■*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
border:none !important;
background:none !important;
position:relative;
}
.skinArticle2{}
.skinArticle3{}


/* ■■■■■■■■■■ (6-1)ブログ記事の囲みの設定 ■■■■■■■■■■*/


/* skinArticleHeader 記事タイトルヘッダー */
.skinArticleHeader{
width:470px;/*画像の横幅を設定*/
/*本文一番上の設定*/
background:url(https://hitoiroblog.com/ameba/eyeleafkobe/F01_entry-header.png) no-repeat left top;/*記事タイトル背景画像URLを設定*/
margin:0 !important;
padding:0 0 0px !important;
border-left:none;
}


.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{
/*background:url(https://hitoiroblog.com/ameba/eyeleafkobe/F02_entry-side.png) repeat-y left top;*//*記事サイド背景画像URLを設定*/
padding:0 10px;
}
.skinArticleBody2{
margin:0 0px;/*記事サイド余白指定*/
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
width:470px;/*430px=470px-40px 背景画像の横幅-左右余白分を設定*/
height:50px;/*背景画像の高さを設定|20px以上*/
padding:0px 0px 0px 0px;/*リンクテキスト余白を調整*/
background:url(https://hitoiroblog.com/ameba/eyeleafkobe/F03_entry-footer.png) no-repeat 0px 0px;/*記事両脇囲み用画像URLを設定*/
text-align: right;/*リンクテキスト横位置を調整*/
border:none;
margin:0px;
}


/*.articleDetailArea  日付、テーマエリア*/
.articleDetailArea {
    padding: 15px 0;
	font-size:12px;
}



/* ■■■■■■■■■■ (6-2)なう、チェック、ツイートする ■■■■■■■■■■*/

/* articleExLinkArea なう、チェック、ツイートする */
.articleExLinkArea {
padding: 15px 0 0;/*上下余白調整*/
text-align: right;/*左右位置指定*/
margin:0 !important;
}

.articleLinkArea {
    margin: 5px 0 0 !important;
}


/* ■■■■■■■■■■ (6-3)記事タイトル調整 ■■■■■■■■■■*/


/* skinArticleHeader h1 記事タイトル */
.skinArticleHeader h1 {
width:450px;/*横幅調整*/
padding:23px 10px 25px 10px;/*タイトル位置調整*/
text-align: left;
background-color:transparent;
line-height:1.3;
color:#402920;
font-size:16px !important;
}

/* skinArticleHeader h1 a 記事タイトル:文字太さ */
.skinArticleHeader h1 a{
/*font-weight:normal;*//*boldの場合コメントアウト*/
/*color:#333333;*//*カラー指定*/
}

.skinArticleHeader h1 a:hover{
font-weight:bold;/*boldの場合コメントアウト*/
color:#402920;/*カラー指定*/
text-decoration:none;
}


.skinArticleTitle, .skinArticleTitle:hover, .skinArticleTitle:focus, .skinArticleTitle:visited {
    color:#402920 !important;
    font-size: 16px;
    font-weight: bold;
}



/* ■■■■■■■■■■ (6-4)記事日付け ■■■■■■■■■■*/

/* articleTime 日付け */
.articleTime{
/*top:10px;*//*日付縦位置の調整*/
/*right:0px;*//*日付横位置の調整*/
/*text-align: right;*//*左右の調整*/
/*position:absolute;*/
padding:0px;
}


/* ■■■■■■■■■■ (6-5)記事テーマ ■■■■■■■■■■*/

/* articleTheme テーマ */
.articleTheme{
/*top:10px;*//*テーマ縦位置の調整*/
/*left:60px;*//*テーマ横位置の調整｜左右も変更*/
/*text-align: left;*//*左右の調整*/
/*position:absolute;*/
padding:0px;
border:none;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (7) コメント欄     ■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* コメント欄、トラバ欄、記事一覧などの一覧
--------------------------------------------*/
.skinBgColor, .skinBaseBgColor, .skinBlock{
background:none !important;
}

.commentBtnArea {
    padding: 15px 0px !important;
    text-align: center;
}

.commentArea {
    margin: 30px 0;
    overflow: hidden;
    padding: 0px 14px;
}


.basicBtnS.commentBtn,
.commentTitleArea{
/*text-indent:-9999px !important;*/
}


.basicBtnS.commentBtn{
/*background-color:#FFFFFF; *//*背景色*/
background-image:url(https://hitoiroblog.com/ameba/eyeleafkobe/G03_btn-bg.png);
background-position:left top;
background-repeat:no-repeat;
display:block;
height:28px;
width: 170px;
padding: 0 0 0 30px;
margin:0;
border:none;
margin:0 auto;
}

.commentBtnArea a,
.commentBtnArea a:hover,
.commentBtnArea a:focus,
.commentBtnArea a:visited{
color:#FFFFFF !important;
/*background-position: 0 -53px;*//*画像マイナス高さ指定*/
}


/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
/*background-color:#ffffff;*/
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#f7f7f7;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border:none !important;
border-top: 1px solid #EEE !important;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}

.commentTitleArea.skinBorderHr{
border:none !important;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (8) フリースペース ■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* ■■■■■■■■■■ (8-1)footerへのame99リンク ■■■■■■■■■■*/

.designedby {
margin:0 auto 20px;
text-align:center;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (9) フリープラグイン ■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/




/* ■■■■■■■■■■ (9-1)エリア：I_サイドのメルマガ（まぐまぐ） ■■■■■■■■■■*/
#magazine {
height: 250px;/*メルマガ背景画像高さサイズ調整*/
width: 180px;/*メルマガ背景画像横幅サイズ調整*/
margin-bottom:10px;/*メルマガ下余白調整*/
background: transparent url(https://hitoiroblog.com/ameba/eyeleafkobe/I02_mail-bg.png) no-repeat scroll center bottom;
text-align: center;
}

#magazine .contents .read {
padding-top: 7px;
font-size:11px;
}



/* ■■■■■■■■■■ (9-2)エリア：I_サイドのtwitterタイムライン ■■■■■■■■■■*/
.twitter {
margin-bottom:10px; /*twitter下余白調整*/
}


/* ■■■■■■■■■■ (9-3)エリア：I_サイドのfacebook ■■■■■■■■■■*/
.fb-profilepage,
.fb-facebookpage{
margin-bottom:10px; /*facebook_プロフィール下余白調整*/
}






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (10) 非表示箇所   ■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* skinTitleArea ブログタイトル文字 */
/* skinDescriptionArea ブログの説明文字 */

.skinTitleArea,
.skinDescriptionArea{
text-indent:-9999px;
}

/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
text-indent:-9999px;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
text-indent:-9999px;
}



/* ■■■■■■■■■■ (10-3)サイド：ブログを作るボタン ■■■■■■■■■■*/
.registArea {
text-indent:-9999px;
display:block;
overflow:hidden;
width:0;
height:0;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■ (11) 余白削除　   ■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.userLinkArea {
    margin-bottom: 0px !important;
}

.pagingArea,
.nextPrevPaging {
    margin: 0px auto !important;
}
