<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*************************************************
 リセット
*************************************************/
body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, fieldset, input, texarea, table, th, tr, td, address {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

ul, ol { list-style: none; }

img { border: none; }

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, 
q:after { content: ''; }


/*************************************************
 全体の基本設定
*************************************************/

/* ブログ全体の基本指定 */
body {
	background: url(http://bfile.shinobi.jp/6667/yuri_back-1.jpg) right repeat-y #000 fixed;
	color: #CCC;
	font-size: 75%;                /* 12px 基本フォントサイズ */
	line-height: 1.5;              /* 行間 */
    font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* フォント */
	text-align: center;
}

/* 画像の基本指定 
-----------------------------------------------*/
img { padding: 2px; }

/* 絵文字の基本指定 */
img.emoji {
	margin: 0 1px;
	padding: 0;
	vertical-align: middle;
	background-color: transparent;
}

/* テーブルの基本設定 
------------------------------------------------*/
table { margin: 0 auto; }  /* 中央寄せ */

th, td { text-align: center; }

/* フォームの基本指定 
------------------------------------------------*/
textarea, input {
	padding: 2px;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
}

input { font-size: 109%; }  /* 13px */

textarea { font-size: 125%; }  /* 15px */


/************************************************* 
　見出し
*************************************************/
/* ブログのタイトル
------------------------------------------------*/
#TopTitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 234%;           /* 28px */
}

/* IE6 */
* html #TopTitle { font-weight: bold; }

/* IE7 */
*:first-child+html #TopTitle {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold; 
}
                             
/* 記事のタイトル
------------------------------------------------*/
div.Title {
	font-size: 134%;           /* 16px */
	font-weight: bold;
}

/* コメント、トラックバック、コメント編集
------------------------------------------------*/
div.CommentMenuTitle,
div.TrackbackMenuTitle,
div.CommentEditTitle {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 134%;            /* 16px */
	font-weight: bold;
}

/* コメント、コメントレス、トラックバック、プラグイン
   のタイトル 
-------------------------------------------------*/
div.CommentTitle,
div.CommentResTitle,
div.TrackbackTitle,
div.PluginTitle {
	font-size: 110%;
	font-weight: bold;
}                                 /* 13px */


/*************************************************
  リンク
*************************************************/

/* リンクの基本設定 
------------------------------------------------*/
a { text-decoration: none; }

/* 通常のリンク */
a:link { color: #85AECC; }

/* 訪問したリンク */
a:visited { color: #85AECC; }

/* マウスが乗ったときのリンク */
a:hover { color: #3C9; }

/* マウスをクリックしたときのリンク */
a:active { color: #339966; }

/* アドミンリンク
------------------------------------------------*/
div.AdminBlock a:link,
div.AdminBlock a:visited { color: #999; }

div.AdminBlock a:hover { color: #3C9; }

/* ブログのタイトル
------------------------------------------------*/
div#TopTitle a:link, 
div#TopTitle a:visited { color: #B9DFF3; }

div#TopTitle a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

/* 記事タイトル 
------------------------------------------------*/
div.EntryTitle .Title a:link,
div.EntryTitle .Title a:visited { color: #FFF; }

div.EntryTitle .Title a:hover { color: #99CCB2; }

/* 記事内リンク
------------------------------------------------*/
div.EntryText a:link,
div.EntryText a:visited { color: #69C; }

div.EntryText a:hover { color: #3C9; }

/* 記事フッター 
------------------------------------------------*/
.EntryFooter a:link,
.EntryFooter a:visited { color: #85AECC; }

.EntryFooter a:hover { color: #3C9; }

/* ページナビ
------------------------------------------------*/
ul.PageLinkBlock li a:link,
ul.PageLinkBlock li a:visited {
	color: #FFF;
	text-decoration: none;
}

ul.PageLinkBlock li a:hover,
ul.PageLinkBlock li a:active {
	background-color: #9CC;
	text-decoration: none;
	color: #444;
}

ul.PageLinkBlock li .PageLink:link,
ul.PageLinkBlock li .PageLink:visited { color: #85AECC; }

ul.PageLinkBlock li .PageLink:hover {
	color: #3C9;
	background-color: transparent;
}


/* プラグインタイトル 
------------------------------------------------*/
div.PluginTitle a:link,
div.PluginTitle a:visited { color: #60A4D1; }

div.PluginTitle a:hover {
	text-decoration: none;
	color: #99CCB2;
}

/* プラグイン 
------------------------------------------------*/
.PluginInnerBlock a:link,
.PluginInnerBlock a:visited { color: #B9DFF3; }

.PluginInnerBlock a:hover { color: #3C9; }

/*************************************************
  レイアウト
*************************************************/


/*メインブロック
------------------------------------------------*/
div#mainBlock {
	width: 800px;
	margin: 0 auto 0 0;
	text-align:center;
}

/*ヘッダー
------------------------------------------------*/
div#TopBlock {
	height:140px;
	padding: 50px 20px 20px 250px;
	background: url(http://bfile.shinobi.jp/6667/yuri_clip1.jpg) 20px 20px no-repeat;
	text-align: left;
	overflow: hidden;
}


/*エントリーブロック
------------------------------------------------*/
div#EntryBlock {
	width: 569px;
	float: right;
	padding-bottom: 10px;
}


/* メニュー（プラグイン）
------------------------------------------------*/
div.PluginBlock {
	float: left;
	width: 210px;
	padding: 20px 0 30px;
}


/*フッター
------------------------------------------------*/
div#FooterBlock {
	clear: both;
	padding: 5px;
	text-align: center;
}


/* clearfix（削除しないでください）
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }  /* IE7 */

* html .clearfix { height: 1px; }  /* IE6 */


/*************************************************
  ヘッダー
*************************************************/

/*ブログのタイトル */
div#TopTitle { padding-top: 20px; }

/*ブログの説明 */
p#TopExplanation { color: #888; }


/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/

/* 各検索ブロックの全体指定
------------------------------------------------*/
div#seach {
	padding: 30px 20px 30px;
	text-align: left;
}

/* 各タイトル
------------------------------------------------*/
div.SearchTitle {
	padding: 4px 5px 0;
	text-align: center;
	color: #DDD;
	border-bottom: solid 1px #999;
}

/* 前後のページリンク
------------------------------------------------*/
ul.SearchNavi {
	margin: 8px 0;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size: 84%;                 /* 10px */
}

/* 各検索ブロックの記事リスト
------------------------------------------------*/
ul.SearchContents {
	margin: 15px 0 0;
	padding: 10px;
	border: dotted 1px #999;
	font-size: 110%;                /* 13px */
	color: #999;
}

ul.SearchContents li {
	list-style: inside disc;
}


/*************************************************
  記事上のプラグイン4（記事一覧ページのみ）
*************************************************/

/* プラグイン4のボックス
------------------------------------------------*/
div.Plugin4InnerBlock {
	margin: 30px 20px 30px;
	text-align: left;
}

/* プラグインタイトル */
div.Plugin4Title {
	margin-bottom: 10px;
	padding-bottom: 3px;
	text-align: center;
	color: #DDD;
	border: dotted 1px #888;
}

/* プラグイン表示部分 */
div.Plugin4Body {
	padding: 0 10px;
}

/* プラグイン本体 */
div.Plugin4Contents { margin: 10px 0; }


/*************************************************
  記事下のプラグイン5（記事詳細ページのみ）
*************************************************/

/* プラグイン5のボックス
------------------------------------------------*/
div.Plugin5InnerBlock {
	margin: 20px 20px 0;
	text-align: left;
}

/* プラグイン本体 */
div.Plugin5Contents { margin: 5px 0; }


/*************************************************
  エントリー（記事ブロック）
*************************************************/

/* 各記事の全体指定
------------------------------------------------*/
div.EntryInnerBlock {
	margin: 20px 0 30px 20px;
	padding-top: 20px;
	text-align: left;
}

/* 記事タイトル
------------------------------------------------*/
div.EntryTitle {
	padding: 2px 7px 0 7px;
	border-left: solid 2px #4084B1;
}

div.EntryTitle .Title { color: #FFF; }

/* 記事文章の入るボックス
------------------------------------------------*/
div.EntryTextBox {
	padding: 7px 0 2px;
	line-height: 1.8;
	font-size: 110%;         /* 13px */
}

/* 記事文章 */
div.EntryText { padding-top: 10px; }

/* 追記文上部罫線 */
hr.PsText {
    margin: 25px 0 15px;
	height: 1px;
	text-align: center;
	background-color: #ACACAC;
	color: #ABABAB;
	border: none;
}

/* 追記文へのリンク */
p.EntryPsTitle {
	margin: 10px 0 5px;
	text-align: right;
}

/* ランキングバナーや広告が入るところ */
div.TextFooter {
	margin-top: 15px;
    margin-bottom: 2px;
	text-align: left;
}

/* 記事フッター（記事下のリンク部分）*/
ul.EntryFooter {
	padding: 2px 5px;
	text-align: right;
	border-top: dotted 1px #888;
	position: relative;
}

ul.EntryFooter li { display: inline; }


/* 記事アクセサリー
------------------------------------------------*/

/* 記事内の画像 */
.EntryText img, 
.EntryText a img {
	padding: 2px 4px;
}

/* ランキングバナー用画像 */
.TextFooter img,
.TextFooter a img { padding: 1px; }
	
/* 記事内のリストと定義リスト */
.EntryTextBox ul,
.EntryTextBox ol {
	margin: 1em 0;
	padding-left: 2em;
}

.EntryTextBox ul li { list-style: disc outside;	}

.EntryTextBox ol li { list-style: decimal outside; }

.EntryTextBox dl { margin: 1em 0; }

.EntryTextBox dl dt { font-weight: bold; }

.EntryTextBox dl dd { margin: 0 1em 1em; }

/* 記事内の引用文 */
.EntryTextBox blockquote {
	margin: 0.5em;
	padding: 10px;
	border-top: dotted 1px #AAA;
	border-right: dotted 1px #AAA;
	border-bottom: dotted 1px #AAA;
	border-left: solid 2px #4084B1;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'" ; color: #7ABD9B; }
q:before { content: open-quote; }
q:after  { content: close-quote; }

/* 拍手 */
.NinjaClap img { vertical-align: middle; }

/* その他のアクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 0.5em 0; }

.EntryTextBox em {
	color: #6CF;
	font-style: italic;
}

.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;
	border: 3px solid #777;
	font-family: sans-serif;
	width: 92%;
	overflow: auto;
	line-height: 1.2;
}

/* IE6 */
* html pre { overflow: scroll; }

/* IE7 */
*:first-child+html pre { overflow: scroll; }

code {
	font-family: "Lucida Console", Monaco, monospace;
	line-height : 1.2;
}

	
/*************************************************
 ページナビ
*************************************************/

ul.PageLinkBlock {
	margin: 20px auto;
	text-align: center;
}

ul.PageLinkBlock li { display: inline; }

ul.PageLinkBlock li a {
	margin: 0 2px;
	padding: 3px 4px;
	background-color: #4185B2;
	color: #FFF;
}

ul.PageLinkBlock li.page a { margin: 0 2px; }

ul.PageLinkBlock li a.PageLink {
	background-color: transparent;
	border: none;
}


/*************************************************
 コメント
*************************************************/

/*コメントの全体指定
------------------------------------------------*/
div.CommentBlock {
	margin: 20px 0 10px;
	padding: 10px 20px;
	text-align: left;
}

/*コメント見出し
------------------------------------------------*/
div.CommentMenuTitle {
	margin: 20px 0;
	padding-left: 10px;
	border-left: solid 4px #4084B1;
	color: #B9DFF3;
}

/*コメントとレスが表示されるボックス
------------------------------------------------*/
.cmbox {
	padding:5px 10px;
}

/*コメントが表示されるボックス
------------------------------------------------*/
div.CommentTextBox {
	padding: 10px 0 5px 0;
	background: url(http://bfile.shinobi.jp/6667/b-1.jpg);
	color: #444;
}

/*コメントのタイトル */
div.CommentTitle {
	padding-left:10px;
	color: #4084B1;
}

/*コメント文章部分 */
div.CommentText {
	padding: 10px;
}

/*コメントフッター */
ul.CommentFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.CommentFooter li { display: inline; }


/*************************************************
 コメントレス
*************************************************/

/* レスが表示されるボックス
------------------------------------------------*/
div.CommentResBlock {
	margin: 10px 0;
	padding: 5px 0;
}

/* レスタイトル */
div.CommentResTitle {
	padding-left: 5px;
	border-left: 2px solid #4084B1;
	color: #B9DFF3;
}

/* レス文章部分 */
div.CommentResText { padding: 10px; }

/* レスフッター */
ul.CommentResFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.CommentResFooter li {display: inline; }


/*************************************************
 トラックバックエリア
*************************************************/

/* トラックバックブロックの全体指定 
------------------------------------------------*/
div.TrackbackBlock {
	margin: 15px 0;
	padding: 10px 20px;
	text-align: left;
}

/* トラックバック見出し
----------------------------------------------- */
div.TrackbackMenuTitle {
	margin: 20px 0;
	padding-left: 10px;
	border-left: solid 4px #4084B1;
	color: #B9DFF3;
}

/* URL見出し */
p.TrackbackURLTitle {
	margin-bottom: 30px;
	text-align: center;
}

/* URL表示部分 */
input#TrackbackURL { width: 300px; }

/* トラックバックが表示されるボックス
------------------------------------------------*/
div.TrackbackTextBox {
	padding: 10px 0 5px 0;
}

/* トラックバックタイトル */
div.TrackbackTitle {
	padding-left: 5px;
	border-left: 2px solid #4084B1;
	color: #FFF;
}

/* トラックバック記事部分 */
div.TrackbackText {
	padding: 10px 0;
	line-height: 1.4;
}

/* トラックバックフッター */
ul.TrackbackFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.TrackbackFooter li { display: inline; }


/*************************************************
  コメント編集ページ
*************************************************/

/* 編集ブロックの全体指定 
------------------------------------------------*/
div.CommentEditBlock {
	margin: 5px 0 0;
	padding: 10px 20px;
}

/* 編集タイトル 
------------------------------------------------*/
.CommentEditBlock .CommentEditTitle {
	margin: 20px 0;
	padding-left: 5px;
	border-left: 2px solid #4084B1;
	color: #B9DFF3;
	text-align: left;
}

/*************************************************
 フォーム
*************************************************/

/*フォームブロック
------------------------------------------------*/
div.CommentFormBlock {
	margin-bottom:30px;
	padding-left: 70px;
	text-align: left;
}

/* フォーム
-----------------------------------------------*/
dl.Form dt {
	padding-top: 2px;
	font-weight: bold;
}

dt span { font-weight: normal; }


dd input.CommentForms {
	width:250px;
}

/* コメントを書く部分 */					  
dd textarea {
	width: 400px;
	padding: 2px;
}

/* 絵文字のアイコン */
dd img {
	margin: 0;
	padding: 0;
}

/* 編集ページのメールアドレスを隠す */
.hide { display: none; }

/* 秘密コメントボタン */
input.check {
	border: none;
	background: none;
	margin-right: 0.5em;
	vertical-align: bottom;
}
/* 送信ボタン */
input.btn {
	background-color: #4185B2;
	color: #FFF;
}

input.btn:hover {
	background-color: #9CC;
	color: #444;
}

/* コメントページに戻るボタン */
input.BackButton {
	background-color: #4185B2;
	color: #FFF;
}

input.BackButton:hover {
	background-color: #9CC;
	color: #444;
}


/*************************************************
  プラグイン
*************************************************/

/* アドミンブロック 
------------------------------------------------*/
div.AdminBlock {
	padding: 5px 10px;
	font-size: 92%;    /* 11px */
	text-align: left;
}


/* プラグインブロック
------------------------------------------------*/
div.PluginInnerBlock {
	margin: 5px 20px 15px 10px;
	text-align: left;
}


/* プラグインタイトル */
div.PluginTitle {
	padding: 2px 7px 2px 22px;
	color: #60A4D1;
	background: url(http://bfile.shinobi.jp/6667/yuri_icon-6.jpg) left center no-repeat;
}

/* プラグインの説明 */
div.PluginExplanation {
	margin: 5px 5px 0 5px;
	line-height: 1.4;
}

/* プラグイン表示部分 */
div.PluginContents {
	padding: 5px;

}

/* プラグイン 
------------------------------------------------*/
/* ブログ内検索 */
div.blogsearch {
	padding: 5px;
	vertical-align: middle;
}

.blogsearch input.box {
	width: 150px;
	margin-bottom: 5px;
}

/* バーコード */
div.qrcode_image { text-align: center; }

/* 各プラグイン共通部分
------------------------------------------------*/
/* プラグイン本体 */
div.plugin_data {
	text-align: left;
}

 /* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}

/* プラグインの日付、他 */
div.plugin_data_date { text-align: right; }

/* テキスト左、中央、右寄せ */
.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }


/*************************************************
  カレンダー
*************************************************/

/* 日付移動用テーブル（前月、次月へのリンクなど）
------------------------------------------------*/
.CalendarMoveTable {
	padding: 3px;
	width: 98%;
}

/* 日付移動用テーブル、trタグ部分 */
.CalendarMoveTr {
}

/* 日付移動用テーブル内、左側td部分 */
.CalendarPrevTd {
}

/* 日付移動用テーブル内、中央td部分 */
.CalendarNowTd {
}

/* 日付移動用テーブル内、右側td部分 */
.CalendarNextTd {
}

/* カレンダー表示用テーブル
------------------------------------------------*/
.CalendarTable {
	width: 98%;
	padding: 3px;
}

/* カレンダーテーブル  曜日表示部分デザイン
------------------------------------------------*/

/* 曜日表示部分（trタグ部分）*/
.CalendarWdayTr {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

/* 曜日表示部分、日曜日のthタグ部分 */
.CalendarWdaySun { color: #FCF; }

/* 曜日表示部分、平日のthタグ部分 */
.CalendarWday { color: #AAA; }

/* 曜日表示部分、土曜日のthタグ部分 */
.CalendarWdaySat { color: #CFF; }


/* カレンダーテーブル  日付表示部分デザイン
------------------------------------------------*/

/* 日付表示部分（trタグ部分）*/
.CalendarTr {  }

/* 日付表示部分、日曜日のtdタグ部分 */
.CalendarTdSun { color: #B8B; }

/* 日付表示部分、土曜日のtdタグ部分 */
.CalendarTdSat { color: #7AA; }

/* 日付表示部分、平日曜日のtdタグ部分 */
.CalendarTd { color: #777;  }

/* 記事が存在する場所の設定 */
.CalendarTdLink { }

/* 記事が存在する日付の文字色の設定 */
.CalendarTdLinkFont {
	font-weight: bold;
	color: #FFF;
}</pre></body></html>