@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#555555;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#0077ff;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock 
a:visited,a:visited{
color:#ff66ff;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock 
a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#ff3366;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#555555;
padding-top: 40px;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}



/* (1-2) ブログタイトル文字
--------------------------------------------*/

/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#555555;
font-weight:bold;
font-size:2.11em;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#555555;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.
skinArticleTitle:visited{
font-size:167%
font-weight:bold;
color:#0066ff;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
color:#555555;
font-weight:bold;
font-size:117%
}



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/

/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_m.png);
}


/* ボタンの文字色 */
.skinImgBtnM:hover span,.skinImgBtnM:focus span,.skinImgBtnM span{
color:#555555 !important;
}




/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/

/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画

像を指定 */
.skinImgBtnS{
background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_s.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_pastel.png);
color:#333333 !important;/* ←ボタンの文字色 */
}




/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル

」 >> ボタン
--------------------------------------------*/

.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSim
pleBtn:focus{
border:1px solid #dddddd;
background:#ffffff;
color:#0066cc !important;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#f7f7f7;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/

/* skinBody ボディ */
.skinBody{background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20130505/00/3b/3d/j/o15000990kimacchan1367681129858.jpg);
background-repeat:repeat;
background-position:center top;}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/

/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{//stat.blogskin.ameba.jp/blogskin_images/20170118/18/43/Vk/j/o11200343kimacchan1484730028003.jpg}/* ←ブログヘッダーに背景画像を敷きたいとき */

/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}

/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}

/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}



/* (3-3) コンテンツエリア
--------------------------------------------*/

/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
background: url(https://stat001.ameba.jp/user_images/20130505/01/kimacchan/ec/ad/j/o0330028312525898507.jpg) repeat;
/* 注 ベースのcssにwidth:980px;の記述有り */
}



/* (3-4) メインエリア
--------------------------------------------*/

.skinMainArea{}



/* (3-5) メッセージボード
--------------------------------------------*/

.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border:1px dotted #979797;
background:#ffffee;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 10px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　blog.cssに margin-bottom の記述有り */
	background:#ffe;}
.skinArticle2{
	background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/d0/57/p/o0470007412525696845.png) no-repeat center top;}
.skinArticle3{
	padding:15px 30px;}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
padding:0px 0px 0px 40px;
border-left: hidden;
line-height: 150%;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{
font-size:14px;
}
.skinArticleBody2{
margin:0 10px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 10px;
border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#ffffee;　/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニューヘッダー */
.skinSubA .skinMenuHeader{
	background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/07/20/p/o0300003812525696468.png) no-repeat center top;
	height:38px;}
.skinSubB .skinMenuHeader{
	background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/63/ee/p/o0180003812525696470.png) no-repeat center top;
	height:38px;}

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
	line-height:150%;
	padding-left:30px;
	color:#58402e;}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:10px;
background:#fff;/* ←サイドメニューの本文に背景を敷きたいとき */
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定す

ること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #b3b3b3;
}



/* (3-10) コメント欄、記事一覧などの一覧
--------------------------------------------*/


/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
background-color:#fff;
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#ccc;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#999;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#ddd;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
 (4) その他、拡張
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/

/* その他、拡張があれば記述 */

.skinContentsArea{
width: 1080px;
}
.skinContentsArea2{
width: 1080px;
padding-top: 30px;
overflow: hidden;
zoom: 1;
}
.columnC .skinSubA{
margin-right:10px;
}
.columnC .skinSubB{
margin-left:10px;
}
.columnC .skinMainArea{}
.headerBnrArea{
height:0;
}
.skinFrame{
}
.columnC .layoutContentsA{

}
.skinHeaderFrame {
width: 100%;
height:374px;
background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20160629/17/cf/x8/j/o10800557kimacchan1467190759918.jpg);
background-repeat:no-repeat;
background-position:center top;
clear: both;
margin-top:-20px;
}
.skinBody2{}
.skinBody3{}

.columnA .skinSubA,.columnB .skinSubA,
.columnC .skinSubA,.columnD .skinSubA,
.columnE .skinSubA{
width: 300px; /* ②(太い)サイドバーAの横幅 */
}
.columnC .skinSubB,.columnD .skinSubB,
.columnE .skinSubB{
width: 180px; /* ③(細い)サイドバーBの横幅 */
}
.columnC .skinMainArea,.columnD .skinMainArea,
.columnE .skinMainArea{
width: 520px; /* ④3カラム時のメインカラムの横幅  */
}
.columnA .skinMainArea,.columnB .skinMainArea{
width: 720px; /* ⑤2カラム時のメインカラムの横幅 */
}
.columnC .layoutContentsA,.columnD .layoutContentsA {
width: 870px; /* ⑥メイン＆サイドAを囲う領域 */
}

/*右サイドメニュータイトル*/
.layoutContentsA .skinMenuHeader{}
/*右サイドメニュー下*/
.layoutContentsA .skinMenu{
margin-bottom:10px;
background:transparent;
}
.layoutContentsA .skinMenuBody{
margin:10px 0 30px;
background-color:transparent;
}
.layoutContentsA .skinMenu{
background-repeat:no-repeat;
background-position: center top;
}

/*カレンダー*/
.calendarMenu .skinMenuHeader{}
.layoutContentsA .calendarMenu{}
/*最新の記事*/
.recentEntriesMenu .skinMenuHeader{}
.layoutContentsA .recentEntriesMenu{}
/*最近のコメント*/
.recentCommentMenu .skinMenuHeader{}
.layoutContentsA .recentCommentMenu{}


/*テーマ*/
.themeMenu .skinMenuHeader{}
.layoutContentsB .themeMenu{}
/*月別*/
.archiveMenu .skinMenuHeader{}
.layoutContentsB .archiveMenu{}
/*読者*/
.readerMenu .skinMenuHeader{}
.layoutContentsB .readerMenu{}
/*ブックマーク*/
.bookmarkMenu .skinMenuHeader{}
.layoutContentsB .bookmarkMenu{}
/*ランキング*/
.rankingMenu .skinMenuHeader{}
.layoutContentsB .rankingMenu{}
/*ヘッド部分*/
.skinBlogHeadingGroupArea{}
.skinHeaderArea2{
padding:0px;
}
.skinTitleArea{
display:none;
}
.skinTitle{
width:1080px;
height:374px;
display:block;
position:center;
text-indent:-9999px;
text-decoration:none;
}
.skinDescriptionArea{
display:none;
}
.contentNew{}
/*サイド下広告*/
.skinSubA .registArea .subAdList {
width: 0px;
}
.subAdList li{
float:left;
width:140px;
font-size:0.8em;
margin-right:70px;
padding-right:70px;
}
.commentBtn{
width:128px;/*画像の横*/
padding-top:0px;/*画像の縦+α*/
background-repeat:repeat;
background-color:transparent;
background-position:50% 0%;
border:none;
}
.commentBtn:hover{
background-position:50% 100%;
}
.commentBtnArea{}
/*リストマーク*/
.skinSubList li a{
padding-left:20px;/*画像横+α*/
background-image:url
(//stat.ameba.jp/user_images/e0/3d/10054883822.gif);
background-repeat:no-repeat;/*繰り返さない*/
background-position:0px 0px;/*画像位置 横 上*/
}
.skinSubList li a:hover{
padding-left:20px;/*画像横+α*/
background-image:url
(//stat.ameba.jp/user_images/77/69/10054883823.gif);
background-repeat:no-repeat;/*繰り返さない*/
background-position:0px 0px;/*画像位置 横 上*/
}
.skinMainArea .readerBtn{}
.skinMainArea .readerBtn:hover {}
#advertising2 *, .advertising2 *{
color:#999999 !important;
text-decoration:none !important;
margin:0 auto !important;
padding:0!important;
}
#advertising2, .advertising2{
margin:50px auto!important;
}
.blockGeneral, .blockTarent{
margin-top:0!important;
padding:0!important;
border:none!important;
}
.gadDescription{
padding:0!important;
line-height:1.2;
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:#999999 !important;
text-decoration:none !important;
margin-bottom:15px;
}
#footer_ad ul li, #footer_ad_officlal li{
margin-bottom:3px;
}
#advertising3 *{
margin:0 auto !important;
padding:0!important;
width:85%;
}

/*トラックバックボタン*/
.trackbackBtn{}
.trackbackBtn:hover{/*マウスオーバー時*/}
#footer_ad{
margin-top:10px;
}
.skinArticleFooter{
margin:10px 0 0;
}
.footerNav li{}

/*続きを読むボタン*/
.articleText .expand{
font-size:10px;/*文字サイズ*/
color: #00cc00;/*文字色*/
width:80px;/*枠の幅*/
border:1px solid #00cc00;/*枠線*/
background-color:#99ff99;/*枠の中の色*/
text-align: center;/*文字を中央に*/
margin:30px 0 30px 10px;/*表示位置*/
display:block;
}
.resPointTitle{
color:#cccccc;
}
#resPoint img{
display:none; 
}
.subAdBannerHeader span{
display:none ;
}
body{}

/*ページングアメ限リンク*/
.ameList {
margin: 5px 0 0 10px;
}
/*ページング画像一覧リンク*/
.imgList {
margin: 5px 0 0 10px;
}

#naviLink img{
visibility:hidden!important;
}
.skinSubA .rss {
width:135px;
text-align:center;
}
.commentArea{
width:420px;
background-color:#f7f7f7;
}
.skinBorderList li{
margin-bottom:10px;
border:none;
}
.blogComment{
border:1px solid #b3b3b3;
background-color:#f7ebcd;
width:390px;
}
.ownerComment{
margin-left:0px;
background-color:transparent;
border:none;
border-top:1px dotted #b3b3b3;
border-bottom:1px dotted #b3b3b3;
}
.ownerComment .commentFooter{
text-align:right;
}
.commentReply{
display:none;
}

/* なう・mixi・Twitterボタンを消す方法 */
#nowBtn{display:none !important;} /* なう */
#tweetBtn{display:none !important;} /* Twitter */

/* ヘッダー画像をブログトップへのリンクにする */
.skinHeaderArea2,.skinBlogHeadingGroupArea{
  padding:0;
}
#header h1,.skinTitleArea{
  display:block;
  padding:0;
  text-indent:-9999px;
}
#header h1 a,.skinTitle{
  display:block;
  height:374px;
}



/* タイトル・説明文消し＆ヘッダーリンク設定用CSS貼り付けコード */
.skinHeaderArea2{
  padding:0;
}
.skinBlogHeadingGroupArea{
  padding:0;
}
.skinDescriptionArea{
  display:none;
}
.skinTitleArea{
  padding:0;
  text-indent:-9999px;
}
.skinTitle{
  display:block;
  height:374px;
}



/* ?????????????????? */
/* ■ナビエリア フリースペース */
/* ?????????????????? */
.skinContentsArea{
position:relative;
padding-top:67px; /* メニューの高さ */
}
#navlist{
margin: 0px auto;
padding: 0px auto;
position:relative;
width:1080px;
}
#navlist li{
margin: 0px;
padding: 0px;
display: inline;
line-height:2;
text-align: center;
display: inline;/*IE6対策*/
list-style: none;
float: left;
}
#navlist li a{
margin:0px auto;
display: inline;
list-style-type: none;
width:135px; /* ボタンの横幅 */
height:67px; /* ボタンの高さからpaddingを引いた分 */
float:left;
padding: 0px auto;
}
/* トップからの位置調整 */
#freespace #navcontainer{
width:1080px;
position: absolute;
top:100px;
left:0px;
margin:auto;
}

.menu1 a{
background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/a0/4d/j/o0135013412525695563.jpg);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:135px; /* ボタンの横幅 */
height:67px; /* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;/*　タイトル文字を消す　*/
}
.menu1 a:hover { /* ボタンにカーソルを合わした時 */
background-position :0 -67px;
text-decoration:none;
}
.menu2 a{
background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/04/37/j/o0135013412525695565.jpg);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:135px; /* ボタンの横幅 */
height:67px; /* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;/*　タイトル文字を消す　*/
}
.menu2 a:hover { /* ボタンにカーソルを合わした時 */
background-position :0 -67px;
text-decoration:none;
}
.menu3 a{
background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/d2/d5/j/o0135013412525695562.jpg);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:135px; /* ボタンの横幅 */
height:67px; /* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;/*　タイトル文字を消す　*/
}
.menu3 a:hover { /* ボタンにカーソルを合わした時 */
background-position :0 -67px;
text-decoration:none;
}
.menu4 a{
background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/43/7b/j/o0135013412525696472.jpg);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:135px; /* ボタンの横幅 */
height:67px; /* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;/*　タイトル文字を消す　*/
}
.menu4 a:hover { /* ボタンにカーソルを合わした時 */
background-position :0 -67px;
text-decoration:none;
}
.menu5 a{
background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/ea/ff/j/o0135013412525696469.jpg);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:135px; /* ボタンの横幅 */
height:67px; /* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;/*　タイトル文字を消す　*/
}
.menu5 a:hover { /* ボタンにカーソルを合わした時 */
background-position :0 -67px;
text-decoration:none;
}
.menu6 a{
background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/f6/73/j/o0135013412525696471.jpg);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:135px; /* ボタンの横幅 */
height:67px; /* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;/*　タイトル文字を消す　*/
}
.menu6 a:hover { /* ボタンにカーソルを合わした時 */
background-position :0 -67px;
text-decoration:none;
}
.menu7 a{
background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/00/00/j/o0135013412525695564.jpg);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:135px; /* ボタンの横幅 */
height:67px; /* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;/*　タイトル文字を消す　*/
}
.menu7 a:hover { /* ボタンにカーソルを合わした時 */
background-position :0 -67px;
text-decoration:none;
}
.menu8 a{
background:url(https://stat001.ameba.jp/user_images/20130504/22/kimacchan/c8/87/j/o0135013412525695566.jpg);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:135px; /* ボタンの横幅 */
height:67px; /* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;/*　タイトル文字を消す　*/
}
.menu8 a:hover { /* ボタンにカーソルを合わした時 */
background-position :0 -67px;
text-decoration:none;
}


#frame {/*おまじない（すでにある場合は必要ないです）*/
position: relative;
}
#navlist{
position: absolute;
top:0px;/*上から*/
left:0px;/*左から*/
z-index: 100;
}
