@charset "utf-8";
/* =============================================  
beige_fresh-green
 ============================================= */
/*
2011.5/16
*/


*{
  margin : 0; padding : 0 ;
  font-weight : normal;
}


/* =============================================  
ボディ
 ============================================= */

body {
  font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;  text-align : center;
  line-height : 150%;
  font-size : 75%; 
  color : #333;

  background-color : #E7FFC8;
}




/* =============================================  
レイアウト設定
 ============================================= */

/*コンテンツ*/
div#container {
  margin : 0 auto 0 auto ; 
  width : 850px; 
  text-align : left ; 
  background-color : #FFF;
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/freshgreen-f.jpg");  /*フッター画像*/
  background-repeat : no-repeat ;
  background-position : left bottom;
}


/*ヘッダー*/
div#layout_head {
  height : 250px; 
}


/*メイン部分*/
div#layout_main {
  float : left;
  width : 630px; 
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/freshgreen-h-l.jpg");
  background-repeat : no-repeat ;
  background-position : left top;
}


/*メイン部分*/
div#layout_main { 
  float : left;
  margin-right : -270px;
  width : 100%;
}
div#layout_main>* {
  margin-right : 270px;
}
div#layout_main #baseblock {
  margin : 0 270px 0 30px;
}

/*左サイド部分*/
div#layout_leftside {
  float : right; 
  width : 220px;  
  margin-bottom : 5px;
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/freshgreen-h-r.jpg");
  background-repeat : no-repeat ;
  background-position : right top;
}
/*右サイド部分*/
div#layout_rightside {
  clear : right;
  float : right; 
  width : 220px; 
}

/* フッター部分 */
div#layout_footer {
  clear : both;
  height : 100px; 
  text-align : center;
}


/* =============================================  
見出し
 ============================================= */
h1 { font-size : 190%;}
h2 { font-size : 140%;}
h3 { font-size : 120%;}
h4 { font-size : 110%;}
h5 { font-size : 105%;}
h6 { font-size : 100%;}


/* =============================================  
リンク設定
 ============================================= */
a:link { color : #693; text-decoration : none;}
a:active { color : #693; text-decoration : none;}
a:visited { color : #693; text-decoration : none;}
a:hover { color : #960; text-decoration : underline;}


/* =============================================  
投稿部分設定
 ============================================= */
input,select,textarea{
  font-family : "Osaka","Verdana", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  color : #666;
  font-size :100%;
  background-color : #F2FFE4; 
  border-top : 1px dotted #C2A858 ; 
  border-right : 1px dotted #C2A858 ; 
  border-bottom : 1px dotted #C2A858 ; 
  border-left : 1px dotted #C2A858 ; 
}


/* =============================================  
タイトル
 ============================================= */
/*サイトタイトル*/
h1 {
  margin : 0px;
  padding : 45px 0 0 20px;
  color : #369;
}
h1 a:link { color : #369; text-decoration : none;}
h1 a:active { color : #369; text-decoration : none;}
h1 a:visited { color : #369; text-decoration : none;}
h1 a:hover { color : #960; text-decoration : none; background-color:transparent;}

/*サイト説明*/
#layout_head p#introduction {
  margin : 0px;
  padding : 20px 0px 0px 20px;
  font-size : 110%;
  color : #69C;
}

/*各エリアサブタイトル*/
h2 {  
  margin : 0px ;
  padding : 20px 0px 2px 20px;
  color : #C2A858;
  letter-spacing : 0.2em; 
  background-color : transparent;
  border-bottom : 1px dotted #960 ; 
}

/*メイン見出し*/
h2#subtitle {
  display : none;
}

/*管理ページリンク*/
ul.admin {
  margin : 0;
  padding : 0px 0px 0px 0px;
  list-style-type : none;
  text-align : left;
}
ul.admin li { 
  display : inline; 
}


/* =============================================  
エントリー関連
 ============================================= */


/*エントリー：1ブロック*/
.entry-body {
  margin : 0px 0px 60px 0px; 
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/freshgreen-f.jpg");  /*フッター画像*/
  background-repeat : no-repeat ;
  background-position : left bottom;
}

/*エントリー：日付*/
div.entry_date {
  margin : 0px;
  padding : 25px 0px 2px 20px;
  letter-spacing : 0.2em; 
  font-size : 140%;
  color : #C93;
}


/*エントリー：見出し*/
.entry-body h3 {
  margin : 0px ;
  padding : 25px 0 0px 20px;
  letter-spacing : 0.2em; 
  color : #C2A858;
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/freshgreen-m-hr.gif");
  background-repeat : repeat-x ;
  background-position : left top;
}



/*エントリー：記事部分*/
.entry_text {
  margin : 0px;
  padding : 5px 20px 5px 20px;
  border-top : 1px dotted #8EB169 ; 
  border-bottom : 1px dotted #C2A858 ; 
}
/*エントリー：追記テキスト*/
.entry_more{
  margin : 0px;
  padding : 10px 0 0 0;
}

/*エントリー：ステータス*/
ul.entry_state {
  margin : 0;
  padding : 5px 0 2px 20px;
  list-style-type : none;
  text-align : left;
  font-size : 105%; 
  border-bottom : 1px dotted #C2A858 ; 
}
ul.entry_state li { 
  display : inline; 
}

/*テキスト内の画像*/
.entry_text img {
  margin : 0px ;
  padding : 2px;
  border: none ; 
}

/*テキスト内のタグ*/
.entry_text a.tagword {
  border-bottom: 1px dotted #C2A858;
}
.entry_text a:hover.tagword {
  color : #C2A858;
  border-bottom: 1px dotted #C2A858;
  text-decoration : none;
}
/*タグリスト*/
ul.tag_state {
  margin : 0;
  padding : 5px 0 0px 20px;
  list-style-type : none;
  text-align : left;
}
ul.tag_state li { 
  display : inline; 
}

/*テキスト内の絵文字*/
img.emoji {
  border: none;
  margin : 0px;
  padding : 0px;
  float:none;
  vertical-align : middle; 
}

/*新着マーク画像*/
img.newmark {
  margin: 0px ;
  padding: 0px;
  border: none;
}

/*スレッドテーマ*/
ul.thread {
  margin : 0;
  padding : 5px 20px 0 0;
  list-style-type : none;
  text-align : right;
}
ul.thread li { 
  display : inline; 
}

/* =============================================
コメントリスト
 ============================================= */
.c-list_body {
  margin : 0;
  padding : 0 20px ;

}
.c-list_text {
  line-height: 120%;
  text-align : left;
  margin : 0px;
  padding : 5px 0px ;
}
.c-list_text dl.comment-list {
  margin : 0px;
  padding : 5px 0px;
  border-bottom : 1px dotted #C2A858 ; 
}
.c-list_text dl.comment-list dt{
  color : #960;
  padding : 3px 0 ;
}
/*コメントリスト中URL*/
.c-list_text dl.comment-list dd a {
  display:block; 
  height:1em; 
  width :20em; 
  overflow:hidden ;
}


/* =============================================  
引用文設定
 ============================================= */
blockquote {
  margin : 5px 0;
  padding : 0 10px ;
  line-height : 150%;
  background-color : #F2FFE4;
  border-top : 1px dotted #C2A858 ; 
  border-right : 1px dotted #C2A858 ; 
  border-bottom : 1px dotted #C2A858 ; 
  border-left : 2px dotted #8EB169 ; 
}


/* =============================================  
水平線設定
 ============================================= */
hr {
  margin : 5px 20px;
  color : #C2A858;
  background-color : #C2A858;
  border : 0; 
  height : 1px ;
}


/* ============================================= 
その他の設定
 ============================================= */
em ,i { font-style : italic;}
strong ,b { font-weight : bold;}
u { text-decoration : underline;}
p { margin : 1em 0;}


/* =============================================
  エントリー内：リスト
 ============================================= */
.entry_text ul {
  margin : 0px;
  padding : 5px 0px 10px 20px;
}
.entry_text li {
  line-height : 120%;
  margin-bottom : 5px;
}

.entry_text dl {
  margin : 0px;
  padding : 5px 0px 10px 0px;
}
.entry_text dt {
  color : #446018;
  margin : 0px 0 3px 0;
}
.entry_text dd {
  line-height : 120%;
  margin : 0px;
  padding : 0px 0px 5px 10px;
}
.entry_text ol {
  margin : 0px;
  padding : 5px 0px 10px 20px;
}

/*ツイッターまとめ*/
.entry_text dl.fc2twtr {
  padding : 5px 10px 15px 10px;
  background: #FFF;
  border: 1px solid #EEE;
}
.entry_text dl.fc2twtr dt {
  border-bottom: 10px solid #693;
}
.entry_text dl.fc2twtr dd {
  padding : 0px 0px 0px 10px;
  border-bottom: 1px solid #EEE;
}

/*ブログバトン*/
p.baton_title {
  display : inline;
  font-size : 110%;
  font-weight : bold;
  border-bottom : 1px dashed #969;
}
.entry_text dl.blog_baton {
  padding : 0px;
}
.entry_text dt.baton_q {
  padding : 5px 5px 0px 5px;
}
span.q_number {
  font-weight : bold;
}
.entry_text dd.baton_a {
  padding : 5px 5px 10px 20px;
}
span.a_number {
  font-weight : bold;
  color : #900;
}

/* =============================================
 エントリー内：テーブル設定 
 ============================================= */
.entry_text table {
  width : auto;
  border-collapse : collapse;
  margin-top: 1em;
  margin-bottom: 1em;
}
.entry_text td, .entry_text th {
  padding : 2px;
  font-size : 97%;
  line-height: 150%;
  font-weight: normal;
  border: 1px solid #C2A858;
}
.entry_text th {
  color : #446018;
  background-color : #F2FFE4; 
}
.entry_text td.fc2button-twitter {
  border: none;
}
.entry_text td.fc2button-facebook {
  border: none;
}


/* =============================================  
各エリア独自表示
 ============================================= */

/*月別エリア・全記事一覧エリア：背景色*/
body#date ,body#titlelist {
  background-color : #F2FFE4;
}
/*カテゴリーエリア・検索エリア：背景色*/
body#category ,body#search {
  background-color : #EEF4F7;
}


/*各エリア：1ブロック*/
#date .entry-body,#category .entry-body,#search .entry-body,#tag .entry-body {
  margin : 20px 0px 30px 0px;
  background-color : transparent;
   background-image: none;
  border : none ; 
}

/*各エリア：行間*/
#date .entry_text,#category .entry_text,#search .entry_text,#tag .entry_text {
  line-height: 120%;
  border-bottom : none ; 
}


/* =============================================  
全記事一覧
 ============================================= */

#titlelist div#layout_main { 
  float : left;
  margin-left : 0px;
  width : 100%;
}
#titlelist div#layout_main>* {
  margin-left : 0px;
}
#titlelist div#layout_main #baseblock {
  margin-left : 30px;
}

#titlelist .entry {
  margin-top : 20px;
  padding : 20px 0px 20px 0px;
   background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/toka65-white.png");
  _background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/white.gif");
  background-repeat : repeat ;
}
ul.titlelist-body {
  margin : 0px;
  padding : 5px 0 3px 20px;
  list-style-type : none;
  text-align : left;
  font-size : 105%; 
}
ul.titlelist-body li { 
  display : inline;
}

/* =============================================  
ページ移動
 ============================================= */
ul.entry_navi {
  margin : 10px 0px;
  list-style-type : none;
  text-align :center;
}
ul.entry_navi li { 
  display : inline; 
}



/* =============================================  
コメント＆トラックバック関連
 ============================================= */

/*コメント＆トラックバック：1ブロック*/
.commentarea ,.trackbackarea {
  margin : 20px 0px ;
  text-align : left;
}
.commentarea {
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/freshgreen-f.jpg");  /*フッター画像*/
  background-repeat : no-repeat ;
  background-position : left bottom;
}
.entry_form { 
background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/freshgreen-f.jpg");  /*フッター画像*/ 
background-repeat : no-repeat ; 
background-position : left bottom; 
} 

/*コメント＆トラックバック：記事*/
.comment-body ,.trackback-body {
  margin : 10px 0px ;
  padding : 0px;
  text-align : left;
}

/*コメント記事中URL*/
.comment_body a {
  display : block; 
  height :1em; 
  width : 20em; 
  overflow : hidden ;
}


/*コメント＆トラックバック：見出し*/
.comment-body h3 ,.trackback-body h3 {
  margin : 0px;
  padding : 20px 0 0px 20px;
  color : #C2A858;
  letter-spacing : 0.2em; 
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/freshgreen-f.jpg");  /*フッター画像*/
  background-repeat : no-repeat ;
  background-position : left center;
}

/*コメント＆トラックバック：テキスト*/
.co_text ,.tb_text {
  margin : 0px;
  padding : 5px 20px 0px 20px;
  line-height: 150%;
}

/*コメント＆トラックバック：ステータス*/
ul.co_state ,ul.tb_state {
  margin : 0;
  padding : 5px 50px 2px 0px;
  list-style-type : none;
  text-align : right;
  font-size : 105%; 
  border-bottom : 1px dotted #C2A858 ; 
}
ul.co_state li ,ul.tb_state li { 
  display : inline; 
}


/*トラバURL*/
dl.tb_url {
  margin : 0px 20px 0px 0px;
  line-height : 150%;
}
dl.tb_url dd {
  margin : 0px;
  padding : 0px 0px 10px 10px;
}
dd.trackback_url input {
  padding : 2px 5px ;
  width : 350px;
}
/*Trackback URL : FC2 User*/
dd.trackback_url-fc2 a {
  margin : 0px;
  padding : 2px 5px;
  background-color : #FFF;
  border : 1px dotted #C2A858 ;
}
dd.trackback_url-fc2 a:hover {
  background-color : #E9F9FF;
  border : 1px solid #C2A858 ;
}


/* =============================================  
コメント投稿＆修正フォーム
 ============================================= */

/*投稿フォーム*/
.entry_form {
  margin : 0px;
  padding : 20px 0px 0px 20px;
  line-height : 200%;
}
/*投稿フォーム：入力*/
dl.co_form {
  margin : 20px 0 0 0;
  padding : 0px ;
}
/*投稿フォーム：ラベル*/
dl.co_form dt label {
  position : absolute;
  text-align : left;
  width : 50px;
}
/*投稿フォーム：入力*/
dl.co_form dd {
  margin-left : 60px;
  padding-bottom : 3px ;
}
/*投稿フォーム：サイズ*/
dl.co_form dd input#title,dl.co_form dd input#name,dl.co_form dd input#url,dl.co_form dd input#mail {
  width : 250px;
}
dl.co_form dd textarea#comment{
  width : 350px;
}
/*コメント投稿・編集小見出し*/
#comment_post,#comment_edit { 
  font-size: 120%;
  letter-spacing : 0.1em; 
  color: #C2A858;
}

/*コメント：ページ移動*/
.commentarea ul.entry_navi {
  margin : 0;
  padding : 0px 50px 2px 0px;
  list-style-type : none;
  text-align : right;
  border-bottom : 1px dotted #C2A858 ; 
}


/* =============================================  
サイドメニュー関連
 ============================================= */


/*サイド：大見出し*/
#layout_rightside h2,#layout_leftside h2 {
  display : none;
}


/*サイドメニュー：1ブロック*/
.side_menu{
  margin: 20px 0px 0px 0px;
}


/*サイド：見出し*/
.side_menu h3 {
  margin: 0px;
  padding : 10px 0px 0px 0;
  color: #6B9849;
  font-weight : normal;
  background-color : #F2FFE4;
}


/*サイド：コンテンツ*/
div.side_text {
  margin : 0px ;
  padding : 5px 10px;
  font-size : 95%; 
  border-top : 1px dotted #C2A858 ; 
}

/*サイドメニュー：リスト*/
.side_menu ul {
  margin : 0 ;
  padding : 5px 0px 10px 15px;
  list-style-type : none;
  list-style-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/list-greentea.gif"); 
}
.side_menu li {
  color : #999;
  line-height: 150%;
}

.side_menu dl {
  text-align : left;
  margin : 0px;
  padding : 20px 0px 20px 0px;
}
.side_menu dt{
  margin : 0px;
  padding : 0px 0px 3px 0px;
  color : #960;
}
.side_menu dd{
  line-height : 120%;
  margin : 0px;
  padding : 0px 0px 5px 0px;
}

#p-form form {
  margin : 0px;
  padding : 0px;
}

/*サイド：画像*/
.side_menu img {
  border : none;
  margin : 0px;
  padding : 1px;
}

/*プロフィール：画像*/
#p-profile img , .plugin-myimage img {
  margin : 0px;
  padding : 2px;
  border : 1px dotted #C2A858;
}

/*タグリスト*/
.plugin-tag a {
  border-bottom: 1px dotted #C2A858;
  text-decoration : none;
}


/* ツリー用スタイル */
.p-comment ul, .p-trackback ul, #p-comment ul, #p-trackback ul {
  margin : 0;
  padding : 5px 0px 10px 15px;
  list-style-type : none;
}
.p-comment ul.tree li>ul, .p-trackback ul.tree li>ul, #p-comment ul.tree li>ul, #p-trackback ul.tree li>ul {
  margin : 0 0 0 5px;
  padding : 0;
  list-style-type : none;
  list-style-image : none;
  border-bottom : none ; 
}
.p-comment ul li ul li, .p-trackback ul li ul li,#p-comment ul li ul li, #p-trackback ul li ul li  {
  margin : 0;
  padding-left : 20px;
  list-style-type : none;
  list-style-image : none;
  background-color : transparent;
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/tree_child_b.gif");
  background-repeat : no-repeat ;
  background-position : left top;
  border-bottom : none ; 
}
.p-comment ul li ul li.lastchild, .p-trackback ul li ul li.lastchild, #p-comment ul li ul li.lastchild, #p-trackback ul li ul li.lastchild {
  list-style-type : none;
  list-style-image : none;
  background-color : transparent;
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/tree_child_b.gif");
  background-repeat : no-repeat ;
  background-position : left top;
}

/* 共有プラグインTreeシリーズ用スタイル */
#AR p, #CA p, #LK p, #RC p, #RT p, #RE p {
  padding-left : 15px;
  line-height : 150%;
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/list-greentea.gif");
  background-repeat : no-repeat ;
  background-position : 0px 5px;
}
#AR b, #CA b, #LK b, #RC b, #RT b, #RE b {
  font-weight : normal;
}
#AR b {
  cursor : pointer; 
}

/* ブログピープル用スタイル */
.blogpeople-main a {
  padding-left : 15px;
  line-height : 150%;
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/list-greentea.gif");
  background-repeat : no-repeat ;
  background-position : left center;
}


/* 親子カテゴリ */
ul.main_menu ul.sub_menu {
  margin : 0 ;
  padding : 0 ;
  list-style-type: none;
  list-style-image: none;
}

ul.main_menu ul.sub_menu li.sub_list {
  padding-left : 15px;
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/tree_child_b.gif");
  background-repeat : no-repeat ;
  background-position : left top;
}

ul.main_menu ul.sub_menu li.sub_list_end {
  padding-left : 15px;
  background-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/tree_child_b.gif");
  background-repeat : no-repeat ;
  background-position : left top;
}


/* =============================================  
カレンダー設定
 ============================================= */
.calender {
  font-size : 90%;
}
.calender caption {
  padding : 5px 0 1px 0;
}
.calender th {
  font-weight : normal;
  text-align : center;
  background-color : #C5E4A1; 
  border-bottom : 2px dotted #630 ; 
}
.calender td {
  width :  18px;
  padding : 0px;
  text-align : center;
  background-color : #F2FFE4;
}
.calender td a {
  display : block;
}
th#sun {
  color : #C00;
  border-bottom : 2px dotted #900 ; 
}
th#sat {
  color : #6B9849;
  border-bottom : 2px dotted #6B9849 ; 
}
.calender td a:link {
  background-color : #E7FFC8; 
  text-decoration : none; 
}
.calender td a:visited { 
  background-color : #E7FFC8; 
  text-decoration : none; 
}
.calender td a:hover { 
  color : #630; 
  background-color : #C5E4A1; 
  text-decoration : none;
}



/* =============================================  
ページフッター関連
 ============================================= */

/*コピーライト*/
.copyright {
  margin: 0px;
  padding: 10px 0 0 0;
  font-size : 95%;
  line-height: 180%;
  text-align : center;
}


/* =============================================  
プラグインカテゴリーメニュー設定（プラグイン設定有効時）
 ============================================= */
#showhidemenu {
  height : 15px;
  margin : 10px 0px 30px 0; 
  padding : 0;
  clear : both;
}
ul#pluginmenu{
  list-style : none;
  margin : 0px;
  padding : 0px;
}
ul#pluginmenu li{
  float : left;
  display : block;
  width : 60px; 
  margin : 0px 4px 0px 3px;
}
ul#pluginmenu li a {
  display : block;
  font-size : 90%;
  width : 60px; 
  text-align : center;
  text-decoration : none;
  color : #8EB169;
  background-color : #EEF4F7; 
  border-top : 1px dotted #C2A858 ; 
  border-right : 1px dotted #C2A858 ; 
  border-bottom : 1px dotted #C2A858 ; 
  border-left : 1px dotted #C2A858 ; 
}

ul#pluginmenu li a:hover {
  color : #C2A858; 
  background-color : #F2FFE4; 
  text-decoration : none; 
  border-top : 3px dotted #F6FFE5 ; 
  border-right : 1px dotted #C2A858 ; 
  border-bottom : 1px dotted #C2A858 ; 
  border-left : 3px dotted #F6FFE5 ; 
}

/* =============================================  
お知らせ日付非表示用
 ============================================= */
#day20091130 #day19990101 {
  display : none;
}

/* =============================================  
プラグイン3
 ============================================= */
/*プラグイン3*/
.plug-body {
  margin : 0px 0px 20px;
}

/*プラグイン3：見出し*/
.plug-body h3 {
  margin: 0px;
  padding : 10px 0px 0px 20px;
  color: #6B9849;
  font-weight : normal;
  background-color : #F2FFE4;
}

/* =============================================  
ページナビゲーション
 ============================================= */
/*ページナビゲーション*/
#pagenavi {
  margin : 0px;
}
#pagenavi ul.mode_list {
  margin : 0px;
  padding : 5px 0 0px 30px;
  list-style-type : none;
  list-style-image : url("https://blog-imgs-58-origin.fc2.com/s/a/t/satukilight/list-greentea.gif"); 
}
#pagenavi ul.mode_list li {
  margin-bottom : 3px;
}

/*各エリアページナビゲーション*/
ul.mode_navi {
  text-align : left;
  margin : 10px 0 0;
  list-style-type : none;
}
ul.mode_navi li { 
  display : inline; 
}