@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/

body {
background-color:#D5EAE3;
}


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(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) ボディ（全体）
--------------------------------------------*/


/* (3-1-1) skinBody ボディ */
.skinBody{
background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20110914/14/50/0d/j/o14400900alohaquiltblog1315978172540.jpg);
background-repeat: repeat-x;
background-position: center top;
}
.skinBody2{
width:1052px;
margin:0 auto;
text-align:left;
background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20110915/12/00/01/p/o10520050alohaquiltblog1316058243381.png);
background-repeat: repeat-y;
background-position: center top;
}
.skinBody3{
width:1020px;
margin:0 auto;
padding-bottom:200px;
background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20110914/14/3f/44/j/o10200533alohaquiltblog1315978230336.jpg);
background-repeat: no-repeat;
position: relative;
}

/* (3-1-2) skinFrame ブログ全体を囲うエリア */
.skinFrame{
} /* ヘッダーバナー含む */


/* (3-2) ブログヘッダー
--------------------------------------------*/

/* skinHeaderArea ブログヘッダー */
.skinHeaderArea{
height:533px;
}

.headerBnrArea {
padding-bottom: 15px;
z-index:2000;
}

.headerBnr {
z-index:2100;
}

/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
display:none;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{display:none;}




/* (3-3) コンテンツエリア
--------------------------------------------*/

.skinContentsFrame{
width:1020px;
top:533px;
margin:0 auto;
}

/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{
padding-top:105px;
}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border-top:1px 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: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{
margin-top:105px;
} /* 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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


/*■■■各サイドバータイトル*/
.profileMenu .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/0e/91/j/o0300005311482356909.jpg) no-repeat;
text-indent: -9999px;
}

.recentEntriesMenu .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/26/30/j/o0300005311482356908.jpg) no-repeat;
text-indent: -9999px;
}

.themeMenu .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/c9/c3/j/o0300005311482356370.jpg) no-repeat;
text-indent: -9999px;
}

.blogSearchForm .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/9b/32/j/o0300005311482357147.jpg) no-repeat;
text-indent: -9999px;
}

.bookmarkMenu .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/39/94/j/o0300005311482356372.jpg) no-repeat;
text-indent: -9999px;
}

.archiveMenu .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/65/47/j/o0300005311482356371.jpg) no-repeat;
text-indent: -9999px;
}

.rankingMenu .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/cc/d5/j/o0300005311482356911.jpg) no-repeat;
text-indent: -9999px;
}

.favoriteMenu .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/87/b5/j/o0300005311482356910.jpg) no-repeat;
text-indent: -9999px;
}

.readerMenu .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/d3/2f/j/o0300005311482356912.jpg) no-repeat;
text-indent: -9999px;
}

.calendarMenu .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/4e/17/j/o0300005311482356375.jpg) no-repeat;
text-indent: -9999px;
}

.recentCommentMenu .skinMenuHeader{
height: 53px;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 0px 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/cc/d5/j/o0300005311482356373.jpg) no-repeat;
text-indent: -9999px;
}


/* その他、拡張があれば記述 */
.freespaceArea #navi {
margin-left: auto;
margin-right: auto;
position:absolute;
top:533px;
left:0px;
height:58px;
width :1020px;
}

#navi ul{
margin:0;
padding:0;
}

#navi li{
float:left;
}


li#Menu01 a {
display: block;
width:204px; /*-- メニューバーの幅 --*/
height:58px; /*-- メニューバーの高さ --*/
background:url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/09/8f/j/o0204005811482354388.jpg) no-repeat;
text-indent:-9999px;
}

li#Menu02 a {
display: block;
width:204px;
height:58px;
background:url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/16/72/j/o0204005811482354390.jpg) no-repeat;
text-indent:-9999px;
}

li#Menu03 a {
display: block;
width:204px;
height:58px;
background:url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/c1/df/j/o0204005811482354894.jpg) no-repeat;
text-indent:-9999px;
}

li#Menu04 a {
display: block;
width:204px;
height:58px;
background:url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/19/01/j/o0204005811482354932.jpg) no-repeat;
text-indent:-9999px;
}

li#Menu05 a {
display: block;
width:204px;
height:58px;
background:url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/23/62/j/o0204005811482355395.jpg) no-repeat;
text-indent:-9999px;
}



#Menu01 a:hover.navitext{
width:204px;
height:58px;
display:block;
margin: 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/76/7e/j/o0204005811482354389.jpg) no-repeat;
}

#Menu02 a:hover.navitext{
width:204px;
height:58px;
display:block;
margin: 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/63/92/j/o0204005811482354391.jpg) no-repeat;
}

#Menu03 a:hover.navitext{
width:204px;
height:58px;
display:block;
margin: 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/e0/fb/j/o0204005811482354886.jpg) no-repeat;
}

#Menu04 a:hover.navitext{
width:204px;
height:58px;
display:block;
margin: 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/b0/03/j/o0204005811482354933.jpg) no-repeat;
}

#Menu05 a:hover.navitext{
width:204px;
height:58px;
display:block;
margin: 0px;
background: url(https://stat001.ameba.jp/user_images/20110914/13/alohaquiltblog/43/f4/j/o0204005811482355379.jpg) no-repeat;
}



/*■■■ナビシャドー*/
#navi_shadow {
clear:both;
position:absolute;
top:591px;
left:0px;
width:1020px;
height:25px;
background:url(//stat.blogskin.ameba.jp/blogskin_images/20110727/03/07/d1/j/o09500013enchante881311704706975.jpg) no-repeat;
}



#readerBtn {
position:absolute;
top:630px;
left:215px;
background:url(https://stat001.ameba.jp/user_images/20110918/16/alohaquiltblog/06/10/j/o0468009811490781948.jpg) no-repeat;
width:468px;
height:98px;
}

.footerNav {
width: 100% !important;
height: 177px !important;
border-top: none !important;
background: url(//stat.blogskin.ameba.jp/blogskin_images/20110914/14/5b/b1/j/o10200177alohaquiltblog1315978188028.jpg) no-repeat center bottom !important;
margin: 0 auto !important;
padding: 0 !important;
text-align: center !important;
z-index: 1 !important;
position: relative !important;
bottom: 177px !important;
left: -1px;
}

.footerNav li {
display: none;
}

#socialLink {
position: absolute;
top: 645px;
right: 20px;
}

#socialLinkTwitter a {
display: block;
width: 300px;
height: 90px;
background: url(https://stat001.ameba.jp/user_images/20110922/02/alohaquiltblog/ff/ff/j/o0300009011499160739.jpg) no-repeat;
text-indent: -9999px;
}
