<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "EUC-JP";


/* 全体的な設定
------------------------------------------------------------ */

	/* 全体的なマージン・パディング・フォントスタイル等の初期化 */

	* {
		margin : 0;
		padding : 0;
		font-style : normal;
		font-weight : normal;
	}

	body {
		color : #666666;
		background : url(http://blog-imgs-21-origin.fc2.com/i/f/o/iforex2/bg.gif);	
		text-align : center;
		line-height : 1.5;	
		font-size : x-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;	
		font-family:verdana,"ＭＳ Ｐゴシック",osaka,sans-serif;
	}

	html&gt;body {
		font-size : small;	
	}

	textarea {
		width : 90%;
	}

	/* 絵文字 */
	
	.emoji{
		vertical-align:middle;
		border:0;
	}



/* リンクの設定
------------------------------------------------------------ */

	/* リンクの設定 */
	a {
		text-decoration : none;
	}
	a:link {
		color :#006699;
	}
	a:visited {
		color :#006699;
	}
	a:hover {
		text-decoration : underline;
	}
	a:active {
		text-decoration : underline;
	}
	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 : 2px solid #D9DEE1;
	}



/* コード
------------------------------------------------------------ */

	div.main_body pre {
		margin : 1em auto;
		padding : 0.5em;
		border : 1px dotted #D9DEE1;
		font-family : sans-serif;
		overflow : auto;
		width : 90%;						/* pre element clearing bug in WinIE  */
	}
	/* for without MacIE5 \*/
	div.main_body pre {
		overflow : scroll;	
	}/* */
	div.main_body &gt; pre {
		width : auto;
	}
	div.main_body code {
		font-family : monospace;
	}



/* レイアウト用ブロックの設定
------------------------------------------------------------ */

	div#container {
		width : 800px;
		margin-left : auto;
		margin-right : auto;
		text-align : left;
		background: white;
border-left: solid 1px #a1d3f8;
border-right: solid 1px #a1d3f8;	
	}

	/* タイトル部分 */
	div#header {
		width : 800px;
		height : 200px;
	}

	div.main {
		margin : 7px 0;
	}

	/* blog_contentとleftの回り込み */

	div#wrapper {
		float : left;
		width : 600px;
	}

	div#blog_content {
		float : right;
		width : 390px;
		padding : 0 5px;
		voice-family : "\"}\"";
		voice-family : inherit;
		overflow: hidden;
	}

	html&gt;body div#blog_content {
		width : 390px;						/* Opera用のコンテンツ幅 */
	}

	/* 左カラムのサイドメニューブロック */

	div#sidemenu1{
		float : left;
		width : 190px;
		overflow: hidden;
		margin-left:3px;
		padding-top: 8px;
	}

	/* 右カラムのサイドメニューブロック */

	div#sidemenu2 {
		float : right;
		width : 190px;
		overflow: hidden;
		margin-right: 2px;
		padding-top: 8px;
	}

	/* 著作表示ブロック */

	div#footer {
		clear : both;
		margin : 0;
		font-size:10px;
		padding-top:30px;
		height:90px;
	}



/* タイトル・サイトの説明部分の設定
------------------------------------------------------------ */

	/* タイトル */

	div#header h1 {
		margin : 50px 10px 5px 240px;
		font-size : x-large;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : x-large;
	}
	html&gt;body div#header h1 {
		font-size : x-large;
	}

	/* サイトの説明 */

	div#header p {
		margin : 0 10px 5px 240px;
		font-size : x-small;	
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
		color:#5B7382;	
	}

	html&gt;body div#header p {
		font-size : small;
	}



/* blog_contentの設定
------------------------------------------------------------ */

	/* ページ移動用ナビゲーション */

	p.prev-next-navi {
		margin-bottom : 20px;
		text-align : center;
	}

	/* 各記事毎のブロック */

	div.main_body {
		margin-bottom : 20px;
	}

	/* 記事のタイトル部分 */

	div.main_body h2.entry_header {
		height: 24px;
		margin: 10px 0;
		padding-left: 7px;
		padding-top:2px;
		font-size : small;	
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
		background: #008ebc;
		color: white;
		font-weight: bold;
	}
	
	div.main_body h2.entry_header a{
		color: white;
		font-weight: bold;
	}

	html&gt;body div.main_body h2.entry_header {
		font-size : small;
		font-weight: bold;
	}

	/* 段落の設定 */

	div.main_body p {
		margin : 1em 0;
	}

	/* 記事本体部分 */

	div.entry_body {
		padding : 0 10px;
	}

	/* 追記部分 */

	p.entry_more {
		padding : 10px;
	}

	/* 記事中に使われたタグのリンクリスト */
	
	div.entry_body p.tag_lnk {
		margin-top: 10px;
	}
	
	/* 記事の投稿先テーマ・ジャンル */

	div.entry_body p.theme {
		margin-top: 10px;
	}
	div.fc2_footer {
		margin-top: 10px;
	}

	/* フッター部分（コメントやトラックバックなど） */

	div.main_body ul.entry_footer {
		height:50px;
		margin: 0; 
		padding : 0 5px;
		list-style-position : inside;
		text-align: right;
		font-size:10px;
	}

	div.main_body ul.entry_footer li {
		display : inline;
		list-style-type : none;
	}

	/* 全記事表示・検索結果表示の時の日付部分 */
	
	div.entry_body span.state {
	font-size: 90%;
	}

	/* コメント・トラックバックの見出し */

	p.sub_header {
		margin : 5px 0px 10px;
		padding: 5px 10px 10px 5px;
		font-size : small;	
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
		color:#583919;
		letter-spacing:1px;
		font-weight:bold;
	}

	/* 検索結果・一覧ページのサブタイトル */

	p.sub_header2 {
		margin : 15px 0px 10px;
		padding: 10px 10px 10px 40px;
		font-size : small;	
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
		color:#583919;
		letter-spacing:1px;
		font-weight:bold;
	}

	/* コメント・トラックバックのタイトル */

	div.main_body h3.sub_title {
		margin : 10px;
		padding: 5px 0;
		font-size : x-small;	
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
		border-bottom:1px dashed #583919;
	}
 
	html&gt;body div.main_body h3 {
		font-size : small;	
	}

	/* ページ移動用ナビゲーション */

	p.page_navi {
		text-align : center;
	}
	/* ページトップへのリンク */
	div.pagetop {
		text-align: right;
		margin-bottom: 25px;
	}



/* Entry (html tag)
------------------------------------------------------------ */

	div.entry_body h2,
	div.entry_body h3,
	div.entry_body h4,
	div.entry_body h5,
	div.entry_body h6 {
		margin: 0em 0em 0.5em;
	}

	div.entry_body p {
		margin: 0.3em 1em;
	}

	div.entry_body ul,
	div.entry_body ol {
		margin: 1em 0em 1em;
	}

	div.entry_body ul li {
		list-style: disc outside;
		margin-left: 15px;
	}

	div.entry_body ol li {
		list-style: decimal outside;
		margin-left: 2em;
	}

	div.entry_body dl {
		margin: 1em 1.5em;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		padding: 1em 1em 0em;
	}

	div.entry_body dt {
		font-weight: bold;
		margin-bottom: 0.5em;
		padding-bottom: 2px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
	}

	div.entry_body dd {
		margin: 0em 1em 1em;
	}



/* コメント部分の設定
------------------------------------------------------------ */

	/* コメントフォーム */

	div#blog_content form {
		padding : 0 10px;
		color: #5A798B;
	}
	input,textarea,select {
		border:1px solid #9FB2BE;
		background-color: #ffffff;
		color:#583919;
		font-size:12px;
	}

	/* 管理者だけにコメント */

	input#himitu {
		margin-right : 0.5em;
	}

	/* コメントフォームのボタン */

	p.form_btn {
		margin-top : 20px;
	}

	/* コメント本文 */

	div.comment_body {
		padding : 0 10px;
	}

	/* コメントフッター */

	ul.comment_footer {
		padding : 10px;
		font-size:10px;
		color: #7791A1;
	}

	ul.comment_footer li {
		display : inline;
		list-style-type : none;
	}



/* トラックバック部分の設定
------------------------------------------------------------ */

	/* トラックバックURI */

	p.trackback_uri {
		margin-bottom : 15px;
		padding : 0.2em 0.5em;
		font-size:10px;
	}

	/* トラックバックURLワンクリックフォーム */

	p.trackback_uri input {
		border: none;
		margin-bottom: 1px;
		width: 100%;
		background-color: #9DABB4;
		color:#fff;
		font-size:10px;
	}

	/* トラックバック先の概要 */

	div.trackback_excerpt {
		padding : 5px 10px;
		background : transparent;
	}

	/* トラックバックフッター */

	ul.trackback_footer {
		padding : 10px;
		font-size:10px;
		color: #7791A1;
	}

	ul.trackback_footer li {
		display : inline;
		list-style-type : none;
	}



/* サイドメニュー（プラグイン）の設定
------------------------------------------------------------ */

	dl.sidemenu_body {
		margin-bottom: 20px;
	}
	
	dl.sidemenu_body .plg_title {
		font-size : small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
		padding: 7px 7px 7px;
		background:url(http://blog-imgs-21-origin.fc2.com/i/f/o/iforex2/title_back.gif) no-repeat left center;
		letter-spacing:0;
		line-height: normal;
	}
	
	html&gt;dl.sidemenu_body .plg_title {
		font-size : small;	
	}
	
	dl.sidemenu_body .plg_header,
	dl.sidemenu_body .plg_body,
	dl.sidemenu_body .plg_footer {
		margin-top: 5px;
		margin-right: 10px;
		margin-left: 10px;
	}

	/* プラグイン3（中央下） */
	dl.plugin {
		margin-bottom: 15px;
	}

	dl.plugin dt {
		margin: 5px 0;
		padding-bottom:2px;
		border-bottom:2px solid #fff;
		text-align:left;
		font-size : x-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;	
	}
	
	html&gt;dl.plugin dt {
		font-size : small;	
	}

	dl.plugin dd {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}



/* カレンダー部分の設定
------------------------------------------------------------ */

	/* カレンダー表示用のテーブル設定 */

	table.calender {
		width : 100%;
		border-collapse : collapse;
		font-size : xx-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : x-small;	
	}

	html&gt;table.calender {
		font-size : x-small;	
	}

	/* カレンダー見出（前月・当月・次月などのリンク部分） */

	.calender caption {
		margin-bottom : 10px;
	}

	/* カレンダーのセル見出し（曜日表示部分） */

	.calender th {
		padding : 0.1em;
		border-bottom : 1px dotted #fff;
		text-align : center;
	}

	/* カレンダーのセル部分（日付表示部分） */

	.calender td {
		padding : 0.1em;
		border-bottom : 1px dotted #fff;
		text-align : center; color:#79665E;
	}

	/* カレンダーリンク部分（記事を書いた日） */

	.calender td a {
		display : block;
		background:#fff;
	}

	/* 日曜日 */

	th#sun {
		color : #A65676;
	}

	/* 土曜日 */

	th#sat {
		color : #5A798B;
	}



/* Piyo(Plugin)
------------------------------------------------------------ */


	div.tab {
		text-align: left;
		margin-bottom: 10px;
	}

	div.tab input.b1{
		margin-right: 5px;
	}
    
	div.mylog {
		padding: 5px 0px;
		text-align: left;
	}

	div.mylog p.title {
		display:none;
	}

	div.mylog dl {
		margin: 0px;
		padding: 0px;
	}

	div.mylog dt.day {
		color: #4A80BF;
		margin: 0px;
		padding: 0px 0px 5px;
		text-align: left;
		font-size : x-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : x-small;
	}

	html&gt;div.mylog dt.day {
		font-size : x-small;	
	}

	div.mylog dt.day img {
		vertical-align: middle;
	}
	
	div.mylog dd.piyolog {
		margin: 0px 0px 5px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		padding: 0px 0px 10px;
	}

	div.mylog dd.piyolog img {
		vertical-align: middle;
	}

	div.license {
		text-align: right;
		font-size : xx-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : x-small;
	}

	html&gt;div.license {
		font-size : x-small;	
	}


/* フッター部分の設定
------------------------------------------------------------ */

	div#footer p {
		text-align : center;
		padding: 3px 0;
	}
	
	#footer address {
		text-align: center;
	}
	


/* Mac版IEの文字化け対策
------------------------------------------------------------ */

	textarea,input,select {
		font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Helvetica", "Arial", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	}</pre></body></html>