@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#0066cc;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#996699;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#ff3366;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#999999;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}



/* (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:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border-top:0px dotted #979797;
border-bottom:0px 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:0 29px;
padding:2px 10px;
border-left:5px solid #e4e4e4;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 29px;
}


/* 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:#f7f7f7;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
background:#e4e4e4;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:10px;
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;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
＜↓↓↓　オリジナルカスタマイズ＞



/* ★★★ ブログヘッダー画像のURLを指定 */
.skinHeaderArea{
height:350px;
width:1000px;
background-color:#FFFFFF;
background: url(http://www.celtnua.com/blog/img/blog_img.jpg) no-repeat;
}

/* ブログタイトルとブログ説明文を消す */
#header h1,.skinTitleArea{ /* ブログタイトルを消す */
display:none;
}
#header h2,.skinDescriptionArea{ /* ブログ説明文を消す */
display:none;
}


/* ★★★ ヘッダー画像をブログトップへのリンクにする */
.skinHeaderArea2,.skinBlogHeadingGroupArea{
  padding:0;
}
.skinTitleArea{
  display:block;
  padding:0;
  text-indent:-9999px;
}
.skinTitle{
  display:block;
  height:350px;
}


/* ★★★ 背景に画像を指定する */
body {
background-image: url(http://www.celtnua.com/img/forest-483206.jpg);
background-repeat: 繰り返し方;
background-position: 背景の開始位置;
}


/* ★★★ ブログの幅を変更する　２カラムの場合 */
.skinHeaderArea,.skinContentsArea{ width: 1000px; height:350px; /* 全体の幅 } 
.columnA .skinSubA,.columnB .skinSubA,
.columnC .skinSubA,.columnD .skinSubA,
.columnE .skinSubA{
  width: 300px; /* サイドバーの横幅 */
}
.columnA .skinMainArea,.columnB .skinMainArea{
  width: 685px; padding:20px 0px 30px;/* メインコンテンツの横幅 */
}


/* ★★★ 読者になるボタンの変更（画像） このブログの読者 */
.readerRequestBtnArea .readerBtn{
height : 87px;
width : 260px;
text-indent :-999px;
overflow:hidden;
position: relative;
z-index: 999;
}
.readerRequestBtnArea .skinImgBtnS {
	background-repeat:no-repeat;
	background-image:url(http://www.celtnua.com/blog/img/ba_reader3_off.png);
	width:260px; /* 横幅px */
	height:87px; /* 縦幅px */
	text-indent:-9999px;/* 画像幅によっては調整 */
}
.readerRequestBtnArea .skinImgBtnS:hover {
	background-repeat:no-repeat;
	background-image:url(http://www.celtnua.com/blog/img/ba_reader3_on.png);
	width:260px; /* 横幅px */
	height:87px; /* 縦幅px */
	text-indent:-9999px;/* 画像幅によっては調整 */
}


/* ★★★ 読者になるボタンの位置調整 */
.readerRequestArea {
margin:5px 0 10px 0;/*上 右 下 左*/
}


/* ★★★ 記事上読者になるボタン*/
.skinMainArea .readerBtn{
width:300px; /*画像の幅*/
height:100px; /*画像の縦*/
background-image:url(http://www.celtnua.com/blog/img/bt_si_reader.png);
background-repeat:no-repeat;
text-indent:-9999px;
margin:10px auto 10px;/*上Ａ auto 下Ｂ*/
display:block;
}
.skinMainArea .readerBtn:hover {/*マウスオーバー時*/
background-image:url(http://www.celtnua.com/blog/img/bt_si_reader_on.png);
background-repeat:no-repeat;
}


/* ★★★ サイドメニュータイトルを画像にする*/

/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#f7f7f7;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}

/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
background:#e4e4e4;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}

/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:10px;
background:#ffffff;/* ←サイドメニューの本文に背景を敷きたいとき */
}
/*プロフィール　タイトル　背景の設定*/
.skinMenu.profileMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.celtnua.com/blog/img/ti_profile.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;
}
/*このブログの読者　タイトル　背景の設定*/
.skinMenu.readerMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.celtnua.com/blog/img/ti_reader.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;
}
/*ブックマーク　タイトル　背景の設定*/
.skinMenu.bookmarkMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.celtnua.com/blog/img/ti_bookmark.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;
}
/*お気に入り　タイトル　背景の設定*/
.skinMenu.favoriteMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.celtnua.com/blog/img/ti_favorite.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;
}
/*テーマ　タイトル　背景の設定*/
.skinMenu.themeMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.celtnua.com/blog/img/ti_theme_list.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;
}
/*カレンダー　タイトル　背景の設定*/
.skinMenu.calendarMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.celtnua.com/blog/img/ti_calendar.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;
}
/*月別　タイトル　背景の設定*/
.skinMenu.archiveMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.celtnua.com/blog/img/ti_archives.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;

}
/*最新の記事　タイトル　背景の設定*/
.skinMenu.recentEntriesMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.celtnua.com/blog/img/ti_recent_entries.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;
}
/*ランキング　タイトル　背景の設定*/
.skinMenu.rankingMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.celtnua.com/blog/img/ti_ranking.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;
}


/* ★★★ 新しい記事のタイトルにNEW!　*/
.new h3.title{
padding-left:40px;/* ←画像の横幅+タイトルまでの余裕　*/
background-image:url(http://www.celtnua.com/blog/img/new019_06.gif);
background-repeat : no-repeat;
}


/* ★★★ 読者数の文字*/
.readerHeader {
    font-size: 120%;
}
.readerHeader em {
    font-size: 210%;
    font-weight: bold;
    color: #FF6464;
}


/* ★★★ CSSだけで、画像をロールオーバー*/
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


/* ★★★ プロフィール画像を大きく*/
#profile #person li.image img,
div.userProfileImage, div.userProfileImage img {
  width: 220px !important;
  height: auto !important;
}
div.userProfileImageArea {
  width: auto !important;
  height: auto !important;


/* ★★★ ブックマークの文字*/
.bookmarkMenu .skinSubList li{
font-size:14px;/* 文字の大きさ */
font-weight:normal;/* bold→太い文字 normal→普通 */
font-family:'メイリオ,ＭＳ Ｐ明朝","ＭＳ 明朝",serif';/* 文字の種類 */
}


/* ★★★ フリースペースの上下空白*/
.freespaceArea {
  margin-top: 0px; /* 上側余白 */
  margin-bottom: 0px; /* 下側余白 */
}


/* ★★★ 『読者になると、このブログの更新情報が届きます。』を目立たせる */
.readerMenu .readerRequestDescription {
  font-weight: bold; /* 文字を太字に */
  font-size: 14px; /* 文字サイズ */
  color: #ff0000; /* 文字色を赤に */
}


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* ヘッダー下にグローバルナビ(グローバルメニュー)を設置する */
/*▼横メニューCSSここから*/

.skinContentsArea2 {
	position:relative;
	padding:0px;
	padding-top:70px; /* メニュー設置用スペース */
}
#h-top {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	position:absolute;
	left:0; /* relative設定の部位の、左から何pxか */
	top:0; /* relative設定の部位の、上から何pxか */
	width:1000px;/*メニューの幅*/
	height:70px;/*画像の高さ*/
	margin:0;
	padding: 0;
	dislay: block;
	text-align:center;
}
#h-top ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#h-top li {
	height:100px;/*画像の高さ*/
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	background-repeat:no-repeat;
}
#h-top li a{
	display:block;
	text-indent:-9999px;
}

/* 各メニューの設定 */
#h-top a {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:0px 0px;
}
/* 各メニューの設定（未訪問＆訪問済） */
#h-top a:link, #h-top li a:visited {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:0px 0px;
}
/* 各メニューの設定（マウスカーソル触れたとき） */
#h-top a:hover {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:0px -100px;
}

#h-woodendoll a {
	position:absolute;
	top:0px;
	left:193px;
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.pnghttp://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-193px 0px;
}
#h-woodendoll li a:link, #h-woodendoll li a:visited {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-193px 0px;
}
#h-woodendoll a:hover {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-193px -100px;
}

#h-woodart a {
	position:absolute;
	top:0px;
	left:386px;
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-386px 0px;
}
#h-woodart li a:link, #h-woodart li a:visited {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-386px 0px;
}
#h-woodart a:hover {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-386px -100px;
}

#h-logchair a {
	position:absolute;
	top:0px;
	left:393px;
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-393px 0px;
}
#h-logchair li a:link, #h-logchair li a:visited {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-393px 0px;
}
#h-logchair a:hover {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-393px -100px;
}

#h-rslices a {
	position:absolute;
	top:0px;
	left:579px;
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-579px 0px;
}
#h-rslices li a:link, #h-rslices li a:visited {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-579px 0px;
}
#h-rslices a:hover {
	background-image:url(http://www.celtnua.com/blog/img/blog_nav.png); /* 触れたときの「背景色」 */
	width:193px;
	height:70px;
	text-indent:-9999px;
	background-position:-579px -100px;
}


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */
