@charset "utf-8";
/*Style Black 
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#9370db;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#6a5acd;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#7b68ee;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#999999;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}



/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
display:block;
width:100%;
height:400px;
margin:0 0 0 0;
padding:0 0 0 0;

color:#000000;
font-weight:bold;
font-size:30px;
line-height:1200%;
text-indent:15px;
text-shadow: 1px -1px 0 #FFF;
}

.skinTitle {
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}

.skinTitle:hover {
color:#999;
text-decoration:none;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
display:block;
width:auto;
height:auto;
margin:0 0 0 0;
padding:0 0 0 15px;
color:#333333;
font-size:10px;
position:absolute;
bottom:180px;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
display:block;
font-size:14px;
font-weight:bold;
color:#333;
line-height:180%;
}

.skinArticleTitle {
color:#333;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}

.skinArticleTitle:hover {
color:#999;
text-decoration:none;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
display:block;
width:auto;
height:20px;
margin:0 0 0 0;
padding:0px 0 0 5px;
font-size:12px;
font-weight:bold;
line-height:180%;
border-left:4px solid #9370db;
}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
border:#ECECEC solid 1px;
border-radius:2px;
background-image:none;
background: #cccccc;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ECECEC));
background: -webkit-linear-gradient(#ffffff, #ECECEC);
background: -moz-linear-gradient(#ffffff, #ECECEC);
background: -ms-linear-gradient(#ffffff, #ECECEC);
background: -o-linear-gradient(#ffffff, #ECECEC);
background: linear-gradient(#ffffff, #ECECEC);
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}

.skinImgBtnM:hover {
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}


/* ボタンの文字色 */
.skinImgBtnM:hover span,.skinImgBtnM:focus span,.skinImgBtnM span{
color:#333333 !important;
}




/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/


/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS, .reader_btn a,basicBtnS,.basicBtnM {
border:#ECECEC solid 1px;
border-radius:2px;
background-image:none;
background: #cccccc;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ECECEC));
background: -webkit-linear-gradient(#ffffff, #ECECEC);
background: -moz-linear-gradient(#ffffff, #ECECEC);
background: -ms-linear-gradient(#ffffff, #ECECEC);
background: -o-linear-gradient(#ffffff, #ECECEC);
background: linear-gradient(#ffffff, #ECECEC);
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}

.skinImgBtnS:hover, .reader_btn a:hover, basicBtnS:hover, .basicBtnM:hover {
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}


.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(http://ameblo-custom-js.googlecode.com/files/menu_icons_purple.png);
color:#333333 !important;/* ←ボタンの文字色 */
}




/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
border:1px solid #ECECEC;
background:#ffffff;
color:#9370db !important;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#f7f7f7;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{
position:relative;
background:url(http://ameblo-custom-js.googlecode.com/files/bg_black.png) left top repeat-x;
}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{
position:relative;
width:1000px;
height:auto;
margin:0 auto;
box-shadow: 0px 0px 10px #CCC;
-moz-box-shadow: 0px 0px 10px #CCC;　/* Firefox用 */  
-webkit-box-shadow: 0px 0px 10px #CCC;　/* Safari,Google Chrome用 */ 
}
.skinBody3{
background:#FFFFFF;
}

.skinFrame2 {
position:relative;
}


/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
width:100%;
height:500px;
margin:0 0 0 0;
padding:0 0 0 0;
background:url(//stat.blogskin.ameba.jp/blogskin_images/20120506/16/ce/23/p/o09800450ayuko-heart1336291091055.png) center top no-repeat;
border-radius:2px;
}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
width:980px;
height:400px;
margin:0 auto;
padding:0 0 0 0;
position:relative;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
width:980px;
height:400px;
margin:0 auto;
padding:0 0 0 0;
position:relative;
/* タイトル文字の非表示 */
/*text-indent:-9999px;*/
}

.skinTitleArea a,.skinTitleArea a:hover {
/* タイトル文字の非表示 */
text-indent:-9999px;
}

/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{
/* 説明の非表示 */
display:none;
}




/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border-top:1px dotted #ECECEC;
border-bottom:1px dotted #ECECEC;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
/*border:1px solid #dddddd;*/
border:none;
background:#ffffff;/* ←記事に背景を敷きたいとき */
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
height:40px;
margin:0;
padding:2px 10px;
border:1px #ECECEC solid;
border-radius:2px;
background: #cccccc;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ECECEC));
background: -webkit-linear-gradient(#ffffff, #ECECEC);
background: -moz-linear-gradient(#ffffff, #ECECEC);
background: -ms-linear-gradient(#ffffff, #ECECEC);
background: -o-linear-gradient(#ffffff, #ECECEC);
background: linear-gradient(#ffffff, #ECECEC);
}
.skinArticleHeader2{
height:25px;
border-left:5px solid #9370db;
margin:7px 0 0 0;
padding:0 5px 0 5px;
}

.skinArticleHeader h1 {
	float:left;
	width:auto;
}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 20px;
}

.skinArticleBody img {
margin:0 0 0 0;
max-width:100%;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #ECECEC;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#FFF;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
width:auto;
height:20px;
padding:5px 10px;
border:#ECECEC solid 1px;
border-radius:2px;
background: #cccccc;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ECECEC));
background: -webkit-linear-gradient(#ffffff, #ECECEC);
background: -moz-linear-gradient(#ffffff, #ECECEC);
background: -ms-linear-gradient(#ffffff, #ECECEC);
background: -o-linear-gradient(#ffffff, #ECECEC);
background: linear-gradient(#ffffff, #ECECEC);
/* ←サイドメニューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:7px;
background:#ffffff;/* ←サイドメニューの本文に背景を敷きたいとき */
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
padding-left:10px;
border-bottom:1px dotted #ECECEC;
background:url(http://ameblo-custom-js.googlecode.com/files/allow_purple.png) left 40% no-repeat;
}

.skinSubHr {
	background:none;
}



/* (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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (4-1) メニュー
--------------------------------------------*/
#wrap_gn {
width:100%;
height:50px;
margin:0 0 0 0;
padding:0 0 0 0;
position:absolute;
top:415px;
left:0;
}

#wrap_gn #global_navi {
display:block;
width:980px;
height:50px;
margin:0 auto;
padding:0 0 0 0;
}

#wrap_gn #global_navi li {
display:block;
width:20%;/*ナビゲーションの幅を調節*/
height:50px;
margin:0 0 0 0;
padding:0 0 0 0;
float:left;
}

#wrap_gn #global_navi li a {
display:block;
width:auto;
height:50px;
margin:0 0 0 0;
padding:0 0 0 0;
border-left:#C00 solid 1px;
background:#900;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F00), to(#900));
background: -webkit-linear-gradient(#F00, #900);
background: -moz-linear-gradient(#F00, #900);
background: -ms-linear-gradient(#F00, #900);
background: -o-linear-gradient(#F00, #900);
background: linear-gradient(#F00, #900);
text-align:center;
font-size:14px;
font-weight:bold;
line-height:350%;
color:#FFF;
text-shadow: 1px -1px 0 #333;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}

#wrap_gn #global_navi li a:hover {
background: #B00;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E40), to(#B00));
background: -webkit-linear-gradient(#E40, #B00);
background: -moz-linear-gradient(#E40, #B00);
background: -ms-linear-gradient(#E40, #B00);
background: -o-linear-gradient(#E40, #B00);
background: linear-gradient(#E40, #B00);
text-decoration:none;
color:#FFF;
}

#wrap_gn #global_navi li:first-child a {
border-left:none;
border-top-left-radius:2px;
border-bottom-left-radius:2px;
}

#wrap_gn #global_navi li:last-child a {
border-top-right-radius:2px;
border-bottom-right-radius:2px;
}

/* その他、拡張があれば記述 */
.commentArea {
	border:#ECECEC solid 1px;
}

.commentTitleArea {
	border-bottom:#ECECEC dotted 1px;
}

#resPointArea {
	border:#ECECEC dotted 1px;
}

.articleDetailArea {
	width:100%;
	height:auto;
	overflow:hidden;
}

.skinFrame .headerBnrArea, .subAdBannerArea, div.a, #resPointAreaWrapper, #footer_ad, .skinSubA .registArea .subAdList {
display:none !important;
visibility:hidden;
width:0 !important;
height:0 !important;
margin:0 !important;
padding:0 !important;
overflow:hidden !important;
}
