@charset "EUC-JP";
/* =============================================  
beige_lavender-3c-w
 ============================================= */
/*
2009.3/31
2008.5/30
*/

*{margin : 0; padding : 0 ;}


/* =============================================  
ボディ
 ============================================= */
body {
	margin : 0; padding : 0 ;
	text-align : center;
	font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;
	font-size : 75%; 
	color : #555;
	line-height : 150%;
	background-color : #F2F0DB;
	background-image : url("http://blog-imgs-24-origin.fc2.com/b/e/i/beigeheart/lavender-h-back-y.gif");
	background-repeat : repeat ;
	background-position : 0px 150px;
}

/*エリアごとの背景*/
body#date, body#category,body#search,body#tag,body#titlelist {
	background-color : #EAE8F1;
	background-image : url("http://blog-imgs-24-origin.fc2.com/b/e/i/beigeheart/lavender-h-back-l.gif");
	background-repeat : repeat ;
	background-position : 0px 150px;
}

/* =============================================  
レイアウト設定
 ============================================= */

/*コンテンツ*/
div#container {
	margin : 0px auto ; 
	width : 990px;
	text-align : left;
}

/*メインカラム＋左サイドカラム部分*/
div#wrapper {
	float : right;
	width : 780px;
}

/*ヘッダー*/
div#layout_head {
	height : 192px; 
	background-image : url("http://blog-imgs-24-origin.fc2.com/b/e/i/beigeheart/lavender-h-top-y.gif");
	background-repeat : no-repeat ;
	background-position : left top;
}
/*エリアごとの背景*/
body#date div#layout_head, body#category div#layout_head,body#search div#layout_head,body#tag div#layout_head,body#titlelist div#layout_head {
	background-image : url("http://blog-imgs-24-origin.fc2.com/b/e/i/beigeheart/lavender-h-top-l.gif");
	background-repeat : no-repeat ;
	background-position : left top;
}


/*メイン部分*/
div#layout_main {
	float : left;
	width : 550px; 
	background-image : url("http://blog-imgs-24-origin.fc2.com/b/e/i/beigeheart/bg_herb-body-y.gif");
	background-repeat : repeat-y ;
	background-position : left top;
}
/*エリアごとの背景*/
body#date div#layout_main, body#category div#layout_main,body#search div#layout_main,body#tag div#layout_main,body#titlelist div#layout_main {
	background-image : url("http://blog-imgs-24-origin.fc2.com/b/e/i/beigeheart/bg_herb-body-l.gif");
	background-repeat : repeat-y ;
	background-position : left top;
}


/*右サイド部分*/
div#layout_rightside {
	float : right;
	width : 200px;
	background-image : url("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/white.gif");
	background-repeat : repeat ;
}

/*左サイド部分*/
div#layout_leftside {
	float : left;
	width : 210px;
	margin-top : 35px;
	background-image : url("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/white.gif");
	background-repeat : repeat ;
}

/* フッター部分 */
div#layout_footer {
	clear : both;
	text-align : left;
}


/* =============================================  
見出し
 ============================================= */
h1 { font-size : 150%;}
h2 { font-size : 120%;}
h3 { font-size : 115%;}
h4 { font-size : 105%; color : #693;}
h5 { font-size : 100%; color : #693;}
h6 { font-size : 95%; color : #693;}


/* =============================================  
リンク設定
 ============================================= */
a:link { color : #693; text-decoration : none;}
a:active { color : #693; text-decoration : none;}
a:visited { color : #693; text-decoration : none;}
a:hover { color : #360; text-decoration : underline;}


/* =============================================  
投稿部分設定
 ============================================= */
input,select,textarea{
	font-family : "Osaka","Verdana", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	border-top : 1px dotted #743F91 ; 
	border-bottom : 1px dotted #743F91 ; 
	border-left : 1px dotted #743F91 ; 
	border-right : 1px dotted #743F91 ; 
	color : #55545D;
	font-size : 100%;
	background-color : #FFF5FF; 
}
input:hover,textarea:hover {
	background-color : #FEF;
	border: 1px solid #96C;
}

/* =============================================  
タイトル
 ============================================= */
/*サイトタイトル*/
h1 {
	margin : 0px;
	padding : 5px 260px 0 130px;
	font-weight : bolder;
	color : #743F91;
}
h1 a:link { color : #743F91; text-decoration : none;}
h1 a:active { color : #743F91; text-decoration : none;}
h1 a:visited { color : #743F91; text-decoration : none;}
h1 a:hover { color : #693; text-decoration : none;}

/*サイト説明*/
#layout_head p#introduction {
	margin : 0px;
	padding: 20px 260px 0 130px;
	font-size : 90%;
	font-weight : normal;
	color : #693;
}

/*各エリアサブタイトル*/
h2 {	
	margin : 0px;
	padding : 2px 0px ;
	color : #743F91;
	font-weight : normal;
}
/*各エリアタイトル*/
#permanent #pagenavi h2 ,#page #pagenavi h2 {
	font-weight : normal;
}


/*管理ページリンク*/
ul.admin {
	margin : 0;
	padding : 35px 50px 0px 0px;
	list-style-type : none;
	text-align : right;
}
ul.admin li { 
	display : inline; 
}


/* =============================================  
ページナビ関連
 ============================================= */

/*ページナビゲーション*/
#pagenavi {
	margin : 20px 5px 0px 35px;
	padding: 0 7px ;
	border-bottom : 1px dotted #743F91 ; 
}
#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/listviolet.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; 
}


/* =============================================  
エントリー関連
 ============================================= */

/*エントリー*/
.entry{
	margin-left : 30px;
	padding: 0 7px ;
}


/*エントリー：1ブロック*/
.entry-body{
	margin : 50px 0px 50px 0;
}

/*エントリー：日付*/
div.entry_date {
	margin: 0px;
	padding: 2px 20px 3px;
	font-size : 140%;
	font-weight : normal;
	color : #636;
	text-align : right;
}

/*エントリー：見出し*/
.entry-body h3 {
	margin: 0px;
	padding: 5px 0px 2px 25px;
	font-weight : normal;
	color : #636;
	background-color : #F6EEFF; 
	background-image : url("http://blog-imgs-24-origin.fc2.com/b/e/i/beigeheart/lavender-icon.gif");
	background-repeat : no-repeat ;
	background-position : 0px 2px;
	border-bottom : 1px dotted #743F91 ; 
}
.entry-body h3 a:link { color : #636; text-decoration: none;}
.entry-body h3 a:active { color : #636; text-decoration: none;}
.entry-body h3 a:visited { color : #636; text-decoration: none;}
.entry-body h3 a:hover { color : #690; text-decoration: none;}


/*エントリー：記事部分*/
.entry_text {
	margin: 0px;
	padding: 5px 20px 0 20px;
}
/*エントリー：追記テキスト*/
.entry_more{
	margin: 0px;
	padding: 20px 0 0 0;
}

/*エントリー：ステータス*/
ul.entry_state {
	margin: 0;
	padding : 5px 20px 0px 0;
	list-style-type : none;
	color : #696969 ;
	text-align : right;
	border-bottom : 1px dotted #743F91 ; 
}
ul.entry_state li { 
	display : inline; 
}


/*テキスト内の画像*/
.entry_text img {
	margin: 0px ;
	padding: 2px;
	border: none;
}

/*テキスト内のタグ*/
.entry_text a.tagword {
	background-color : #F6EEFF;
}
.entry_text a:hover.tagword {
	border-bottom: 1px dotted #743F91;
	text-decoration: none;
}

/*タグリスト*/
ul.tag_state {
	margin: 0;
	padding : 5px 20px 0px 0;
	list-style-type : none;
	color : #696969 ;
	text-align : right;
	border-bottom : 1px dotted #743F91 ; 
}
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 ;
	text-align: right;
}
.c-list_text {
	line-height: 120%;
	text-align: left;
	overflow:hidden ;
}
.c-list_text dl.comment-list {
	margin: 0px;
	padding : 10px 0 ;
}
.c-list_text dl.comment-list dt{
	color : #666;
	background-color : #F6EEFF;
	padding : 2px 0px;
}
/*コメントリスト中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%;
	color : #777;
	border-top : 1px dotted #743F91 ; 
	border-bottom : 1px dotted #743F91 ; 
	border-left : 2px dotted #743F91 ; 
	border-right : 1px dotted #743F91 ; 
	background-color : #F6EEFF; 
}

/* =============================================  
水平線設定
 ============================================= */
hr {
	margin : 5px 10px;
	color : #743F91;
	background-color : #743F91;
	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;
	list-style-image: url("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/listviolet.gif"); 
}
.entry_text li {
	line-height : 120%;
	margin-bottom : 5px;
}

.entry_text dl {
	margin : 0px;
	padding : 5px 0px 10px 20px;
}
.entry_text dt {
	color : #743F91;
	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 10px 20px;
}


/*ブログバトン*/
p.baton_title {
	display : inline;
	font-size : 110%;
	font-weight : bold;
	border-bottom : 1px solid #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 th {
	padding: 4px;
	font-size: 95%;
	line-height: 150%;
	font-weight: normal;
	border: 1px solid #743F91;
}
.entry_text th {
	background: #F6EEFF;
}

/* =============================================  
各エリア独自表示
 ============================================= */

/*各エリア：1ブロック*/
#titlelist .entry-body {
	margin : 20px 0px ;
}
/*各エリアステータス*/
#titlelist ul.entry_state {
	margin: 0;
	padding : 0px 20px 0 0;
	list-style-type : none;
	text-align : right;
	border-bottom : none ; 
}


/* =============================================  
ページ移動
 ============================================= */
ul.entry_navi {
	margin: 50px 0px 10px;
	padding : 0px 0 60px 0;
	list-style-type : none;
	text-align:center;
	background-image : url("http://blog-imgs-24-origin.fc2.com/b/e/i/beigeheart/lavender-hrs.gif");
	background-repeat : no-repeat ;
	background-position : center bottom;
}
ul.entry_navi li { 
	display : inline; 
}




/* =============================================  
コメント＆トラックバック関連
 ============================================= */

/*コメント＆トラックバック：1ブロック*/
.commentarea ,.trackbackarea {
	margin: 20px 0px 0 30px ;
	padding: 0 7px ;
}

/*コメント＆トラックバック：記事*/
.comment-body ,.trackback-body {
	margin: 10px 0px ;
	padding: 0px ;
}

/*コメント記事中URL*/
.comment_body a {
	display:block; 
	height:1em; 
	width:20em; 
	overflow:hidden ;
}

/*コメント＆トラックバック：見出し*/
.comment-body h3 ,.trackback-body h3 {
	margin: 0px;
	padding: 2px 0 2px 22px;
	font-weight : normal;
	color : #636;
	border-bottom : 1px dotted #743F91 ; 
	background-image : url("http://blog-imgs-24-origin.fc2.com/b/e/i/beigeheart/lavender-icon.gif");
	background-repeat : no-repeat ;
	background-position : 0px 0px;
}

/*コメント＆トラックバック：テキスト*/
.co_text ,.tb_text {
	margin: 0px;
	padding: 5px 20px 10px 20px;
	line-height: 150%;
}

/*コメント＆トラックバック：ステータス*/
ul.co_state ,ul.tb_state {
	margin: 0;
	padding : 0px 20px 0 0;
	list-style-type : none;
	text-align : right;
	border-bottom : none ; 
}
ul.co_state li { 
	display : inline; 
}


/*トラバURL*/
dl.tb_url {
	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;
	border : 1px dotted #743F91 ;
}
dd.trackback_url-fc2 a:hover {
text-decoration : none;
	background-color : #ECF;
	border : 1px dotted #FFF ;
}

/* =============================================  
コメント投稿＆修正フォーム
 ============================================= */

/*コメント投稿フォーム*/
.entry_form {
	margin: 0px;
	padding: 50px 0px 20px 0px;
	line-height : 200%;
}
/*投稿フォーム：ラベル*/
dl.co_form dt label {
	position : absolute;
	margin-left : 10px;
	text-align : left;
	width : 50px;
	color : #743F91;
}
/*投稿フォーム：入力*/
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 : 300px;
}
/*コメント投稿・編集小見出し*/
#comment_post,#comment_edit { 
	margin-bottom: 20px;
	color : #693;
	border-bottom : 2px dotted #743F91 ;
}

/*コメント：ナビゲーション*/
.commentarea ul.entry_navi {
	text-align : right;
	margin: 0px 0px 10px;
	padding : 0px 0 60px 0;
}


/* =============================================  
サイドメニュー関連
 ============================================= */

/*サイド：大見出し*/
#layout_leftside h2 ,#layout_rightside h2 {
	display : none;
}

/*サイドメニュー：1ブロック*/
.side_menu{
	margin: 10px 0px 30px 0px;
}

/*サイド：見出し*/
.side_menu h3 {
	margin: 0px;
	padding: 5px 0px 0 15px;
	height : 35px; 
	color: #636;
	font-weight : normal;
	background-image : url("http://blog-imgs-24-origin.fc2.com/b/e/i/beigeheart/lavender-title-hr.gif");
	background-repeat : no-repeat ;
	background-position : right bottom;
}


/*サイド：コンテンツ*/
div.side_text {
	margin : 0px ;
	padding : 5px 0px 0px 3px;
	font-size : 100%;
}

/*サイドメニュー：リスト*/
.side_menu ul {
	margin : 0 ;
	padding : 0px 0px 0px 20px;
	line-height : 150%;
	list-style-type : none;
	list-style-image : url("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/listviolet.gif"); 
}
.side_menu li {
	margin: 0 ;
	padding: 0; 
}

.side_menu dl {
	text-align : left;
	margin : 0px;
	padding : 0px;
}
.side_menu dt{
	margin-top : 5px;
	padding : 0px 0px 0px 15px;
	background-image : url("http://blog-imgs-1-origin.fc2.com/b/e/i/beigeheart/listviolet.gif");
	background-repeat : no-repeat ;
	background-position : left center;
}
.side_menu dd {
	margin : 0px;
	padding : 0px 0px 3px 10px;
}


.plugin-mail dd ,#plugin-mail dd {
	margin : 0px;
	padding : 0px 0px 5px 0px;
	border-bottom : none ;
}

/*サイド：画像*/
.side_menu img {
	border : none;
	margin : 0px;
	padding : 1px;
}

/*プロフィール：画像*/
#p-profile img , .plugin-myimage img {
	margin : 0px;
	padding : 2px;
	border : 1px dotted #743F91;
}

/*タグリスト*/
.plugin-tag a {
	border-bottom: 1px dotted #9C6;
	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 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 : 15px;
	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/listviolet.gif");
	background-repeat : no-repeat ;
	background-position : left top;
	font-weight : normal;
}
#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/listviolet.gif");
	background-repeat : no-repeat ;
	background-position : left top;
}

/* 親子カテゴリ */
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 : 95%; 

}
.calender caption {
	padding : 5px 0 1px 0;
}
.calender th {
	font-weight : normal;
	text-align : center;
	background-color : #D4B5DC; 
	border-bottom : 3px solid #AAA;
}
.calender td {
	width :  16px;
	padding : 0px;
	text-align : center;
	background-color : #F6EEFF; 
	border : 1px dotted #743F91;
}
.calender td a {
	display : block;
}
th#sun {
	color : #C03;
	border-bottom : 3px solid #D77FBB; 
}
th#sat {
	color : #03C;
	border-bottom : 3px solid #7FBBD7 ; 
}
.calender td a:link {
	color : #FFF; 
	background-color : #D4B5DC; 
	text-decoration : none; 
}
.calender td a:visited { 
	color : #636; 
	background-color : #ECF; 
	text-decoration : none; 
}
.calender td a:hover { 
	color : #636; 
	background-color : #ECF; 
	text-decoration : none;
}



/* =============================================  
ページフッター関連
 ============================================= */

/*コピーライト*/
.copyright {
	margin : 0px;
	padding : 20px 0 0 10px ;
	font-size: 90%;
	line-height: 180%;
	text-align:left;
}