@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#0000ff;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#0000ff;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#ff3366;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#999999;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}


/* 背景画像 */
body {
background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20160428/18/ca/S7/p/o020016001channeling1461836453985.png);
background-repeat: repeat-x;
}


/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#000000;
font-weight:bold;
font-size:2.11em;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#333333;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.31em;
font-weight:bold;
color:#0066cc;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (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:#333333 !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,.skinSimpleBtn:focus{
border:1px solid #dddddd;
background:#ffffff;
color:#0066cc !important;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#f7f7f7;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:0px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (3-3) コンテンツエリア
--------------------------------------------*/

/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{background-color:#FFFFFF;
margin-top:-25px;
padding-top:20px;
/* 注 ベースのcssにwidth:980px;の記述有り */
}



/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border:1px dotted #979797;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
border:1px solid #dddddd;
background:#ffffff;/* ←記事に背景を敷きたいとき */
}
.skinArticle2{}
.skinArticle3{}




/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0px 19px;
padding:3px 1px;
border-bottom:1px solid #ffb3cc;
border-left:1px solid #ffffff;
font-size:14px;
line-height:200%;
}

.skinArticleHeader2{
}



/* skinArticleBody 記事本文エリア */
.skinArticleBody{
}
.skinArticleBody2{
margin:0 25px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#ffffff;/* ←サイドメニューに背景を敷きたいとき */
padding:6px;
}
.skinMenu2{}

/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
margin-bottom:5px;
padding:2px 0px;
font-size:16px;
line-height:170%;
color:#8c663f;
font-weight:bold;
background:#ffffff;/* ←サイドメニューのタイトルに背景を敷きたいとき */
border-bottom:1px solid #5C4033;
}



/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:0px;
padding:0px;
background:#ffffff;/* ←サイドメニューの本文に背景を敷きたいとき */
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #b3b3b3;
}



/* (3-10) コメント欄、記事一覧などの一覧
--------------------------------------------*/


/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
background-color:#ffffff;
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#f7f7f7;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#dddddd;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


/* ヘッダー画像設置 */
.skinHeaderFrame {
	background-image: url("//stat.blogskin.ameba.jp/blogskin_images/20160428/17/04/Fz/p/o098003001channeling1461830676554.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	margin-bottom: 70px;
}
.skinBlogHeadingGroupArea {
	padding: 0;
}
.skinTitleArea {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
.skinTitleArea a{
	width: 980px;
	height: 300px;
	display: block;
}
.skinDescriptionArea {
	display: none;
}


/*ヘッダーメニューロールオーバー*/
#navimenu{
width:980px;
top:0px;
z-index:100;
margin:0;
position: absolute;
}
#navlist li{
margin:0;
padding: 0;
display: inline;
list-style-type: none;
text-align:left;
}
#navlist li a{
margin:0;
display: block;
list-style-type: none;
width:99x;/* ボタンの横幅 */
height:45px;/* ボタンの高さ */
float:left;
padding:0;
}
/* トップからの位置調整 */
#navimenu{
position: absolute;
width:980px;
top:0px;
z-index: 0;
margin:330px 0 0 -745px;
}
.menu1 a{
background:url(//stat.ameba.jp/user_images/20160428/17/1channeling/e3/43/p/o0099004513631382447.png);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:99px;/* ボタンの横幅 */
height:45px;/* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;
}
.menu1 a:hover { /* ボタンにカーソルを合わした時 */
background:url(//stat.ameba.jp/user_images/20160428/17/1channeling/e3/43/p/o0099004513631382447.png);
text-decoration:none;
}

.menu2 a{
background:url(//stat.ameba.jp/user_images/20160428/17/1channeling/b2/f2/p/o0112004513631382444.png);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:112px;/* ボタンの横幅 */
height:45px;/* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;
}
.menu2 a:hover { /* ボタンにカーソルを合わした時 */
background:url(//stat.ameba.jp/user_images/20160428/17/1channeling/16/f5/p/o0112004513631382448.png);
text-decoration:none;
}

.menu3 a{
background:url(//stat.ameba.jp/user_images/20160428/17/1channeling/68/c5/p/o0112004513631382446.png);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:112px;/* ボタンの横幅 */
height:45px;/* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;
}
.menu3 a:hover { /* ボタンにカーソルを合わした時 */
background:url(//stat.ameba.jp/user_images/20160428/17/1channeling/83/5a/p/o0112004513631382445.png);
text-decoration:none;
}
.menu4 a{
background:url(//stat.ameba.jp/user_images/20160428/18/1channeling/83/7f/p/o0150004513631388693.png);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:150px;/* ボタンの横幅 */
height:45px;/* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;
}

.menu4 a:hover { /* ボタンにカーソルを合わした時 */
background:url(//stat.ameba.jp/user_images/20160428/18/1channeling/98/4f/p/o0150004513631388694.png);
text-decoration:none;
}

.menu5 a{
background:url(//stat.ameba.jp/user_images/20160428/18/1channeling/34/88/p/o0086004513631389023.png);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:86px;/* ボタンの横幅 */
height:45px;/* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;
}
.menu5 a:hover { /* ボタンにカーソルを合わした時 */
background:url(//stat.ameba.jp/user_images/20160428/18/1channeling/52/ff/p/o0086004513631389022.png);
text-decoration:none;
}

.menu6 a{
background:url(//stat.ameba.jp/user_images/20160428/19/1channeling/f5/03/p/o0214004513631433424.png);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:214px;/* ボタンの横幅 */
height:45px;/* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;
}
.menu6 a:hover { /* ボタンにカーソルを合わした時 */
background:url(//stat.ameba.jp/user_images/20160428/19/1channeling/25/d9/p/o0214004513631433425.png);
text-decoration:none;
}

.menu7 a{
background:url(//stat.ameba.jp/user_images/20160428/19/1channeling/89/d4/p/o0207004513631435569.png);
margin:0;
display: block;
list-style-type: none;
text-align:center;
width:207px;/* ボタンの横幅 */
height:45px;/* ボタンの高さ */
float:left;
padding:0;
text-indent: -9000px;
}
.menu7 a:hover { /* ボタンにカーソルを合わした時 */
background:url(//stat.ameba.jp/user_images/20160428/18/1channeling/83/c8/p/o0207004513631426207.png);
text-decoration:none;
}






/* ------------------------------------------------------- */
/* 記事＋サイドバー（Ａ）　　　　　　　　　　　　　　　　　*/
/* ------------------------------------------------------- */
.layoutContentsA{
width:750px !important;
}

/* ------------------------------------------------------- */
/* 記事全体の幅を調整　　　　　　　　　　　　　　　　　　　*/
/* ------------------------------------------------------- */
.skinMainArea{/* 記事メイン */
width:480px !important;/* 幅 */
}

/* ------------------------------------------------------- */
/* サイドバー（Ｂ）の幅を調整　　　　　　　　　　　　　　　*/
/* ------------------------------------------------------- */
/* ３カラムの場合は、左サイドバーに当たります　　　　　　　*/
.layoutContentsB{/* サイドバーＢ */
width:200px !important;/* 幅 */
}
/* ------------------------------------------------------- */
/* サイドバー（Ｂ）の幅を調整　　　　　　　　　　　　　　　*/
/* ------------------------------------------------------- */
/* ３カラムの場合は、右サイドバーに当たります　　　　　　　*/
.columnC .skinSubB{/* サイドバーＡ */
width:200px !important;/* 幅 */
}
/* ------------------------------------------------------- */
/* サイドバー（Ａ）の幅を調整　　　　　　　　　　　　　　　*/
/* ------------------------------------------------------- */
/* ３カラムの場合は、右サイドバーに当たります　　　　　　　*/
.columnC .skinSubA{/* サイドバーＡ */
width:235px !important;/* 幅 */
}

/* ヘッダー上スペース削除 */
.skinFrame{
padding-top:0;
}

/* 記事内リンク　下線を引く*/
.articleText a{text-decoration:underline;}


/* ブログ画像一覧を見るを非表示にする */
p.imagelistLink {
   display:none;
}


/*記事日付　右上に移動 */
.skinArticle {
  position: relative;
  padding-top: 25px;
}
.articleTime {
  position: absolute;
  right: 5px;
  top: 5px;
}
.articleDetailArea br {
  display: none;
}

/* 記事上下「読者登録ボタン」装飾 */
.readerbtn{
border:#FFcccc 2px solid;/*枠*/
background-color:#ffeeee;/*中の背景*/
text-align: center;
padding:6px;
margin:5px 70px 5px 70px;
font-size:15px;
font-weight:bold;
}


/* このブログの読者　の読者になるボタン*/  
.readerHeader {padding-bottom:0;text-align:center;}
.readerRequestArea {margin-top:3px;}
.readerRequestBtnArea a.readerBtn {
display:block;
margin:0 auto;
width:184px;
height:86px;
text-indent:-9999px;
background-image:url(//stat.ameba.jp/user_images/20160428/20/1channeling/e9/d6/g/o0184008613631498476.gif);
background-position:left top;
background-repeat:no-repeat;
}
.readerRequestBtnArea a:hover.readerBtn {
background-image:url(//stat.ameba.jp/user_images/20160428/20/1channeling/fb/43/g/o0184008613631498475.gif);
background-position:left top;
background-repeat:no-repeat;
}


/* フリープラグインに入れていた「ブログランキング」へのリンク*/  
/* <script language="javascript"><!--
function myF() {

var myMe ='<a href="http://blog.with2.net/link.php?512025"><img src="//stat.ameba.jp/user_images/20110102/17/1channeling/8e/52/j/o0160008010957948591.jpg"></a>'
//http://ameblo.jp/exlink/
var myfix = document.getElementsByTagName('div');
for(i = 0; i < myfix.length; i++){
myObj=document.getElementsByTagName('div')[i];
if(myObj.className=='contents'){
myObj.innerHTML += ( '<p class="fix">'+ myMe + '</p>');}}}
window.onload = function(){myF();}
// --></script>*/
