@charset "UTF-8";
/* =============================================  
beige_momiji-3c
 ============================================= */
/*
2009.11.17
*/


*{margin : 0; padding : 0 ;}


/* =============================================  
ボディ
 ============================================= */
body {
  font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;
  font-size : 85%; 
  color : #696969;
  background-color : #FFFFF5;
  text-align : center;
  background-image : url("https://blog-imgs-36-origin.fc2.com/b/e/i/beigeheart/momiji-back.gif");
  background-repeat : repeat-y ;
  background-position : center top;
  background-attachment : fixed;
}


/* =============================================  
レイアウト設定
 ============================================= */

/*コンテンツ*/
div#container {
  margin : 15px auto ; 
  width : 950px;
  text-align : left;
  line-height : 150%;
  border-top : 1px dotted #C60 ; 
  border-bottom : 1px dotted #C60 ; 
  border-left : 1px dotted #C60 ; 
  border-right : 1px dotted #C60 ; 
}

/*ヘッダー*/
div#layout_head {
  width : 100%;
  height: 150px;
  text-align : right;
}

/*メインカラム＋左サイドカラム*/
div#wrapper {
  float : left;
  width : 100%;
  margin-right:-240px;
}

/*メイン部分*/
div#layout_main {
  float : right;
  margin-left : -240px;
  width : 100%;
}
div#layout_main>* {
  margin-right : 240px;
  margin-left : 240px;
}
div#layout_main #baseblock {
  margin-right : 240px;
  margin-left : 240px;
}

/*左サイド部分*/
div#layout_leftside {
  float : left; 
  width : 220px;  
}
/*右サイド部分*/
div#layout_rightside {
  float : right; 
  width : 220px; 
}

/* フッター部分 */
div#layout_footer {
  clear : both;
  text-align : center;
  width : 100%;
}


/* =============================================  
見出し
 ============================================= */
h1 { font-size : 180%;}
h2 { font-size : 120%;}
h3 { font-size : 110%;}
h4 { font-size : 105%; color : #360;}
h5 { font-size : 100%; color : #360;}
h6 { font-size : 95%; color : #360;}


/* =============================================  
リンク設定
 ============================================= */
a:link { color:#690; text-decoration: none;}
a:active { color:#690; text-decoration: none;}
a:visited { color:#690; text-decoration: none;}
a:hover { color:#360; text-decoration: none;}


/* =============================================  
投稿部分設定
 ============================================= */
input,select,textarea{
  font-family : "Osaka","Verdana", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  color : #696969;
  font-size :100%;
  background-color : #FFFFF5; 
  border-top : 1px dotted #C60 ; 
  border-right : 1px dotted #C60 ; 
  border-bottom : 1px dotted #C60 ; 
  border-left : 1px dotted #C60 ; 

}


/* =============================================  
ヘッダー
 ============================================= */
/*サイトタイトル*/
h1 {
  margin : 0px;
  padding : 20px 20px 0 200px;
  color : #E47F35;
}
h1 a:link { color:#E47F35; text-decoration: none;}
h1 a:active { color:#E47F35; text-decoration: none;}
h1 a:visited { color:#E47F35; text-decoration: none;}
h1 a:hover { color:#C00; text-decoration: none;}

/*サイト説明*/
#layout_head p#introduction {
  margin : 0px;
  padding : 5px 20px 0 200px;
  font-size : 110%;
  color : #960;
}

/*各エリアサブタイトル*/
h2 {  
  margin : 0px;
  padding : 2px 0px;
  font-weight : normal;
  text-align : left;
  color : #C60;
  background-color : #FEF7DD;
  border-bottom : 1px dotted #C60 ; 
}

/*メイン見出し*/
h2#subtitle {
  display : none;
}


/*管理ページリンク*/
ul.admin {
  margin : 0;
  padding : 0px 10px 20px 0px;
  list-style-type : none;
  text-align : right;
}
ul.admin li { 
  display : inline; 
}


/* =============================================  
エントリー関連
 ============================================= */

/*エントリー：1ブロック*/
.entry-body{
  margin : 20px 0px 50px 0;
  width:100%;
  background-image : url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/tokam.gif");
  background-repeat : repeat ;
}

/*エントリー：日付*/
div.entry_date {
  margin : 0px 0px 5px 0px;
  padding : 2px 0px ;
  font-size : 120%;
  color: #C60;
  background-color : #FFE5B5;
}

/*エントリー：見出し*/
.entry-body h3 {
  margin : 0px;
  padding : 0px 0 0px 20px;
  height: 18px;
  color : #360;
  font-weight : normal;
  background-image : url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/momi-mark-b.gif");
  background-repeat : no-repeat ;
  background-position : left top;
  border-bottom : 1px dotted #C60 ; 
}
.entry-body h3 a:link { color : #360; text-decoration : none;}
.entry-body h3 a:active { color : #360; text-decoration : none;}
.entry-body h3 a:visited { color : #360; text-decoration : none;}
.entry-body h3 a:hover { color : #690; text-decoration : none;}


/*エントリー：記事部分*/
.entry_text {
  margin : 0px;
  padding : 10px 20px;
  line-height: 150%;
  background-color:#FFF; 
}
/*エントリー：追記テキスト*/
.entry_more{
  margin : 0px;
  padding : 10px 0 0 0;
}

/*エントリー：ステータス*/
ul.entry_state {
  margin : 0;
  padding : 5px 20px 5px 0;
  list-style-type : none;
  text-align : right;
  color: #808080 ;
  border-bottom : 1px dotted #C60 ; 
}
ul.entry_state li { 
  display : inline; 
}

/*テキスト内の画像*/
.entry_text img {
  margin : 0px ;
  padding : 2px;
  border: none;
}

/*テキスト内のタグ*/
.entry_text a.tagword {
  color : #555;
}
.entry_text a:hover.tagword {
  background-color : #FFFFF5;
  border-bottom: 1px dotted #FFB272;
  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; 
}

/*スレッドテーマ*/
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 ;
  text-align : right;
  background-color : #FFFFF5;
}
.c-list_text {
  line-height: 120%;
  text-align : left;
  overflow:hidden ;
}
.c-list_text dl.comment-list {
  margin : 0px;
  padding : 5px 0px;
  border-bottom : 1px dotted #C60 ; 
}
.c-list_text dl.comment-list dt{
  color : #C60;
  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 : #FFFFF5; 
  border-top : 1px dotted #FFB272;
  border-right : 1px dotted #FFB272;
  border-bottom : 1px dotted #FFB272;
  border-left : 2px dotted #FFB272;
}


/* =============================================  
水平線設定
 ============================================= */
hr {
  margin : 5px 10px;
  color : #FFB272;
  background-color : #FFB272;
  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: 0px 0 0 15px;
  list-style-image: url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/momi-mark.gif"); 
}
.entry_text li {
  line-height : 120%;
  margin-bottom : 5px;
}

.entry_text dl {
  margin : 0px;
  padding : 5px 0px 20px 15px;
}
.entry_text dt {
  color : #C60;
  margin : 0px;
  margin-bottom : 3px;
}
.entry_text dd {
  line-height : 120%;
  margin : 0px;
  padding : 0px 0px 5px 10px;
}
.entry_text ol {
  margin : 0px;
  padding : 5px 0px 20px 15px;
}


/* =============================================
 エントリー内：テーブル設定 
 ============================================= */
.entry_text table {
  width : auto;
  border-collapse : collapse;
  margin-top: 1em;
  margin-bottom: 1em;
}
.entry_text td, .entry_text th {
  padding : 4px;
  font-size : 95%;
  line-height: 150%;
  font-weight: normal;
  border: 1px solid #FFB272;
}
.entry_text th {
  background: #FFFFF5;
}

/* =============================================  
各エリア独自表示
 ============================================= */

/*各エリア：見出し*/
#date .entry-body h3,#category .entry-body h3,#search .entry-body h3,#tag .entry-body h3,#titlelist .entry-body h3 {
  margin: 0px;
  padding : 0px 0 0px 20px;
  color: #C60;
  font-weight: normal;
  text-decoration: underline ; 
  border : 0; 
  background-image: none;
}


/* =============================================  
全記事一覧表示
 ============================================= */

/*全記事一覧＿レイアウト設定*/
#titlelist div#layout_main  {
  float : right;
  width : 100%; 
  margin-left : 0px;
}
#titlelist div#layout_main>* {
  margin-right : 0px;
  margin-left : 0px;
}
#titlelist div#layout_main #baseblock {
  margin-right : 0px;
  margin-left : 0px;
}

/*全記事一覧*/
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 {
  clear : both;
  margin : 10px 0px;
  list-style-type : none;
  text-align :center;
}
ul.entry_navi li { 
  display : inline; 
}



/* =============================================  
コメント関連
 ============================================= */

/*コメント：1ブロック*/
.commentarea {
  width : 100%; 
  margin: 20px 0px;
  text-align : right;
}

/*コメント：大見出し*/
.commentarea h2 {
  margin: 0px;
  padding-right : 20px;
  font-weight: normal;
  background-color : #FEF7DD;
  border-bottom : 1px dotted #C60 ; 
}

/*コメント：記事*/
.comment-body {
  margin : 5px 0px 5px auto;
  width : 550px;
  text-align : left;
}
/*コメント記事中URL*/
.comment_body a {
  display:block; 
  height:1em; 
  width :20em; 
  overflow:hidden ;
}


/*コメント：見出し*/
.comment-body h3 {
  margin : 0px;
  padding : 5px 0 0px 0;
  text-align : left;
  color : #C60;
  font-weight : normal;
  text-decoration: underline ; 
}

/*コメント：テキスト*/
.co_text {
  margin : 0px;
  padding : 5px 20px 5px 10px;
  color: #696969;
  background-color : #FFF;
}
/*コメント：ステータス*/
ul.co_state {
  margin : 0;
  padding : 5px 20px 0px 0;
  list-style-type : none;
  text-align : right;
  color: #808080 ;
  border-bottom : 1px dotted #C60 ; 
}
ul.co_state li { 
  display : inline; 
}

/*コメント投稿フォーム*/
.entry_form {
  margin : 0px;
  padding : 0px 0px 20px 0px;
  line-height : 150%;
  text-align : left;
  background-image : url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/white.gif");
  background-repeat : repeat ;
}
/*投稿フォーム：ラベル*/
dl.co_form dt label {
  position : absolute;
  margin-left : 10px;
  text-align : left;
  width : 50px;
  color : #777;
}
/*投稿フォーム：入力*/
dl.co_form dd {
  margin-left : 65px;
  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 { 
  margin : 10px 0px ;
  padding : 5px 20px 0px 0;
  text-align : right;
  font-weight : bolder;
  color : #777;
  border-bottom : 2px dotted #FFB272 ;
}

/*コメント：ページ移動*/
.commentarea ul.entry_navi {
  text-align : right;
  margin : 0px;
  padding : 10px 20px 0px 0;
  border-bottom : 1px dotted #C60 ; 
}



/* =============================================  
トラックバック関連
 ============================================= */

/*トラックバック：1ブロック*/
.trackbackarea {
  width : 100%; 
  margin: 20px 0px;
  text-align : right;
}

/*コメント：大見出し*/
.trackbackarea h2 {
  margin: 0px;
  padding-right : 20px;
  font-weight: normal;
  background-color : #FEF7DD;
  border-bottom : 1px dotted #C60 ; 
}

/*トラックバック：記事*/
.trackback-body {
  margin : 5px 0px 5px auto;
  width : 550px;
  text-align : left;
}

/*トラックバック：見出し*/
.trackback-body h3 {
  margin : 0px;
  padding : 5px 0 0px 0;
  text-align : left;
  color : #C60;
  font-weight : normal;
  text-decoration: underline ; 
}

/*トラックバック：テキスト*/
.tb_text {
  margin : 0px;
  padding : 5px 20px 5px 10px;
  color: #696969;
  background-color : #FFF;
}

/*トラックバック：ステータス*/
ul.tb_state {
  margin : 0;
  padding : 5px 20px 0px 0;
  list-style-type : none;
  text-align : right;
  color: #808080 ;
  border-bottom : 1px dotted #C60 ; 
}
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 #C60 ;
}
dd.trackback_url-fc2 a:hover {
  background-color : #FFFFF5;
  border : 1px solid #C60 ;
}


/* =============================================  
サイドメニュー関連
 ============================================= */

/*サイドメニュー：1ブロック*/
.side_menu{
  margin: 0px 0px 20px 0px;
  background-image : url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/tokam.gif");
  background-repeat : repeat ;
}

/*サイド：大見出し*/
#layout_leftside h2,#layout_rightside h2 {
  display : none;
}

/*サイド：見出し*/
.side_menu h3 {
  margin: 0px;
  padding: 2px 10px 0 0;
  text-align:right;
  height: 32px;
  font-weight: normal;
  color: #690;
  background-image : url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/momi-hr.gif");
  background-repeat : repeat-x ;
  background-position : left top;
  cursor : pointer; 
}
.side_menu a:hover h3 {
  color: #360;
}

/*サイド：コンテンツ*/
div.side_text {
  margin: 5px 0px;
  padding: 0px 5px;
  font-size : 90%;
  line-height: 150%;
}


/*サイドメニュー：リスト*/
.side_menu ul {
  margin : 0 ;
  padding : 0px 0px 0px 20px;
  line-height : 150%;
  list-style-type : none;
  list-style-image: url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/momi-mark.gif"); 
}

.side_menu li {
  margin : 0 ;
  padding : 0;
}

.side_menu dl {
  text-align : left;
  margin : 0px;
  padding : 5px 0px 0px 0px;
}
.side_menu dt{
  margin : 0px;
  padding : 0px 0px 3px 0px;
}
.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 #C60;
}

/*タグリスト*/
.plugin-tag a {
  border-bottom: 1px dotted #C60;
  text-decoration : none;
}


/* ツリー用スタイル */
.p-comment ul, .p-trackback ul, #p-comment ul, #p-trackback ul {
  margin : 0 0 0 5px;
  padding : 0px 0px 0px 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;
  padding : 0;
  list-style-type : none;
  list-style-image : 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 : 15px;
  list-style-type : none;
  list-style-image : none;
  background-color : transparent;
  background-image : url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/tree_child_b-orange.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-1-origin.fc2.com/b/e/i/beigeheart/tree_child-orange.gif");
  background-repeat : no-repeat ;
  background-position : left top;
}

/* 共有プラグインTreeシリーズ用スタイル */
#AR p, #CA p, #LK p, #RC p, #RT p, #RE p {
  margin : 0 0 0 5px;
  padding-left : 15px;
  line-height : 120%;
  font-weight : normal;
  background-image : url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/momi-mark.gif");
  background-repeat : no-repeat ;
  background-position : left top;
}
#AR b, #CA b, #LK b, #RC b, #RT b, #RE b {
  font-weight : normal;
}
#AR b {
  cursor : pointer; 
}

/* ブログピープル用スタイル */
.blogpeople-main a {
  margin : 0 0 0 5px;
  padding-left : 15px;
  line-height : 150%;
  background-image : url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/momi-mark.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-1-origin.fc2.com/b/e/i/beigeheart/tree_child_b-orange.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-1-origin.fc2.com/b/e/i/beigeheart/tree_child-orange.gif");
  background-repeat : no-repeat ;
  background-position : left top;
}



/* =============================================  
カレンダー設定
 ============================================= */
.calender {
  font-size : 90%; 
  background-color: #FFFFF5;
}
.calender caption {
  padding : 1px 0 1px 0;
  border: none0;
}
.calender th {
  font-weight : normal;
  text-align : center;
  border-bottom : 2px solid #CCC ; 
}
.calender td {
  width: 18px;
  text-align : center;
  border-top: 1px dotted #FFB272;
  border-right: 1px dotted #C60;
  border-bottom: 1px dotted #C60;
  border-left: 1px dotted #C60;
}
.calender td a {
  display : block;
}
th#sun {
  color : #C03;
  border-bottom : 2px solid #C69 ; 
}
th#sat {
  color : #03C;
  border-bottom : 2px solid #69C ; 
}
.calender td a:link {
  color:#C00;
  background-color:#FEF7DD;
  text-decoration: none;
}
.calender td a:visited { 
  color:#999;
  background-color:#FFFFF5;
  text-decoration: none; 
}
.calender td a:hover { 
  color:#C60;
  background-color:#FFE5B5;
  text-decoration: none;
}



/* =============================================  
ページフッター関連
 ============================================= */

/*コピーライト*/
.copyright {
  clear : both;
  width:100%;
  font-size : 90%;
  line-height: 150%;
  text-align : center;
  background-color : #FFE5B5;
}
.copyright a:link { color : gray; text-decoration : none;}
.copyright a:active { color : gray; text-decoration : none}
.copyright a:visited { color : gray; text-decoration : none}
.copyright a:hover {  color : #360; text-decoration : none;}


/* =============================================  
プラグイン3
 ============================================= */
/*プラグイン3*/
.plug-body {
  margin : 20px 0px 30px 0;
  width:100%;
  background-image : url("https://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/tokam.gif");
  background-repeat : repeat ;
}

/*プラグイン3：見出し*/
.plug-body h3 {
  margin: 0px;
  padding: 2px 0 0 5px;
  text-align:left;
  font-weight: normal;
  font-size :110%;
  color: #C60;
  background-color : #FFE5B5;
}
/*プラグイン3：内容*/
.plug-body .entry_text {
  margin-top : 20px;
  padding : 0px 20px;
  line-height: 150%;
  background-color:#FFF; 
}

/* =============================================  
ページナビゲーション
 ============================================= */
/*ページナビゲーション*/
#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-1-origin.fc2.com/b/e/i/beigeheart/momi-mark.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; 
}


/* =============================================  
お知らせ日付非表示用
 ============================================= */
#day19990101 {
  font-size : 10%;
  color : #FFE5B5;
}


/* =============================================  
管理人コメント背景色変更用
 ============================================= */
.ad-012abc345 { 
  background-color : #FEF7DD; 
} 