@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:1px dotted #979797;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
border:0px solid #dddddd;/* 0pxにして枠の罫線を消す */
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;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */





/* ▼▼▼ここからアレンジ▼▼▼ */


/* ヘッダー画像変更 */
.skinHeaderArea {
	width:1000px;/*ヘッダーの幅*/
	height:350px;/*ヘッダーの高さ*/
	background-image:url(http://www.kazuart.com/crystal/blog/img/blog_img.jpg);/*画像のＵＲＬ*/
	background-repeat:no-repeat;/*繰り返さない*/
	background-position:center top;/*中央上に*/
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	outline:none;
	margin:0, padding:0
}
.skinHeaderArea h2 {
	display:none;/*概要を非表示*/
}
/*ブログタイトル、説明文消す　ヘッダー画像クリックでTOPページ*/

.skinBlogHeadingGroupArea {
margin:0, padding:0
}
.skinTitleArea {
	text-indent:-9999px;
	text-decoration:none;
}
.skinTitleArea a {
	display:block;
	height:350px;/*ヘッダーの高さ*/
}
.skinDescription {
	display:none;
}
/*背景*/
.skinBody {
	background-color:;
	background-image:url(http://www.kazuart.com/crystal/blog/img/blog_bg.gif);/*背景画像*/
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center top;
	padding-top:5px;
}
.skinFrame2{
	background-color:;
	background-image:url();/*背景画像*/
	background-position:top;/*中央上に*/
	background-repeat:repeat-x;
}
article .skinMessageBoard {
	margin: -70px 0 0 0;
}
.skinArticle {
	margin: 37px 0 0 0;
}
/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader {
	font-size:14px;
	font-weight:bold;
	line-height:1.1;
	background-repeat:no-repeat;
	background-color:none;/*背景色*/
	background-image:url();
color:; /*-- 色 --*/
	width:100%;
	height:25px;
	padding:0 0 0 0;
	margin:0px;
	padding-left:20px;
	padding-top:6px;
	border-left:5px solid #ffffff;
}
/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle, .skinArticleTitle:hover, .skinArticleTitle:focus, .skinArticleTitle:visited {
	padding-left:0px;
	text-align:left;
	text-decoration:none;
	font-size:16px;
	color:#666666; /*-- 色 --*/
}
.skinContentsArea {
	width:1000px;
	overflow:hidden;
}
.layoutContentsA {
	width:950px !important;
	padding-top:40px;
	overflow:visible;
	padding-right:25px;
}
.skinMainArea {
	width:600px !important;
	padding-right:25px;
	overflow:visible;
}

/*------- ブログの 「記事一覧」と「次ページ>>」が右にずれてしまって --------*/
.pagingArea{
width:97%;
}
.pagingNext {/* 次ページ */
left:330px;/* 位置 */
}
.pagingPrev {/* 前ページ */
right:330px;/* 位置 */
}

.skinSubA {
	width:300px!important;
	overflow:hidden;
	padding-left:25px;
}
.layoutContentsB {
	width:0px!important;
	overflow:auto;
	padding-top:80px;	
	padding-right:25px;
}
/* ------------------------------------------------------- */
/* 読者になるボタンの変更（画像） このブログの読者 */
/* ------------------------------------------------------- */
.readerRequestBtnArea .skinImgBtnS {
	background-repeat:no-repeat;
	background-image:url(http://www.kazuart.com/crystal/blog/img/bt_si_readers.png);
	width:260px; /* 横幅px */
	height:100px; /* 縦幅px */
	text-indent:-9999px;/* 画像幅によっては調整 */
}
.readerRequestBtnArea .skinImgBtnS:hover {
	background-repeat:no-repeat;
	background-image:url(http://www.kazuart.com/crystal/blog/img/bt_si_readers.png);
	width:260px; /* 横幅px */
	height:100px; /* 縦幅px */
	text-indent:-9999px;/* 画像幅によっては調整 */
}

/* ヘッダー下にグローバルナビ(グローバルメニュー)を設置する */
/*▼横メニューCSSここから*/

.skinContentsArea2 {
	position:relative;
	padding:0px;
	padding-top:70px; /* メニュー設置用スペース */
}
#h-lemurianseed {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	position:absolute;
	left:0; /* relative設定の部位の、左から何pxか */
	top:0; /* relative設定の部位の、上から何pxか */
	width:920px;/*メニューの幅*/
	height:100px;/*画像の高さ*/
	margin:0;
	padding: 0;
	dislay: block;
	text-align:center;
}
#h-lemurianseed ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#h-lemurianseed li {
	height:100px;/*画像の高さ*/
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	background-repeat:no-repeat;
}
#h-lemurianseed li a{
	display:block;
	text-indent:-9999px;
}

/* 各メニューの設定 */
#h-lemurianseed a {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:0px 0px;
}
/* 各メニューの設定（未訪問＆訪問済） */
#h-lemurianseed a:link, #h-lemurianseed li a:visited {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:0px 0px;
}
/* 各メニューの設定（マウスカーソル触れたとき） */
#h-lemurianseed a:hover {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:0px -100px;
}

#h-japan a {
	position:absolute;
	top:0px;
	left:131px;
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-131px 0px;
}
#h-japan li a:link, #h-japan li a:visited {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-131px 0px;
}
#h-japan a:hover {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-131px -100px;
}

#h-cluster a {
	position:absolute;
	top:0px;
	left:262px;
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-262px 0px;
}
#h-cluster li a:link, #h-cluster li a:visited {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-262px 0px;
}
#h-cluster a:hover {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-262px -100px;
}

#h-point a {
	position:absolute;
	top:0px;
	left:393px;
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-393px 0px;
}
#h-point li a:link, #h-point li a:visited {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-393px 0px;
}
#h-point a:hover {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-393px -100px;
}

#h-marutama a {
	position:absolute;
	top:0px;
	left:524px;
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-524px 0px;
}
#h-marutama li a:link, #h-marutama li a:visited {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-524px 0px;
}
#h-marutama a:hover {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-524px -100px;
}

#h-genseki a {
	position:absolute;
	top:0px;
	left:655px;
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-655px 0px;
}
#h-genseki li a:link, #h-genseki li a:visited {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-655px 0px;
}
#h-genseki a:hover {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:131px;
	height:100px;
	text-indent:-9999px;
	background-position:-655px -100px;
}

#h-contact a {
	position:absolute;
	top:0px;
	left:786px;
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:135px;
	height:100px;
	text-indent:-9999px;
	background-position:-786px 0px;
}
#h-contact li a:link, #h-contact li a:visited {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:135px;
	height:100px;
	text-indent:-9999px;
	background-position:-786px 0px;
}
#h-contact a:hover {
	background-image:url(http://www.kazuart.com/crystal/blog/img/nav.png); /* 触れたときの「背景色」 */
	width:135px;
	height:100px;
	text-indent:-9999px;
	background-position:-786px -100px;
}

/*▲横メニューCSSここまで*/

/* ソーシャルボタン */
.socialbutton {
	margin-right: 0px !important;
}



/* -- // ▼▼▼レムリアの星ブログSkin ここから▼▼▼ --*/

/* ページトップアンカー */
#frame{
position:relative;/*frameの左上（右上）を基準に*/
bottom:0px;
}
#h-top {position:absolute;top:0px;left:0px;}
#h-pagetop {position:absolute;bottom:0px;right:0px;}
#h-pagetop a {
display: block;
width:100px;/*　画像の横幅　*/
height:50px;/*　画像の縦　*/
background-repeat : no-repeat ;
background-image : url(http://www.kazuart.com/crystal/blog/img/pagetop.png);
background-position:0px 0px;
}


/* プロフィールのロールオーバー */
#frame{
position:relative;/*frameの左上（右上）を基準に*/
}
#h-lemurian_si {
position:absolute;
top:452px;
left:-150px;
}
#h-lemurian_si a {
display:block;
width:150px; /*　タイトル画像の横幅　*/
height:250px; /*　タイトル画像の縦　*/
background-image : url(http://www.kazuart.com/crystal/blog/img/lemurian_si.png);
background-repeat : no-repeat;
background-position:0px 0px;
text-indent: -2000px;
overflow: hidden;
outline-style:none;
}
#h-lemurian_si a:hover {
background-position:0px -250px;
}
#h-lemurian_si a{
overflow:hidden; outline:none;
}


/* ブログトップのロールオーバー */
#frame{
position:relative;/*frameの左上（右上）を基準に*/
}
#h-blogtop {
position:absolute;
top:33px;
left:0px;
}
#h-blogtop a {
display:block;
width:150px; /*　タイトル画像の横幅　*/
height:70px; /*　タイトル画像の縦　*/
background-image : url(http://www.kazuart.com/crystal/blog/img/ba_blogtop.gif);
background-repeat : no-repeat;
background-position:0px 0px;
text-indent: -2000px;
overflow: hidden;
outline-style:none;
}
#h-blogtop a:hover {
background-position:0px 0px;
}
#h-blogtop a{
overflow:hidden; outline:none;
}


/* 新しい記事のタイトルにNEW!　*/
.new h3.title{
padding-left:40px;/* ←画像の横幅+タイトルまでの余裕　*/
background-image:url(http://www.kazuart.com/crystal/blog/img/new019_06.gif);
background-repeat : no-repeat;
}


/*[コメント記入欄を表示]を画像に*/
#comment_show{
display:none;
}
#comment_module .list a{
width: 92px;/*画像の横*/
height:173px;/*画像の縦*/
background:url(http://www.kazuart.com/crystal/blog/img/ba_comment.png);
background-repeat:no-repeat;
margin:0 auto;/*中央に*/
padding:0;
display:block;
text-indent: -9999px;
overflow:hidden;
outline:none;
}
#comment_module .list{
text-indent: -9999px;
color:#ffffff;
font-size:1px;
}
#comment_module .list a:hover{
background:url(http://www.kazuart.com/crystal/blog/img/ba_comment_on.png);
}


/* ゲストコメント　*/
#comment_module .each_comment{/*コメントタイトル部分*/
margin: 0;
padding-bottom:15px;/*コメントとコメントの間*/
background: url(http://www.kazuart.com/crystal/blog/img/com01_tp.png);/*上画像のURL*/
background-repeat : no-repeat;
background-position: center top;
color:　#008B1A;/*←ゲストコメント文字色変更の場合*/
}
#comment_module .comment_body{/*コメント文章部分*/
margin: 0;
padding:10px 30px 5px 70px;/*コメント分の上と左右と下の余裕*/
background: url(http://www.kazuart.com/crystal/blog/img/com01_ct.png);/*中画像のURL*/
background-repeat : repeat-y;
background-position: center top;
color: #333333;/*←コメント文章部分文字色変更の場合*/
}
#comment_module .comment_footer{/*コメントフッター部分*/
margin:0;
padding: 10px 0 30px;
background: url(http://www.kazuart.com/crystal/blog/img/com01_bt.png);/*下画像のURL*/
background-repeat : no-repeat;
background-position: center bottom;
}
#comment_module .label{/*コメントタイトル*/
font-weight: bold;
font-size:12px;
padding:40px 0 5px 70px;
color: #333333;/*←ゲストコメントタイトル文字色変更の場合*/
}
.comment_footer span.comment_author{/*名前の表示位置*/
padding-left: 70px;/*左からの位置*/
a:link{color:#333333; text-decoration:none;}
color: #333333;
}
.comment_footer span.comment_date{/*日付*/
padding-left:10px;
color: #333333;
}
#comment_module .comment_footer{/*フッタ上の点線を消す*/
border-top:none;
}

/*　管理人コメント*/
#comment_module .admin_comment{
margin: 0;
padding-bottom:15px;/*コメントとコメントの間・・ゲストと同じに*/
background: url(http://www.kazuart.com/crystal/blog/img/com02_tp.png);/*上画像のURL*/
background-repeat : no-repeat;
background-position: center top;
color: #00008b;/*←管理人コメント文字色変更の場合*/
}
#comment_module .admin_comment .comment_body{
margin: 0;
padding:10px 70px;/*コメント分の上と左右と下の余裕　ゲストと同じに*/
background: url(http://www.kazuart.com/crystal/blog/img/com02_ct.png);/*中画像のURL*/
background-repeat : repeat-y;
background-position: center top;
}
#comment_module .admin_comment .comment_footer{
margin:0;
padding: 10px 0 70px;
background: url(http://www.kazuart.com/crystal/blog/img/com02_bt.png);/*下画像のURL*/
background-repeat : no-repeat;
background-position: center bottom;
}
#comment_module .admin_comment .label{/*コメントタイトル*/
color: #333333;/*←管理人コメントタイトル文字色変更の場合*/
}
#comment_module .admin_comment .comment_author {/*名前の表示位置*/
padding-left : 65px;/*左からの位置*/
}


/*CSSだけで、画像をロールオーバー*/
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


/*------- アメンバー、プレゼント非表示 --------*/
.amemberBtn,.presentBtn{
display:none;
}


/*------- プロフィール画像の表示サイズを変更する --------*/
#profile #person li.image img,
div.userProfileImage, div.userProfileImage img {
  width: 150px !important;
  height: auto !important;
}
div.userProfileImageArea {
  width: auto !important;
  height: auto !important;
}


/*------- アメブロカスタマイズ【新スキン】記事の上下に読者登録ボタンを設置する方法 --------*/
#reader_btn{
margin:10px 0px;
}
#reader_btn a{
display:block;
width:300px; /*★画像の幅*/
height:100px; /*★画像の高さ÷２*/
background:url(http://www.kazuart.com/crystal/blog/img/bt_si_readers.png) no-repeat 0px top; /* ★画像のアップロード先を指定*/
margin: auto;
}
#reader_btn a:hover{
background-position:0px -100px; /*★画像の高さ÷２（先頭にマイナスがつく）*/
}


/*------- メインカラムの記事上下に表示される「ブログ画像一覧を見る」を非表示にする方法 --------*/
p.imagelistLink {
   display:none;
}


/*------- ヘッダー画像をスライドショー --------*/
.skinBlogHeadingGroupArea {
padding:0px;
height:0px;
text-indent: -9999px;
}
.skinHeaderArea {
height:350px;
}
.skinContentsArea {
position:relative;
padding-top:0px;
}
/* ■ スライドショー用 ＣＳＳ*/
#slideshow{
position:relative;
width:960px; 
height:350px;
}
#slideshow img{
position:absolute;
top:0px;
z-index:8; 
}
#slideshow img.active {
z-index:10;
}
#slideshow img.last-active {
z-index:9;
}


/*記事タイトルに画像*/
.skinArticleHeader{
background-image:url(http://www.kazuart.com/crystal/blog/img/entry_he.png);/*背景画像ＵＲＬ*/
width:585px;/*背景画像の横幅*/
height:80px;/*背景画像の縦幅*/
margin:auto;
padding:0;
}
.skinArticleHeader h1{
padding-top:35px;/*文字の上の隙間*/
padding-left:80px;/*文字の左の隙間*/
}


/* サイドメニュータイトルを画像にする*/

/* 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.kazuart.com/crystal/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.kazuart.com/crystal/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.kazuart.com/crystal/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.kazuart.com/crystal/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.kazuart.com/crystal/blog/img/ti_theme.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;
}

/*カレンダー　タイトル　背景の設定*/
.skinMenu.calendarMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.kazuart.com/crystal/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.kazuart.com/crystal/blog/img/ti_archive.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;

}

/*最新の記事　タイトル　背景の設定*/
.skinMenu.recentEntriesMenu .skinMenuHeader{background-color:#ffffff;
background-image:url(http://www.kazuart.com/crystal/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.kazuart.com/crystal/blog/img/ti_ranking.png);
height:70px;/*画像の縦*/
background-repeat:no-repeat;
padding-bottom:20px;
text-indent:-9999px;
}


/*フッターに画像を挿入してリンクを貼る*/
.fix{
z-index:1;
background-image:url(http://www.kazuart.com/crystal/blog/img/blog_bt.png);
background-color:#000000;/*背景色*/
background-repeat:no-repeat;
width:920px;/*フッターの幅*/
height:120px;/*フッターの高*/
margin:auto;/*フッターを中央揃えに*/
}
