@charset "utf-8";


/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#362e2b;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
	color:#00561f;
}

/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#00561f;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
	color:#35190e;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#321b02;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#6b1717;
font-weight:bold;
}



/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#5f8109;
font-weight:bold;
font-size:2.11em;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#5f8109;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.5em;
font-weight:bold;
color:#5f8109;
letter-spacing:0.3em;
}



/* (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{
background:#a1be1a url(http://atelierjune.com/img/header.jpg) repeat-x 0% 0%;}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
height:323px;
width:100%;
background:url(http://atelierjune.com/blog/top.png) no-repeat 50% 0%;
background-repeat: no-repeat;
margin:0 ;
position:absolute;
z-index:0;
color:#ffffff;
}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
width:1020px;
margin:0px auto 0 auto;
text-align:left;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
margin:0 0 0 auto ;
width:770px;
padding-bottom:4px;
padding-left:5px;
font-size:8.5px;
}
.skinTitleArea a{color:#cde298;}
.skinTitleArea a:visited{color:#cde298;}

/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{
margin:0 0 0 auto ;
padding-left:5px;
width:770px;}




/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
margin:0px auto 0 auto;
}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{
margin:412px 0 0 0;}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border:0;
margin:4px 0 0 -30px;
background:transparent;
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:0;
border:0;
width:100%;
background:url(http://atelierjune.com/blog/head.gif) no-repeat 50% 0%;
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0px auto -80px auto;
padding:47px 0 0 140px;
width:665px;
height:164px;
text-align:left;
font-size:11px;
letter-spacing: 0.1em;
border:0;
color:#5f8109;
background:url(http://atelierjune.com/blog/icon.gif) no-repeat 30px 40px;
}

.skinArticleHeader2{}

/* 記事投稿日 */
.articleTime{
position:absolute;
display: block;
width:605px;
text-align:right;
margin:-45px 0 0 auto;
color:#321b02;
}

/* 記事テーマ */
.articleTheme{
position:absolute;
display: block;
width:605px;
text-align:right;
margin:-45px 0 0 auto;
color:#321b02;
}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{
background:#d2eb5d;
font-size:14px;}
.skinArticleBody2{
margin:0 29px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
background:url() no-repeat 50% 0%;
width:665px;
font-size:10px;
height:150px;
margin:-60px 0 -50px 0;
padding:60px 0 0 0;
border:0;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{margin:380px 0 0 0;} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#b4d12b;/* ←サイドメニューに背景を敷きたいとき */
font-size:14px;
font-weight:bold;
color:#005c23;
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
background:url(http://atelierjune.com/blog/side.gif) no-repeat;
width:300px;
height:50px;
padding:15px 0 0 0;
text-align:center;
margin:0 auto 5 auto;
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:10px;
color:#5f8109;
font-weight:normal;
text-align:left;
background:#d2eb5d;/* ←サイドメニューの本文に背景を敷きたいとき */
}



/* (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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */



/*このブログの読者になる　読者になるボタン　ここから*/
.readerRequestArea {
margin-top:5px!important;
margin-bottom:10px;
}

.readerMenu .readerBtn {
background:url(http://atelierjune.com/blog/ban_read.png) no-repeat 50% 50%;
display:block; 
height:55px;
width:283px;
text-indent:-9999px;
margin:3px 0 0 -10px;
}

/*このブログの読者になる　読者になるボタン　ここまで*/


/* フリースペース */
.freespaceArea{
width:100%;
}


#navi {
position:absolute;
top:358px; /*-- ヘッダー画像上部の高さ＋ヘッダー画像の高さ --*/
height:71px;
margin:35px 0 20px 0;
}

#menu01 {
position:absolute;
display: block;
top:0px;
left:0px;
width:152px; /*-- メニューバーの幅 --*/
height:71px; /*-- メニューバーの高さ --*/
background:url(http://atelierjune.com/blog/menu01_1.png) no-repeat;
text-indent:-9999px;
}
#menu01:hover {
background:url(http://atelierjune.com/blog/menu01_2.png) no-repeat;
}

#menu02 {
position:absolute;
display: block;
top:0px;
left:181px;
width:162px;
height:71px;
background:url(http://atelierjune.com/blog/menu2_1.png) no-repeat;
text-indent:-9999px;
}
#menu02:hover {
background:url(http://atelierjune.com/blog/menu2_2.png) no-repeat;
}

#menu03 {
position:absolute;
display: block;
top:0px;
left:374px;
width:243px;
height:71px;
background:url(http://atelierjune.com/blog/menu3_1.png) no-repeat;
text-indent:-9999px;
}
#menu03:hover {
background:url(http://atelierjune.com/blog/menu3_2.png) no-repeat;
}

#menu04 {
position:absolute;
display: block;
top:0px;
left:648px;
width:149px;
height:71px;
background:url(http://atelierjune.com/blog/menu4_1.png) no-repeat;
text-indent:-9999px;
}
#menu04:hover {
background:url(http://atelierjune.com/blog/menu4_2.png) no-repeat;
}

#menu05 {
position:absolute;
display: block;
top:0px;
left:828px;
width:149px;
height:71px;
background:url(http://atelierjune.com/blog/menu5_1.png) no-repeat;
text-indent:-9999px;
}
#menu05:hover {
background:url(http://atelierjune.com/blog/menu5_2.png) no-repeat;
}
