@charset "utf-8";
/* =============================================  
beige_tanabata
 ============================================= */
/*
2009.6/20
*/


*{
	margin : 0; padding : 0 ;

}


/* =============================================  
ボディ
 ============================================= */

body {
	font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;
	text-align : center;
	line-height : 150%;
	font-size : 80%; 
	color : #333;
	background-color : #76A5C5;
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-bg.jpg");
	background-repeat : repeat-x ;
	background-position : left top;
	background-attachment : fixed;
}


/* =============================================  
レイアウト設定
 ============================================= */

/*コンテンツ*/
div#container {
	margin : 0 auto 0 auto ; 
	width : 900px; 
	text-align : left ; 
	background-color : #FFF;
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-con-bg.jpg");
	background-repeat : repeat-y ;
	background-position : left top;
}


/*メイン部分*/
div#layout_main {
	float : left;
	width : 580px; 
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-top-main.jpg");
	background-repeat : no-repeat ;
	background-position : left top;
}

/*ヘッダー*/
div#layout_head {
	height : 200px; 
}

/*サイド部分*/
div#layout_side {
	padding-top : 220px; 
	float : right; 
	width : 320px; 
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-side.jpg");
	background-repeat : no-repeat ;
	background-position : left top;
}


/* フッター部分 */
div#layout_footer {
	clear : both;
	height : 250px; 
	text-align : center;
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-bottom.jpg");
	background-repeat : no-repeat ;
	background-position : left bottom;
}


/* =============================================  
見出し
 ============================================= */
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 : #005; text-decoration : none;}
a:active { color : #FC0; text-decoration : none;}
a:visited { color : #005; text-decoration : none;}
a:hover { color : #FC0; text-decoration : underline;}


/* =============================================  
投稿部分設定
 ============================================= */
input,select,textarea{
	font-family : "Osaka","Verdana", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	color : #333;
	font-size :100%;
	background-color : #DAE4EC; 
	border-top : 1px solid #C0D1DF ; 
	border-right : 1px solid #C0D1DF ; 
	border-bottom : 1px solid #C0D1DF ; 
	border-left : 1px solid #C0D1DF ; 
}


/* =============================================  
タイトル
 ============================================= */
/*サイトタイトル*/
h1 {
	margin : 0px;
	padding : 30px 0 0 50px;
	color : #FFF;
}
h1 a:link { color : #EEE; text-decoration : none;}
h1 a:active { color : #FFC; text-decoration : none;}
h1 a:visited { color : #EEE; text-decoration : none;}
h1 a:hover { color : #FFC; text-decoration : none; background-color:transparent;}

/*サイト説明*/
#layout_head p#introduction {
	margin : 0px;
	padding : 30px 0 0px 50px;
	font-size : 110%;
	color : #EEE;
}

/*各エリアサブタイトル*/
h2 {	
	margin : 0px ;
	padding : 10px 0px 30px 40px;
	color : #FC0;
	font-weight : bold;
	letter-spacing : 0.2em; 
}

/*メイン見出し*/
h2#subtitle {
	display : none;
}

/*管理ページリンク*/
ul.admin {
	margin : 0;
	padding : 60px 40px 0px 0px;
	list-style-type : none;
	text-align : right;
}
ul.admin li { 
	display : inline; 
}


/* =============================================  
エントリー関連
 ============================================= */


/*エントリー：1ブロック*/
.entry-body {
	margin : 50px 0px 60px 0px;
	padding : 0 0 0 30px;
	width : 550px; 
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-entry-foot.jpg");
	background-repeat : no-repeat ;
	background-position : right bottom;
}

/*エントリー：日付*/
div.entry_date {
	margin : 0 ;
	padding : 10px 0 25px 0;
	text-align : right ; 
	letter-spacing : 0.2em; 
	font-size : 140%;
	color : #FC0;
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-m-hr.gif");
	background-repeat : repeat-x ;
	background-position : left bottom;
}


/*エントリー：見出し*/
.entry-body h3 {
	margin : 0px ;
	padding : 5px 0 0px 20px;
	letter-spacing : 0.1em; 
	color : #369;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/star.gif");
	background-repeat : no-repeat ;
	background-position : 2px 5px;
}
.entry h3 a:link { color : #369; text-decoration : none;}
.entry h3 a:active { color : #FC0; text-decoration : none;}
.entry h3 a:visited { color : #369; text-decoration : none;}
.entry h3 a:hover { color : #FC0; text-decoration : none;}



/*エントリー：記事部分*/
.entry_text {
	margin : 0px;
	padding : 20px 20px 5px 20px;
}
/*エントリー：追記テキスト*/
.entry_more{
	margin : 0px;
	padding : 10px 0 0 0;
}

/*エントリー：ステータス*/
ul.entry_state {
	margin : 0px;
	padding : 50px 70px 0px 0px;
	list-style-type : none;
	font-size : 105%; 
	text-align : right;
	color : #C0D1DF;
	background-color : transparent;
}
ul.entry_state li { 
	display : inline; 
}
ul.entry_state a:link { color : #76A5C5; text-decoration : none;}
ul.entry_state a:active { color : #FF9; text-decoration : none;}
ul.entry_state a:visited { color : #76A5C5; text-decoration : none;}
ul.entry_state a:hover { color : #FF9; text-decoration : none;}

/*テキスト内の画像*/
.entry_text img {
	margin : 0px ;
	padding : 2px;
	border: none ; 
}

/*テキスト内のタグ*/
.entry_text a.tagword {
	border-bottom: 1px dotted #050;
}

/*タグリスト*/
ul.tag_state {
	margin : 0;
	padding : 5px 0 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; 
}

/*新着マーク画像*/
img.newmark {
	margin: 0px ;
	padding: 0px;
	border: none;
}

/*スレッドテーマ*/
ul.thread {
	margin : 0 0 20px 20px;
	padding : 5px 20px 0 0;
	list-style-type : none;
	text-align : left;
}
ul.thread li { 
	display : inline; 
}

/* =============================================
コメントリスト
 ============================================= */
.c-list_body {
	margin : 0;
	padding : 0px 40px 0px 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 dashed #FC0 ; 
}
.c-list_text dl.comment-list dt{
	color : #76A5C5;
	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%;
	font-size : 95%; 
	border-top : 1px solid #76A5C5 ; 
	border-right : 1px solid #76A5C5 ; 
	border-bottom : 1px solid #76A5C5 ; 
	border-left : 2px solid #76A5C5 ; 
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/tokab.gif");
	background-repeat : repeat ;
}


/* =============================================  
水平線設定
 ============================================= */
hr {
	margin : 5px 20px;
	color : #76A5C5;
	background-color : #76A5C5;
	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 : #76A5C5;
	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;
	border : 1px dotted #76A5C5 ;
}
.entry_text dt.baton_q {
	padding : 5px 5px 0px 5px;
	background-color : #CADAE7; 
}
span.q_number {
	color : #76A5C5;
}
.entry_text dd.baton_a {
	padding : 5px 5px 10px 20px;
}
span.a_number {
	color : #76A5C5;
}


/* =============================================
 エントリー内：テーブル設定 
 ============================================= */
.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 #76A5C5 ;
}
.entry_text th {
	color : #005;
	background-color : #CADAE7; 
}

/* =============================================  
各エリア独自表示
 ============================================= */

/*各エリア：エントリーブロック*/
#date .entry,#category .entry,#search .entry,#tag .entry,#titlelist .entry {
	margin-top: 30px;
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-entry-foot.jpg");
	background-repeat : no-repeat ;
	background-position : right bottom;
}

/*各エリア：1ブロック*/
#date .entry-body,#category .entry-body,#search .entry-body,#tag .entry-body {
	margin : 0px 0px 20px 0px;
 	background-image: none;
}


/*各エリア：ステータス*/
#category ul.entry_state,#category ul.entry_state,#search ul.entry_state,#tag ul.entry_state {
	margin : 0px ;
	padding : 10px 20px 0px 0px;
	list-style-type : none;
	font-size : 105%; 
	text-align : right;
	background-color : transparent;
	border-bottom : 1px dashed #005 ;
	background-image : none;
}

/*全記事一覧：レイアウト*/
#titlelist div#layout_side {
	height : 500px; 
}

/*全記事一覧*/
ul.titlelist-body {
	margin : 0px;
	padding : 5px 0 3px 50px;
	list-style-type : none;
	text-align : left;
	font-size : 105%; 
	width : 500px; 
}
ul.titlelist-body li { 
	display : inline;
}


/* =============================================  
ページ移動
 ============================================= */
ul.entry_navi {
	margin : 10px 0px;
	padding : 0 0 0 30px;
	list-style-type : none;
	text-align :center;
}
ul.entry_navi li { 
	display : inline; 
}



/* =============================================  
コメント＆トラックバック関連
 ============================================= */

/*コメント＆トラックバック：1ブロック*/
.commentarea ,.trackbackarea {
	margin : 20px 0px ;
	padding-left : 30px;
	text-align : left;
	width : 550px; 
}
.commentarea {
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-entry-foot.jpg");
	background-repeat : no-repeat ;
	background-position : right bottom;
}

/*コメント＆トラックバック：大見出し*/
h2#comments , h2#trackback {
	padding : 10px 0px 30px 10px;
}

/*コメント＆トラックバック：記事*/
.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 : 0px 0 25px 20px;
	color : #369;
	letter-spacing : 0.2em; 
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-m-hr.gif");
	background-repeat : repeat-x ;
	background-position : left bottom;
}

/*コメント＆トラックバック：テキスト*/
.co_text ,.tb_text {
	margin : 0px;
	padding : 5px 20px 0px 20px;
	line-height: 150%;
}

/*コメント＆トラックバック：ステータス*/
ul.co_state ,ul.tb_state {
	margin : 0;
	padding : 5px 20px 2px 0px;
	list-style-type : none;
	text-align : right;
	font-size : 105%; 
	border-bottom : 1px dashed #005 ; 
}
ul.co_state li ,ul.tb_state li { 
	display : inline; 
}


/*トラバURL*/
dl.tb_url {
	margin : 0px 20px 0px 0px;
	padding-left : 30px;
	line-height : 150%;
}
dl.tb_url dt {
	color : #76A5C5;
}
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 #76A5C5 ;
}
dd.trackback_url-fc2 a:hover {
	color : #005;
	background-color : #CADAE7;
	border : 1px solid #005 ;
}


/* =============================================  
コメント投稿＆修正フォーム
 ============================================= */

/*投稿フォーム*/
.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: #FC0;
}

/*コメント：ページ移動*/
.commentarea ul.entry_navi {
	margin : 0;
	padding : 0px 50px 2px 0px;
	list-style-type : none;
	text-align : right;
}


/* =============================================  
サイドメニュー関連
 ============================================= */

/*サイド：大見出し*/
#layout_side h2 {
	display : none;
}


/*サイドメニュー：1ブロック*/
.side_menu{
	margin: 30px 0px 0px 40px;
	width : 250px; 
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-side-hr.gif");
	background-repeat : repeat-x ;
	background-position : right top;
}


/*サイド：見出し*/
.side_menu h3 {
	margin: 0px;
	padding : 12px 0px 0 10px;
	color: #EEE;
}

/* Hidden from Mac IE \*/
.side_menu h3:first-letter {
	font-size : 130%;
	color : #FC0;
}
/**/

/*サイド：コンテンツ*/
div.side_text {
	margin : 0px ;
	padding : 15px 10px;
	font-size : 95%; 
}

/*サイドメニュー：リスト*/
.side_menu ul {
	margin : 0 ;
	padding : 5px 0px 10px 20px;
	list-style-type : none;
	list-style-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/list-hoshi-ani.gif"); 
}
.side_menu li {
	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;
}
.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 : none;
}

/*タグリスト*/
.plugin-tag a {
	border-bottom: 1px dotted #005;
	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-10.fc2.com/b/e/i/beigeheart/tree_child_b-black.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-10.fc2.com/b/e/i/beigeheart/tree_child-black.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-18.fc2.com/b/e/i/beigeheart/list-hoshi-ani.gif");
	background-repeat : no-repeat ;
	background-position : 0px 2px;
}
#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-18.fc2.com/b/e/i/beigeheart/list-hoshi-ani.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.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("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/tree_child.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;
	color : #FFF;
	background-color : #76A5C5; 
	border-bottom : 2px solid #FFF ; 
}
.calender td {
	width :  18px;
	padding : 0px;
	text-align : center;
	background-color : #CADAE7;
}
.calender td a {
	display : block;
}
th#sun {
	color : #C00;
	border-bottom : 2px solid #C00 ; 
}
th#sat {
	color : #339;
	border-bottom : 2px solid #339 ; 
}
.calender td a:link {
	background-color : #FFF; 
	text-decoration : none; 
}
.calender td a:visited { 
	background-color : #FFF; 
	text-decoration : none; 
}
.calender td a:hover { 
	color : #005; 
	background-color : #DAE4EC; 
	text-decoration : none;
}



/* =============================================  
ページフッター関連
 ============================================= */

/*コピーライト*/
.copyright {
	margin: 0px;
	padding: 70px 20px 0 0;
	font-size : 95%;
	line-height: 180%;
	text-align : right;
	color : #FFF;
}


/* =============================================  
プラグイン3
 ============================================= */
/*プラグイン3*/
.plug-body {
	margin : 50px 0px 20px;
	padding-left : 30px;
	width : 550px; 
}

/*プラグイン3：見出し*/
.plug-body h3 {
	margin: 0px;
	padding : 0px 0px 25px 20px;
	color: #369;
	background-image : url("https://blog-imgs-18.fc2.com/b/e/i/beigeheart/tanabata-m-hr.gif");
	background-repeat : repeat-x ;
	background-position : left bottom;
}

/* =============================================  
ページナビゲーション
 ============================================= */
/*ページナビゲーション*/
#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-18.fc2.com/b/e/i/beigeheart/list-hoshi-ani.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 {
	display : none;
}