/* 全体的な設定lammban
------------------------------------------------------------ */

	/* 全体的なマージン・パディング・フォントスタイル等の初期化 */

	* {
		margin : 0;
		padding : 0;
		font-style : normal;
		font-weight : normal;

	}

	/* body要素以下全てに適用されます */

	body {
		color : #000000;
		font-family : Verdana, "ＭＳ Ｐゴシック";
		background : #fff url(http://templates.blog.fc2.com/template/livingroom/back.gif) repeat fixed left top;
		text-align : center;					/* 古いIEでセンタリングする */
		line-height : 1.4;						/* 行間 */
		font-size : small!important;			/* 古いIEの文字サイズ */
		voice-family : "\"}\"";					/* おまじない */
		voice-family : inherit;					/* おまじない */
		font-size : small !important;			/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
	}

	html>body {
		font-size : small !important;			/* Opera用の文字サイズ */
	}

	textarea {
		width : 90%;
	}

	/* 絵文字 */
	
	.emoji{
		vertical-align:middle;
		border:0;
	}



/* リンクの設定
------------------------------------------------------------ */

	/* リンクの設定 */
	a {
		text-decoration : none;
		color : #7c4423 !important;
	}

	a:hover {
		position: relative;
		left: 1px;
		top: 1px;
	}

	/* リンク画像の枠を表示しない */
	a img {
		border-style : none;
		border-width : 0px;
		text-decoration : none;
	}



/* 強調の設定
------------------------------------------------------------ */

	/* 強調 */

	em {
		font-style : italic;
	}

	/* より強い強調 */

	strong {
		font-weight : bold;
	}



/* リストの設定
------------------------------------------------------------ */

	/* リスト・要素 */

	ul, ol, li, dl, dt, dd {
		list-style: none;
	}



/* 引用の設定
------------------------------------------------------------ */

	blockquote {
		width : auto;
		margin : 10px 20px;
		padding : 0.5em;
		border : 1px solid #333;
	}



/* コード
------------------------------------------------------------ */

	/* 記事中にプログラムコードなどを書く時に使います */
	/* プロポーショナルフォントではなく等幅フォントを指定すると良いでしょう */



	div.main_body pre {
		margin : 1em auto;
		padding : 0.5em;
		border : 1px solid #633;
		font-family : sans-serif;
		overflow : auto;
		width : 90%;						/* pre element clearing bug in WinIE  */
	}

	/* for without MacIE5 \*/

	div.main_body pre {
		overflow : scroll;					/* MacIE用バグ対応 */
	}/* */

	div.main_body > pre {
		width : auto;						/* MacIE用バグ対応 */
	}

	div.main_body code {
		font-family : monospace;
	}



/* Mac版IEの文字化け対策
------------------------------------------------------------ */

	/* マック版IEでは表示できるフォントを指定しないと文字化けを起こしますので通常は削除しないで下さい */

	textarea,input,select {
		font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Helvetica", "Arial", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	}



/* レイアウト用ブロックの設定
------------------------------------------------------------ */

	/* 全体の大枠 */
	/* 左右のマージンを自動で求める事でセンタリングを行ってます */
	/* text-alignをcenterにすることでセンタリングできるのはIEのみの仕様です */
	/* センタリングが不要の場合はmargin-leftの行とmargin-rightを削除して下さい */

	div#container {
		width : 800px;						/* wrapper＋rightの幅 */
		margin-left : auto;					/* 左側のマージンを自動計算 */
		margin-right : auto;				/* 右側のマージンを自動計算 */
		background-color : #F99000;
		text-align : left;					/* 古いIE用にセンタリングした部分を元に戻す */
	}

	/* タイトル部分 */

	div#header {
		width : 800px;
		height : 300px;	
		background : #FFFFFF url(http://templates.blog.fc2.com/template/livingroom/header.gif) no-repeat center top;
	}

	div.main {
		margin : 15px 0;					/* タイトル部分と記事、記事部分とフッター部分の間隔 */
	}

	/* blog_contentとleftの回り込み */

	div#wrapper {
		float : left;						/* 左側に回り込む */
		width : 625px;						/* blog_content＋leftの幅 */
		background-color: #FFFFFF;
	}

	/* 本文部分ブロック */
	/* IEは正しくCSSの幅・高さを解釈出来ませんのでそのままではレイアウトが崩れます */
	/* 正しく解釈出来るようにボックスモデルハックと呼ばれるおまじないを施します */

	div#blog_content {
		float : right;
		width : 425px;							/* 古いIE用の幅（コンテンツ幅＋ボーダー幅＋左右パディングの幅） */
		padding : 0 20px;						/* パディング */
		voice-family : "\"}\"";					/* おまじない */
		voice-family : inherit;					/* おまじない */
		width : 385px;							/* CSSを正しく解釈出来るブラウザ用のコンテンツ幅 */
		background-color: #FFFFFF;
	}

	html>body div#blog_content {
		width : 385px;						/* Opera用のコンテンツ幅 */
	}

	/* 左カラムのサイドメニューブロック */

	/* for MacIE5 \*//*/
	div#left {
		overflow : scroll;
	}
	/* */

	div#left{
		float : left;
		width : 200px;
		background-color: #FFFFFF;
		overflow : hidden;
	}

	/* 右カラムのサイドメニューブロック */

	div#right {
		float : right;
		width : 175px;
		background-image: url(http://templates.blog.fc2.com/template/livingroom/side.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 300px;
	}

	/* 著作表示ブロック */

	div#footer {
		clear : both;
		background-color: #FF9900;
		width: 800px;
		background-image: url(http://templates.blog.fc2.com/template/livingroom/footer.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 100px;
	}



/* タイトル・サイトの説明部分の設定
------------------------------------------------------------ */

	/* タイトル */

	div#header h1 {
		padding : 20px 15px 10px;
		font-size : large;					/* 古いIEの文字サイズ */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : x-large;				/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
		font-weight: bold;
	}

	html>body div#header h1 {
		font-size : x-large;				/* Opera用の文字サイズ */
	}

	div#header h1 a {
		font-weight: bold;
	}

	/* サイトの説明 */

	div#header p {
		padding : 10px 20px;
		font-size : small;					/* 古いIEの文字サイズ */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : small;					/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
		color: #FFFDF7;
	}

	html>body div#header p {
		font-size : small;					/* Opera用の文字サイズ */
	}

	/* 横カレンダーの設定 */

	#header .calender_h {
		position: relative;
		top: 90px;
		text-align: center;
		margin-right: 10px;
		margin-left: 10px;
	}
	#header .calender_h li {
		display: inline;
		padding-right: 2px;
		font-weight: bold;
	}
	#header .calender_h a {
		font-weight: bold;
	}



/* blog_contentの設定
------------------------------------------------------------ */

	/* ページ移動用ナビゲーション */

	p.prev-next-navi {
		margin-bottom : 20px;
		text-align : center;
	}

	div.main_body {
		margin-bottom : 15px;
		width: 100%;
	}

	/* 記事のタイトル部分 */

	div.main_body h2.entry_header {
		margin-bottom : 10px;
		font-size : small;
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : medium;					/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
		color: #7c4423;
	}

	div.main_body h2.entry_header a {
		font-weight: bold;
	}

	html>body div.main_body h2.entry_header {
		font-size : medium;					/* Opera用の文字サイズ */
	}

	/* 段落の設定 */

	div.main_body p {
		margin : 1em 0;
	}

	/* 記事本体部分 */

	div.entry_body {
		padding : 0 10px 10px;
	}

	/* 追記部分 */

	p.entry_more {
		padding : 25px 15px 15px 0;
		text-align : right;
	}

	/* 記事中に使われたタグのリンクリスト */
	
	div.entry_body p.tag_lnk {
		margin-top: 10px;
	}
	
	/* 記事の投稿先テーマ・ジャンル */

	div.entry_body p.theme {
		margin-top: 10px;
	}

	/* フッター部分（コメントやトラックバックなど） */

	div.main_body ul.entry_footer {
		padding : 15px 10px;
		list-style-position : inside;
		text-align: right;
		font-size: x-small;
	}

	div.main_body ul.entry_footer li {
		display : inline;
		list-style-type : none;
	}

	/* 全記事表示・検索結果表示の時の日付部分 */
	
	.state {
		color: #000000;
		font-size: x-small;
	}

	/* コメント・トラバ見出し */

	p.sub_header {
		margin : 15px 0px 10px;
		font-size: 130%;
		font-weight: bold;
		color: #7c4423;
	}

	/* コメント・トラックバックのタイトル */

	div.main_body h3.sub_title {
		border-bottom : 1px solid #333;
		font-size : small;					/* 古いIEの文字サイズ */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : medium;					/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
		margin-bottom: 2px;
		padding-bottom: 1px;
	}

	html>body div.main_body h3 {
		font-size : medium;					/* Opera用の文字サイズ */
	}

	/* ページ移動用ナビゲーション */

	p.page_navi {
		margin-bottom : 20px;
		text-align : center;
		font-size : xx-small;				/* 古いIEの文字サイズ */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size: x-small;
	}

	html>body p.page_navi {
		font-size: x-small;					/* Opera用の文字サイズ */
	}

	/* ページトップへのリンク */
	div.pagetop {
		text-align: right;
		margin-bottom: 25px;
		background-image: url(http://templates.blog.fc2.com/template/livingroom/icon.gif);
		background-repeat: no-repeat;
		background-position: right top;
		padding-top: 40px;
		padding-right: 5px;
	}
	div.pagetop a {
		font-weight: bold;
	}



/* コメント部分の設定
------------------------------------------------------------ */

	/* コメントフォーム */

	div#blog_content form {
		padding : 0 10px;
	}

	/* 管理者だけにコメント */

	input#himitu {
		margin-right : 0.5em;
	}

	/* コメントフォームのボタン */

	p.form-btn {
		margin-top : 20px;
	}

	/* コメント本文 */

	div.comment_body {
		padding : 0 10px;
	}

	/* コメントフッター */

	ul.comment_footer {
		padding : 10px;
		text-align: right;
		font-size : x-small;				/* 古いIEの文字サイズ */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : x-small;
	}

	html>ul.comment_footer {
		font-size : x-small;				/* Opera用の文字サイズ */
	}

	ul.comment_footer li {
		display : inline;
		list-style-type : none;
	}



/* トラックバック部分の設定
------------------------------------------------------------ */

	/* トラックバックURI */

	p.trackback_uri {
		padding-top: 5px;
		padding-bottom: 30px;
	}

	/* トラックバックURLワンクリックフォーム */

	p.trackback_uri input {
		padding-bottom: 1px;
		border-bottom: 1px solid #FF9900;
		border-top: none;
		border-right: none;
		border-left: none;
		margin-bottom: 1px;
		width: 100%;
		background-color: #FFFFFF;
		color: #FF9900;
	}

	/* トラックバック先の概要 */

	div.trackback_body {
		padding : 0 10px;
		background : transparent;
	}

	/* トラックバック本文 */

	div.trackback_excerpt {
		padding : 0 10px;
	}


	/* トラックバックフッター */

	ul.trackback_footer {
		padding : 10px 10px 15px 10px;
		display : inline;
		list-style-type : none;
		text-align: right;
		font-size : xx-small;				/* 古いIEの文字サイズ */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : x-small;				/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
	}

	html>ul.trackback_footer {
		font-size : x-small;				/* Opera用の文字サイズ */
	}

	ul.trackback_footer li {
		display : inline;
		list-style-type : none;
	}



/* サイドメニュー（プラグイン）の設定
------------------------------------------------------------ */


	dl.plugin {
		margin-bottom: 20px;
		width: 200px;
	}
	dl.plugin dt {
		font-size : x-small;				/* 古いIEの文字サイズ */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : small;					/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
		padding-bottom: 5px;
		background-image: url(http://templates.blog.fc2.com/template/livingroom/line.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 32px;
		padding-right: 10px;
		padding-left: 10px;
	}
	html>dl.plugin dt {
		font-size : small;					/* Opera用の文字サイズ */
	}
	dl.plugin dd {
		margin-top: 2px;
		margin-right: 35px;
		margin-left: 10px;
		font-size : x-small;				/* 古いIEの文字サイズ */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : small;
	}

	html>dl.plugin dd {
		font-size : small;				/* Opera用の文字サイズ */
	}

	dl.plugin dd ul, dl.plugin dd p {
		padding:5px;
	}



/* 右カラムのプラグイン設定
------------------------------------------------------------ */


	div.plugin_right {
		margin-bottom: 60px;
		width: 100%;
	}
	div.plugin_right dl {
		margin-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #7c4423;
		padding-bottom: 1px;
	}
	div.plugin_right dt {
		font-size : x-small;				/* 古いIEの文字サイズ */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : small;					/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
		padding-bottom: 1px;
		color: #7c4423;
		font-weight: bold;
	}
	html>dl.plugin_right dt {
		font-size : small;					/* Opera用の文字サイズ */
	}
	div.plugin_right dd {
		padding-top: 1px;
		padding-right: 10px;
		padding-left: 10px;
	}



/* カレンダー部分の設定（プラグイン）
------------------------------------------------------------ */

	/* カレンダー表示用のテーブル設定 */

	table.calender {
		width : 100%;
		border-collapse : collapse;
		font-size : xx-small;				/* 古いIEの文字サイズ */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : x-small;				/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
	}

	html>table.calender {
		font-size : x-small;				/* Opera用の文字サイズ */
	}

	/* カレンダー見出（前月・当月・次月などのリンク部分） */

	.calender caption {
		margin-bottom : 10px;
	}

	/* カレンダーのセル見出（曜日表示部分） */

	.calender th {
		padding : 0.1em;
		border-bottom : 1px dotted #7c4423;
		text-align : center;
	}

	/* カレンダーのセル部分（日付表示部分） */

	.calender td {
		padding : 0.1em;
		border-bottom : 1px dotted #7c4423;
		text-align : center;
	}

	/* カレンダーリンク部分（記事を書いた日） */

	.calender td a {
		display : block;
		background : #73C5C4;
	}

	/* 日曜日 */

	th#sun {
		color : #CC6600;					/* 日曜日を赤色表示 */
	}

	/* 土曜日 */

	th#sat {
		color : #6699CC;					/* 土曜日を青色表示 */
	}



/* フッター部分の設定
------------------------------------------------------------ */

	div#footer p {
		text-align : left;
		color: #FFFDF7;
		padding-top: 60px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 80%;
		line-height: 120%;
	}
