@charset "utf-8";


/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#321b02;
}


/* リンク */
.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{ 
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
background:#afc75b;
}


/* ボタンの文字色 */
.skinImgBtnM:hover span,.skinImgBtnM:focus span,.skinImgBtnM span{
color:#333333 !important;
}




/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/


/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS{
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
background:#afc75b;
}



.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:#fff !important;/* ←ボタンの文字色 */
}




/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
background:#afc75b;
border:0;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#9ab440;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{
background:url(http://atelierfs.blue-glim.com/blog2/background.gif) repeat 0% 0% fixed;}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{
	background:url(http://atelierfs.blue-glim.com/blog2/menu_back.png) repeat-x 50% 349px;
z-index:2;}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
height:367px;
width:100%;
background:url(http://atelierfs.blue-glim.com/blog2/top.png) no-repeat 50% 0%;
background-repeat: no-repeat;
margin:-22px 0 0px 0 ;
position:absolute;
z-index:0;
color:#ffffff;
}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
width:1008px;
margin:-10px auto 0 auto;
text-align:left;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
margin:0 0 0 auto ;
width:770px;
padding-bottom:4px;
padding-left:5px;
}


/* 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:25px 0 0 0;
color:#111111;
font-size:13px;
background:#f9feea;
border-radius: 10px;		/* CSS3草案 */
-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
-moz-border-radius: 10px;	/* Firefox用 */
}

.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
border:0;
width:100%;
background:url() no-repeat 50% 0%;
background:#f9feea;
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0 auto 0 auto;
padding:40px 0 0 0;
width:100%;
height:121px;
text-align:center;
background:url(http://atelierfs.blue-glim.com/blog2/title.gif) no-repeat 50% 0%;
border:0;
font-size:90%;
letter-spacing:nomal;
color:#5f8109;
}

.skinArticleHeader2{}

/* 記事投稿日 */
.articleTime{
position:absolute;
width:412px;
display: block;
text-align:right;
margin:-85px 0 0 auto;
color:#321b02;
}

/* 記事テーマ */
.articleTheme{
position:absolute;
width:412px;
display: block;
text-align:right;
margin:-85px 0 0 auto;
color:#321b02;
}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{
background:#f9feea url(http://atelierfs.blue-glim.com/blog2/line.gif) no-repeat 50% 0;
font-size:15px;}
.skinArticleBody2{
margin:0 29px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
background:url() no-repeat 50% 0%;
width:412px;
font-size:10px;
height:150px;
margin:-60px 0 -50px 0;
padding:60px 0 0 0;
border:0;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{margin:436px 0 0 0;} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#e9fbbb;/* ←サイドメニューに背景を敷きたいとき */
font-size:14px;
font-weight:bold;
color:#fff;
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
background:#e9fbbb url(http://atelierfs.blue-glim.com/blog2/side.gif) no-repeat;
width:100%;
height:44px;
padding:15px 0 0 0;
text-align:center;
margin:0 auto;
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:10px;
color:#5f8109;
font-weight:normal;
font-size:12px;
text-align:left;
background:#e9fbbb;/* ←サイドメニューの本文に背景を敷きたいとき */
}



/* (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://atelierfs.blue-glim.com/blog2/ban_read.png) no-repeat 50% 50%;
display:block; 
height:55px;
width:283px;
text-indent:-9999px;
margin:3px 0 0 -10px;
}

/*このブログの読者になる　読者になるボタン　ここまで*/


/* フリースペース */
.freespaceArea{
width:100%;
   text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph; /* 両端揃えの種類 */
}
.freespaceArea img{width:100%;}


#navi {
position:absolute;
top:358px; /*-- ヘッダー画像上部の高さ＋ヘッダー画像の高さ --*/
height:81px;
margin:20px 0 0 0px;
  list-style: none;
}

#navi li {
  width: 160px;
  text-align: center;
    background-image: -webkit-linear-gradient(#f8fee8 0%, #ebfcc2 100%);
    background-image: linear-gradient(#f8fee8 0%, #ebfcc2 100%);
display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
}

#navi li a {
  text-decoration: none;
  color: #60830b;
  font-weight: bold;
  padding: 20px;
}

#navi li a:hover {
  width: 160px;
height:50px;
    background-image: -webkit-linear-gradient(#ebfcc2 0%, #f8fee8 100%);
    background-image: linear-gradient(#ebfcc2 0%, #f8fee8 100%);
}


#menu01 {
position:absolute;
display: block;
top:0px;
width:142px; /*-- メニューバーの幅 --*/
height:73px; /*-- メニューバーの高さ --*/
background:url(http://atelierfs.blue-glim.com/blog2/menu01_1.png) no-repeat;
text-indent:-9999px;
}
#menu01:hover {
background:url(http://atelierfs.blue-glim.com/blog2/menu01_2.png) no-repeat;
}

#menu02 {
position:absolute;
display: block;
top:0px;
left:142px;
width:189px;
height:73px;
background:url(http://atelierfs.blue-glim.com/blog2/menu02_1.png) no-repeat;
text-indent:-9999px;
}
#menu02:hover {
background:url(http://atelierfs.blue-glim.com/blog2/menu02_2.png) no-repeat;
}

#menu03 {
position:absolute;
display: block;
top:0px;
left:331px;
width:180px;
height:73px;
background:url(http://atelierfs.blue-glim.com/blog2/menu03_1.png) no-repeat;
text-indent:-9999px;
}
#menu03:hover {
background:url(http://atelierfs.blue-glim.com/blog2/menu03_2.png) no-repeat;
}

#menu04 {
position:absolute;
display: block;
top:0px;
left:511px;
width:188px;
height:73px;
background:url(http://atelierfs.blue-glim.com/blog2/menu04_1.png) no-repeat;
text-indent:-9999px;
}
#menu04:hover {
background:url(http://atelierfs.blue-glim.com/blog2/menu04_2.png) no-repeat;
}

#menu05 {
position:absolute;
display: block;
top:0px;
left:699px;
width:134px;
height:73px;
background:url(http://atelierfs.blue-glim.com/blog2/menu05_1.png) no-repeat;
text-indent:-9999px;
}
#menu05:hover {
background:url(http://atelierfs.blue-glim.com/blog2/menu05_2.png) no-repeat;
}

#menu06 {
position:absolute;
display: block;
top:0px;
left:833px;
width:148px;
height:73px;
background:url(http://atelierfs.blue-glim.com/blog2/menu06_1.png) no-repeat;
text-indent:-9999px;
}
#menu06:hover {
background:url(http://atelierfs.blue-glim.com/blog2/menu06_2.png) no-repeat;
}

.side_text{
width:100%;
color:#666666;
margin:-51px 0 10px;
font-size:13px;
background:#f9feea;
border-radius: 10px;		/* CSS3草案 */
-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
-moz-border-radius: 10px;	/* Firefox用 */
}

.side_text2{
width:100%;
color:#666666;
margin:0px 0 10px;
font-size:13px;
background:#f9feea;
border-radius: 10px;		/* CSS3草案 */
-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
-moz-border-radius: 10px;	/* Firefox用 */
}

.box{
background: #e9fbbb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 392px;
    padding: 10px;}

/* 見出し */

h2{
font-size:90%;
}


h2.midashi1{
font-size:130%;
font-weight:bold;
  position: relative;
  padding: 0.6em;
  background: #afc75b;
}

h2.midashi1:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #afc75b;
width: 0;
height: 0;
}



h3{
font-size:100%;
font-weight:bold;
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #f0fcbf;/*背景色*/
border-left: solid 5px #afc75b;/*左線（実線 太さ 色）*/
}

h3.midashi2{
font-size:120%;
font-weight:bold;
margin:5px 0 0 0;
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #f0fcbf;/*背景色*/
border-left: solid 5px #afc75b;/*左線（実線 太さ 色）*/
}


h4{
border-bottom: solid #afc75b 3px;
border-top: solid #afc75b 3px;
background: #f0fcbf;
color: #494949;/*文字色*/
font-size:110% !important;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}


h4.check{
position: relative;
border-top: solid 2px #afc75b;
border-bottom: solid 2px #afc75b;
background: #f0fcbf;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}

h4.check:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: 'CHECK';
background: #afc75b;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
  }


/* サイドメニューボタン */
a.btn {
  display: block;
  position: relative;
  height: 30px;
  width: 145px;
  text-decoration: none;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  background: #none;
  border: 2px solid #afc75b;
  padding-left:30px;
  color: #00561f;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.btn i{  
  display: block;
  position: absolute;
  top:0;
  left:0px;
  height: 30px;
  width: 20px;
  line-height:30px;
  text-align: center;
  background:#afc75b;
  color: #fff;
}
a.btn i:after{
  content:"";
  display: block;
  position: absolute;
  right: -5px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #afc75b;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.btn:hover{
  opacity: 0.7;
}

.skinSimpleBtn, .skinSimpleBtn:visited, .skinSimpleBtn:hover, .skinSimpleBtn:focus {
    color: #fff;
}
