@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
.skinMainArea2 .readerRequestBtnArea
{
display:none;
}


/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#0066CC;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#0066CC;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#0066CC;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#0066CC;
}


/* 強い文字 （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:#59524F;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:18px;
font-weight:bold;
color:#db5858;
}




/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
    margin-left: 10px;
    padding-top: 10px;
    display: block;
}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (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 #a57f44;
background:#faf5f0;
color:#a57f44;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#a57f44;
color:#faf5f0;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{

}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{
    border-left: solid 0px #ffffff;
    border-right: solid 0px #ffffff;
}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー1002pxエリア */
.skinHeaderArea{}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:0px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}










/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border:1px solid #c7bc9e;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:5px!important;
padding-top:0px!important;
background:#fff;/* ←記事に背景を敷きたいとき */
background:url(http://wishbook.jp/blog/lotuslotus-footsalon/frametop.png) 0 0 no-repeat;;
}
.skinArticle2 {
background: url(http://wishbook.jp/blog/lotuslotus-footsalon/middleframe.png) 0 0 repeat-y;
}
.skinArticle3 {
background: url(http://wishbook.jp/blog/lotuslotus-footsalon/framelast.png) bottom left no-repeat;
padding-right:0px!important;
padding-bottom:24px!important;
}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{

}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0px 10px 0px 0px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */ 
.skinSubA{
width: 300px!important;
}
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:transparent;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
background:#000000;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
    margin: 0px;
    padding: 10px;
    border: solid 10px #eaeaea;
background:transparent;/* ←サイドメニューの本文に背景を敷きたいとき */
}



/* (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:#ffffff;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#ffffff;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#dddddd;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */




body
{
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, sans-serif;
}
/* skinBody ボディ */
.skinBody{
background:url(http://wishbook.jp/blog/lotuslotus-footsalon/head.png);
background-repeat: no-repeat;
background-position: center 0px;
border-top:solid 0px #2b3981;
}

/*ヘッダー画像*/
.skinHeaderArea {

height:499px !important;
width:1000px;
padding:0px;
}
/*ヘッダー　h1リンク*/
h1.skinTitleArea a{
width:1000px;
height:499px;
padding-top: 1px;
display:block;
position:absolute;
text-indent:-9999px;
}
/*ヘッダー　h2タイトル*/
h2.skinDescriptionArea{
display:none; /*表示設定*/
}

/*ヘッダー 上下の余白*/
.skinHeaderArea2,.skinBlogHeadingGroupArea{
padding:0px;
margin:0px;
}


/* ------------ナビバー設定------------ */


#headerMenu{
  position:absolute;
  margin:0;
  padding:0;
margin-left:0px;
}
#headerMenu ul.menu{
  margin:0;
  padding:0;
  list-style: none;
}
#headerMenu ul.menu li{
  display:inline;
}
#headerMenu ul.menu li a{
  text-decoration:none;
  text-indent:-9999px;
  display:block;
  float:left;
  margin:0;
  padding:0;
  white-space:nowrap;
  overflow:hidden;
  text-align:center;
  background:url(http://wishbook.jp/blog/lotuslotus-footsalon/menu_off.png) no-repeat;
}
#headerMenu ul.menu li a:hover{
  background:url(http://wishbook.jp/blog/lotuslotus-footsalon/menu_on.png) no-repeat;
}

/* ------------ナビバー設定 サイズ・位置------------ */

.skinContentsArea{
  padding-top:80px;   /* ボタン設置用スペース、メッセージボードとの空き調整 */
  width:1000px;        /* メニュー全体の幅 */
}
#headerMenu{
  top:499px;            /* 上下位置調整 */
  left:-0px;           
  width:1000px;        /* メニュー全体の幅 */
}
#headerMenu ul.menu li a{
  line-height:60px;   /* ボタンの高さ */
}


/* ------------ナビバー設定 背景------------ */

#headerMenu ul.menu li.menu1 a{ background-position: 0px; width:166px; }
#headerMenu ul.menu li.menu1 a:hover{ background-position: 0px 0px; }

#headerMenu ul.menu li.menu2 a{ background-position: -166px 0px; width:167px; }
#headerMenu ul.menu li.menu2 a:hover{ background-position: -167px 0px; }

#headerMenu ul.menu li.menu3 a{ background-position: -333px 0px; width:167px; }
#headerMenu ul.menu li.menu3 a:hover{ background-position: -333px 0px; }

#headerMenu ul.menu li.menu4 a{ background-position: -500px 0px; width:167px; }
#headerMenu ul.menu li.menu4 a:hover{ background-position: -500px 0px; }

#headerMenu ul.menu li.menu5 a{ background-position: -667px 0px; width:166px; }
#headerMenu ul.menu li.menu5 a:hover{ background-position: -667px 0px; }

#headerMenu ul.menu li.menu6 a{ background-position: -833px 0px; width:167px; }
#headerMenu ul.menu li.menu6 a:hover{ background-position: -833px 0px; }

/* ------------プロフィール用------------ */

/*プロフィール　プレゼントボタン*/
.presentBtn{
display:none;
}
/*プロフィール　ピグの部屋*/
.profileUserPages{

}

.skinArticleHeader {
background: url("http://wishbook.jp/blog/lotuslotus-footsalon/midashi.png") no-repeat; scroll 0 0;
color:#ddd;
background-color:#ffffff;
border-left:0px;
padding:10px;
padding-left:15px;
padding-right:0px;
margin-left:0px;
margin-right:10px;
    width: 444px;
    border-left: solid 10px #db5858;
    border-bottom: solid 1px #db5858;
}




.articleDetailArea
{
text-align:right;
border-bottom:dotted 1px #7e8984;
margin-bottom:10px;
padding:5px;
}
.articleTime
{
margin-right:0px;
}
.articleTheme
{
margin-right:20px;
}

.articleText a
{
text-decoration:underline;
font-weight:bold;
color:#0000FF;
}
.articleText a:hover
{
text-decoration:none;
color:#0000FF;
}
a
{
color:#0066CC;
}
a:hover{
color:#0066CC;
text-decoration:underline;
}
.skinArticleTitle,
.skinArticleTitle:focus,
.skinArticleTitle:hover,
.skinArticleTitle:visited{
font-weight:bold;
color:#db5858!important;
}

.amemberBtn,.presentBtn{
display:none;
}
.freespaceArea{
font-size:15px;
line-height:1.5;
}
.freespaceArea a{
font-weight:bold;
color:#153D78;
}
.readerRequestArea {
margin-top:5px!important;
margin-bottom:10px;
}

.skinBody2{
	text-align:left;
	position: relative;
	height: 100%;
	min-height: 100%;
		margin-right: auto;
	margin-left: auto;
	width: 1000px;
	font-size: 13px;
}
.skinHeaderFrame
{
border-left:solid 0px #ffffff;
border-right:solid 0px #ffffff;
}
.skinContentsFrame
{
border-left:solid 0px #ffffff;
border-right:solid 0px #ffffff;
}
.skinFrame
{
padding-top:20px;
}



.readerRequestBtnArea a
{
background:url(http://wishbook.jp/blog/lotuslotus-footsalon/reader_off.png) left top no-repeat;
height:91px;
width:226px;
text-indent:-9999px;
display:block;
    margin-left: auto;
    margin-right: auto;
margin-top:10px;
}
.readerRequestBtnArea a:hover
{
background:url(http://wishbook.jp/blog/lotuslotus-footsalon/reader_on.png) left top no-repeat;
}
/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
background-color:#db5858;
color:#ffffff;
font-weight:bold;
padding:0px;
padding-top:5px;
padding-left:10px;
height:34px;
    padding: 0px!important;
    width: 300px;
text-align:left;
}
.skinSubB2 .skinMenuHeader{
background-color:#db5858;
color:#ffffff;
font-weight:bold;
padding-top:10px;
padding-left:10px;
height:34px;
width:230px;
text-align:left;
}
.articleText
{
color:#333333;
line-height:24px;
}
.skinHeaderFrame
{
margin-top:-20px;
width:1000px;
}
.skinContentsFrame
{

width:1000px;

}

/*------- 3カラム・左ワイドメニュー --------*/
.columnD .layoutContentsA{
float:left;
width:810px;
}
.columnC .layoutContentsA
{
width:800px;
}
.columnC .skinSubB
{
width:180px;
}
.columnC .skinSubA
{
width:280px;
}
.columnC .skinMainArea {
    float: left;
    width: 490px;
}
.columnD .skinMainArea{
float:right;
width:490px;
}
.columnD .skinSubA{
float:left;
width:230px;
margin-left:0px;

}
.columnD .layoutContentsB{
float:right;
}
.columnD .skinSubB{
width:180px;
margin-right:0px;
}
.skinArticle
width:479px;
border:solid 0px #bea19b!important;
}
html{
background-repeat:repeat;
}
#headerBanner
{
color:#ffffff;
font-size:13px;
font-weight:bold;
letter-spacing: 1px;
  margin:0;
  padding:0;
position:absolute;
  top:-25px;            /* 上下位置調整 */
  left:15px;           /* 左右位置調整 */
  width:998px;        /* メニュー全体の幅 */
height:12px;
}


.articleText,h1,li,div
{
text-align:left;
}
h1,li,div
{
font-size:13px;
}
.articleText
{
font-size:14px;
}
.headerBnrArea
{
background-color:#ffffff;
}
.freespaceArea
{
padding:10px;
font-size:13px;
}

a.voice_link
{
color:#0033CC;
}
a.voice_link:hover
{
color:#153D78;
}
#blogSearchInput
{
width:180px;
}

/* ------------#top_button------------ */
.hidden_menu
{
    display:none;
    position:absolute;
    z-index: 99;
    float:left;
}
#selectmenu
{
 top:100px;
 left:200px;
 width:330px;
 height:201px;
}
#menubody,#menumental
{
background-color:#000000!important;
color:#ffffff!important;
text-decoration:none!important;
width:185px!important;
height:30px!important;
line-height:30px!important;
padding:5px!important;
padding-left:10px!important;
display:block!important;
border-bottom:dotted 1px #8b8b8b;
text-align: left!important;
text-decoration: none!important;
text-indent: 0px!important;
white-space: nowrap!important;
word-break: break-all!important;
background-image:none!important;
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
#menubody:hover,#menumental:hover
{
opacity:0.9;
filter: alpha(opacity=90);
-ms-filter: "alpha( opacity=90)";
color:#ffe564!important;
}

.articleText
{
margin-left:10px;
margin-right:0px;
}
.skinContentsArea2
{
background-color:#fff;
padding-top:20px;
}
body
{
 font-weight:normal;
    background: url(http://wishbook.jp/blog/lotuslotus-footsalon/haikei-bar.png);
    background-repeat: repeat-x;
    background-position-y: 529px;
}
.skinMenuBody
{
margin-top:0px;
}



.hidden_menu
{
    display:none;
    position:absolute;
    z-index: 99;
    float:left;
}
.top_plus
{
 position:relative;
}
#selectmenu
{
 position:absolute;
 top:87px;
 left:667px;
 width:166px;
 height:201px;
}
#selectmenu1
{
 position:absolute;
 top:86px;
 left:334px;
 width:166px;
 height:201px;
}
#selectmenu2
{
 position:absolute;
 top:87px;
 left:836px;
 width:166px;
 height:201px;
}

.dropmenu
{
background-color:#bfa55c!important;
color:#ffffff!important;
text-decoration:none!important;
width:151px!important;
height:30px!important;
line-height:30px!important;
padding:5px!important;
padding-left:10px!important;
display:block!important;
border-bottom:dotted 1px #fff;
text-align: left!important;
text-decoration: none!important;
text-indent: 0px!important;
white-space: nowrap!important;
word-break: break-all!important;
background-image:none!important;
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
.dropmenu:hover
{
opacity:0.9;
filter: alpha(opacity=90);
-ms-filter: "alpha( opacity=90)";
color:#e6f2d6!important;
}
.skinArticle{
/* 注　blog.cssに margin-bottom の記述有り */
border:0px solid #bea19b;
width:479px;
}
.freespaceArea
{
margin-top:0px;
padding:0px;
}

#selectmenu1
{
 position:absolute;
 top:60px;
 left:500px;
 width:167px;
 height:201px;
}
.dropmenu
{
background-color:#774e37!important;
color:#ffffff!important;
text-decoration:none!important;
width:167px!important;
height:30px!important;
line-height:30px!important;
padding:5px!important;
padding-left:10px!important;
display:block!important;
border-bottom:dotted 1px #fff;
text-align: left!important;
text-decoration: none!important;
text-indent: 0px!important;
white-space: nowrap!important;
word-break: break-all!important;
background-image:none!important;
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
a.dropmenu:hover
{
opacity:0.9;
filter: alpha(opacity=90);
-ms-filter: "alpha( opacity=90)";
color:#fff!important;
}
li.menu4:hover > div
{
display:block;
}
.hidden_menu
{
    display:none;
    position:absolute;
    z-index: 99;
    float:left;
}
