@charset "EUC-JP";
/* =============================================  
beige_Bara-pink-3c
 ============================================= */
/*
2010.6.1
*/


*{
  margin : 0; padding : 0 ;
  font-weight : normal;
}


/* =============================================  
ボディ
 ============================================= */

body {
  font-family: "Apple Chancery", "Georgia" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",serif;
  text-align : center;
  line-height : 150%;
  font-size : 80%; 
  color : #666;
  background-color : #F6F7E3;

}



/* =============================================  
フォントファミリー：ゴシック
 ============================================= */
/* 以下を削除するとすべて明朝体になります。お好みでどうそ。*/

.entry_text,.c-list_text,.entry_text table,.co_text,.tb_text,.side_text {
  font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;
}




/* =============================================  
レイアウト設定
 ============================================= */

/*コンテンツ*/
div#container {
  margin : 20px auto ; 
  width :990px;
  background-color : #FFF;
   background-image : url("http://blog-imgs-18-origin.fc2.com/b/e/i/beigeheart/bara-pink-h.gif");
  background-repeat : no-repeat ;
  background-position : right top;
  border : 1px solid #EAF0E1 ; 
}

/*ヘッダー*/
div#layout_head {
  width : 100%;
  height:200px; 
  text-align : left;
   background-image : url("http://blog-imgs-18-origin.fc2.com/b/e/i/beigeheart/bara-pink-title.gif");
  background-repeat : no-repeat ;
  background-position : left top ;
}

div#layout {
  margin : 10px auto 10px auto ; 
  text-align : left;
  width : 98%;
}


/*メインカラム＋左サイドカラム*/
div#wrapper {
  float : left;
  width : 100%;
  margin-right:-210px;
}
/*メイン部分*/
div#layout_main { 
  float : right;
  margin-left : -210px;
  width : 100%;
}
div#layout_main>* {
  margin-right : 210px;
  margin-left : 210px;
}
div#layout_main #baseblock {
  margin-right : 210px;
  margin-left : 210px;
}

/*全記事一覧メイン部分*/
#titlelist div#layout_main  {
  float : right;
  width : 100%; 
  margin-left : 0px;
}
#titlelist div#layout_main>* {
  margin-right : 210px;
  margin-left : 0px;
}
#titlelist div#layout_main #baseblock {
  margin-right : 210px;
  margin-left : 0px;
}

/*左サイド部分*/
div#layout_leftside {
  float : left; 
  width : 200px;  
}
/*右サイド部分*/
div#layout_rightside {
  float : right; 
  width : 200px; 
}

/* フッター部分 */
div#layout_footer {
  clear : both;
  text-align : center;
}


/* =============================================  
見出し
 ============================================= */
h1 { font-size : 180%;}
h2 { font-size : 140%;}
h3 { font-size : 120%;}
h4 { font-size : 110%;}
h5 { font-size : 105%;}
h6 { font-size : 100%;}


/* =============================================  
リンク設定
 ============================================= */
a:link { color : #6B9849; text-decoration : none;}
a:active { color : #363; text-decoration : none;}
a:visited { color : #6B9849; text-decoration : none;}
a:hover { color : #C2A858; 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 : #FFF; 
  border-top : 1px solid #EAF0E1 ; 
  border-right : 1px solid #EAF0E1 ; 
  border-bottom : 1px solid #EAF0E1 ; 
  border-left : 1px solid #EAF0E1 ; 
}


/* =============================================  
タイトル
 ============================================= */
/*サイトタイトル*/
h1 {
  margin : 0px;
  padding : 60px 90px 0 40px;
  color : #5D87BF;
}
h1 a:link { color : #C2A858; text-decoration : none;}
h1 a:active { color : #EAC247; text-decoration : none;}
h1 a:visited { color : #C2A858; text-decoration : none;}
h1 a:hover { color : #EAC247; text-decoration : underline;}

/*サイト説明*/
#layout_head p#introduction {
  margin : 0px;
  padding : 20px 90px 0 40px;
  font-size : 110%;
  color : #6B9849;
}

/*各エリアサブタイトル*/
h2 {  
  margin : 0px ;
  padding : 0px 0px 5px 20px;
  color : #C2A858;
  letter-spacing : 0.2em; 
  background-color : transparent;
}
h2:first-letter {
  font-size : 180%;
  color : #F87F92;
}

/*メイン見出し*/
h2#subtitle {
  display : none;
}

/*管理ページリンク*/
ul.admin {
  margin : 0;
  padding : 0px;
  list-style-type : none;
  text-align : left;
}
ul.admin li { 
  display : inline; 
}


/* =============================================  
エントリー関連
 ============================================= */
.entry {
  margin : 0px;
  padding : 15px 20px;
  background-color : #F6F7E3;
  border : 1px solid #EAF0E1 ;
}


/*エントリー：日付*/
div.entry_date {
  margin-top : 40px;
  padding : 0px 0px 2px 20px;
  letter-spacing : 0.2em; 
  font-size : 140%;
  color : #6B9849;
}
div.entry_date:first-letter {
  font-size : 180%;
  color : #F99;
}
#permanent div.entry_date {
  margin-top : 0px;
}

/*エントリー：1ブロック*/
.entry-body {
  margin : 0px;
  padding : 0px;
  background-color : #FFF;
   background-image : url("http://blog-imgs-18-origin.fc2.com/b/e/i/beigeheart/bara-pink-f.gif");
  background-repeat : no-repeat ;
  background-position : right bottom ;
  border : 1px solid #EAF0E1 ;
}

/*エントリー：見出し*/
.entry-body h3 {
  margin : 0px;
  padding : 50px 10px 0px 20px;
  height:100px; 
  text-align : right;
  letter-spacing : 0.2em; 
  color : #C2A858;
   background-image : url("http://blog-imgs-18-origin.fc2.com/b/e/i/beigeheart/bara-pink-title.gif");
  background-repeat : no-repeat ;
  background-position : left top ;
}


/*エントリー：記事部分*/
.entry_text {
  margin : 0px 0px 30px;
  padding : 0px 20px 5px 20px;
}
/*エントリー：追記テキスト*/
.entry_more{
  margin : 0px 0px 30px;
  padding : 10px 0 0 0;
}

/*エントリー：ステータス*/
ul.entry_state {
  margin : 0;
  padding : 5px 20px 2px 20px;
  list-style-type : none;
  text-align : left;
  font-size : 105%; 
}
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 20px 0px 20px;
  list-style-type : none;
  text-align : right;
}
ul.tag_state li { 
  display : inline; 
}

/*テキスト内の絵文字*/
img.emoji {
  border: none;
  margin : 0px;
  padding : 0px;
  float:none;
  vertical-align : middle; 
}

/*スレッドテーマ*/
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 : 20px 0 40px;
  padding : 0 20px ;
  text-align : right;
}
.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 : #C2A858;
  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 : 0px 10px ;
  line-height : 150%;
  background-image : url("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/tokam.gif");
  background-repeat : repeat ;
  border-left : 5px solid #EAF0E1 ; 
}


/* =============================================  
水平線設定
 ============================================= */
hr {
  margin : 5px 20px;
  color : #EAF0E1;
  background-color : #EAF0E1;
  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 : #C2A858;
  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.blog_baton {
  padding : 0px;
}
.entry_text dt.baton_q {
  padding : 5px 5px 0px 5px;
  border-bottom : 1px dotted #C2A858 ; 
}
span.q_number {
  font-weight : bold;
}
.entry_text dd.baton_a {
  padding : 5px 5px 10px 20px;
}
span.a_number {
  font-weight : bold;
}


/*ツイッターまとめ*/
.entry_text dl.fc2twtr {
  padding : 5px 10px 15px 10px;
  background: #FFF;
  border: 1px solid #EEE;
}
.entry_text dl.fc2twtr dt {
  border-bottom: 10px solid #E3F6F7;
}
.entry_text dl.fc2twtr dd {
  padding : 0px 0px 0px 10px;
  border-bottom: 1px solid #EEE;
}


/* =============================================
 エントリー内：テーブル設定 
 ============================================= */
.entry_text table {
  width : auto;
  border-collapse : collapse;
  margin-top: 1em;
  margin-bottom: 1em;
}
.entry_text td, .entry_text th {
  padding : 2px;
  font-size : 95%;
  line-height: 150%;
  font-weight: normal;
  border : 1px solid #EAF0E1 ; 
}
.entry_text th {
  color : #C2A858;
}


/* =============================================  
各エリア独自表示
 ============================================= */

#date .entry-body,#category .entry-body,#search .entry-body,#tag .entry-body {
  margin : 0px 0px 20px 0px;
   background-image: none;
  background-color : #FFF;
  border-bottom : 1px solid #EAF0E1;
}

#date .entry_text,#category .entry_text,#search .entry_text,#tag .entry_text {
  line-height: 120%;
}


/* =============================================  
全記事一覧
 ============================================= */

/*全記事一覧*/
ul.titlelist-body {
  margin : 0px;
  padding : 5px 0 3px 10px;
  font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;
  list-style-type : none;
  text-align : left;
  font-size : 105%; 
  background-color : #FFF;
}
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 {
  margin : 20px 0px ;
  padding : 15px 20px;
  background-color : #F6F7E3;
  border : 1px solid #EAF0E1 ;
}

/*コメント：記事*/
.comment-body {
  margin : 0px 0px 20px;
  background-color : #FFF;
   background-image : url("http://blog-imgs-18-origin.fc2.com/b/e/i/beigeheart/bara-pink-t.gif");
  background-repeat : no-repeat ;
  background-position : right bottom ;
  border : 1px solid #EAF0E1;
}

/*コメント記事中URL*/
.comment_body a {
  display : block; 
  height :1em; 
  width : 20em; 
  overflow : hidden ;
}


/*コメント：見出し*/
.comment-body h3 {
  margin : 0px;
  padding : 5px 0 0px 20px;
  color : #C2A858;
  letter-spacing : 0.2em; 
}

/*コメント：テキスト*/
.co_text {
  margin : 0px;
  padding : 15px 20px 0px 20px;
  line-height: 150%;
}

/*コメント：ステータス*/
ul.co_state {
  margin : 0;
  padding : 35px 20px 2px 20px;
  list-style-type : none;
  font-size : 105%; 
}
ul.co_state li { 
  display : inline; 
}


/* =============================================  
コメント投稿＆修正フォーム
 ============================================= */

/*投稿フォーム*/
.entry_form {
  margin : 0px;
  padding : 20px 0px 0px 20px;
  line-height : 200%;
  background-color : #FFF;
   background-image : url("http://blog-imgs-18-origin.fc2.com/b/e/i/beigeheart/bara-pink-f.gif");
  background-repeat : no-repeat ;
  background-position : right bottom ;
  border : 1px solid #EAF0E1;
}
/*投稿フォーム：入力*/
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: #6B9849;
}

/*コメント：ページ移動*/
.commentarea ul.entry_navi {
  margin : 0;
  padding : 0px 20px 2px 0px;
  list-style-type : none;
  text-align : right;
}



/* =============================================  
トラックバック関連
 ============================================= */

/*トラックバック：1ブロック*/
.trackbackarea{
  margin : 20px 0px ;
  padding : 15px 20px;
  background-color : #F6F7E3;
  border : 1px solid #EAF0E1 ;
}

/*トラックバック：記事*/
.trackback-body{
  margin : 10px 0px ;
  padding : 0px;
  background-color : #FFF;
   background-image : url("http://blog-imgs-18-origin.fc2.com/b/e/i/beigeheart/bara-pink-t.gif");
  background-repeat : no-repeat ;
  background-position : right bottom ;
  border : 1px solid #EAF0E1;
}

/*トラックバック：見出し*/
.trackback-body h3 {
  margin : 0px;
  padding : 5px 0 0px 20px;
  color : #005;
  letter-spacing : 0.2em; 
}

/*トラックバック：テキスト*/
.tb_text {
  margin : 0px;
  padding : 15px 20px 0px 20px;
  line-height: 150%;
}

/*トラックバック：ステータス*/
ul.tb_state {
  margin : 0;
  padding : 35px 20px 2px 20px;
  list-style-type : none;
  font-size : 105%; 
}
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 #EAF0E1 ;
}
dd.trackback_url-fc2 a:hover {
  background-color : #F6F7E3;
  border : 1px solid #FFF ;
}


/* =============================================  
サイドメニュー関連
 ============================================= */

/*サイド：大見出し*/
#layout_leftside h2,#layout_rightside h2 {
  display : none;
}


/*サイドメニュー：1ブロック*/
.side_menu{
  margin: 0px 0px 30px 0px;
}


/*サイド：見出し*/
.side_menu h3 {
  margin: 0px;
  padding : 10px 0px 0px 0;
  color: #6B9849;
  font-weight : normal;
  border-bottom : 1px solid #EAF0E1 ; 
}

/* Hidden from Mac IE \*/
.side_menu h3:first-letter {
  font-size : 130%;
  color : #F99;
}
/**/

/*サイド：コンテンツ*/
div.side_text {
  margin : 0px ;
  padding : 5px 10px;
  font-size : 95%; 
}

/*サイドメニュー：リスト*/
.side_menu ul {
  margin : 0 ;
  padding : 5px 0px 10px 15px;
  list-style-type : none;
  list-style-image : url("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/list-sakura.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 : #C2A858;
}
.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 solid #EAF0E1;
}

/*タグリスト*/
.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("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/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("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/tree_child.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("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/list-sakura.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("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/list-sakura.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("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/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("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/tree_child.gif");
  background-repeat : no-repeat ;
  background-position : left top;
}


/* =============================================  
カレンダー設定
 ============================================= */
.calender {
  font-size : 90%;
}
.calender caption {
  font-size : 90%;
  padding : 5px 0 1px 0;
}
.calender th {
  font-weight : normal;
  text-align : center;
  border-bottom : 2px solid #CCC;
}
.calender td {
  width :  18px;
  padding : 0px;
  text-align : center;
  background-color : #FFF; 
  border : 1px solid #EAF0E1 ; 
}
.calender td a {
  display : block;
}
th#sun {
  color : #933;
  border-bottom : 2px solid #933 ; 
}
th#sat {
  color : #33C;
  border-bottom : 2px solid #33C ; 
}
.calender td a:link {
  color : #C2A858; 
  background-color : #F6F7E3; 
  text-decoration : none; 
}
.calender td a:visited { 
  color : #6B9849; 
  background-color : #F6F7E3; 
  text-decoration : none; 
}
.calender td a:hover { 
  color : #FFF; 
  background-color : #FFBDD7; 
  text-decoration : none;
}



/* =============================================  
ページフッター関連
 ============================================= */

/*コピーライト*/
.copyright {
  margin: 0px;
  padding: 50px 0 0 0;
  font-size : 95%;
  line-height: 180%;
  text-align : center;
}

/* =============================================  
プラグイン3
 ============================================= */
/*プラグイン3*/
.plug-body {
  margin : 0px 0px 20px;
  background-color : #FFF;
   background-image : url("http://blog-imgs-18-origin.fc2.com/b/e/i/beigeheart/bara-pink-t.gif");
  background-repeat : no-repeat ;
  background-position : right bottom ;
  border : 1px solid #EAF0E1;
}

/*プラグイン3：見出し*/
.plug-body h3 {
  margin: 0px;
  padding : 10px 0px 0px 20px;
  color: #6B9849;
  font-weight : normal;
  border-bottom : 1px solid #EAF0E1 ; 
}

/* Hidden from Mac IE \*/
.plug-body h3:first-letter {
  font-size : 130%;
  color : #F99;
}
/**/

/* =============================================  
ページナビゲーション
 ============================================= */
/*ページナビゲーション*/
#pagenavi {
  margin : 0px;
  border-bottom : 1px solid #EAF0E1 ; 
}
#pagenavi ul.mode_list {
  margin : 0px;
  padding : 5px 0 0px 30px;
  list-style-type : none;
  list-style-image : url("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/list-sakura.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; 
}



/* =============================================  
お知らせ日付非表示用
 ============================================= */
#day20091130,#day19990101 {
  display : none;
}