/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*HTML全体に関する設定*/
html{
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3d-light-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
}

/*BODY全体に関する設定*/
body {
text-align:center;
margin:0 auto;
font-size:12px;
color:#333333;
font-family:'Microsoft Sans Serif','MS UI Gothic','Comic Sans MS',Tahoma,sans-serif,Osaka,century;
font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅"; /* 2010.01.10追加 */
font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; /* 2010.12.31変更 */
background:url(http://bfile.shinobi.jp/5774/monochrome_back.jpg);
background-attachment:fixed;
word-break:break-all;
word-break: break-word;
word-wrap: break-word;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
text-decoration:none;
color:#000000;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
text-decoration:none;
color:#000000;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:none;
color:#cccccc;
}
/*アクティブ状態のリンクの設定*/
a:active {
text-decoration:none;
color:#000000;
}

/*全体の設定*/
#mainBlock {
width:850px;
background:url(http://bfile.shinobi.jp/5774/monochrome_bg.jpg);
background-repeat:y;
background-position:center;
text-align: center;
margin:0 auto;
position: relative;
overflow: hidden;
padding-top: 25px; /* 2010.01.13追加 */
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:630px;
_width:580px;
height: 200px;
text-align: left;
}
#AdminBlock{
font-size:13px;
text-align: right;
padding-top; 0px;
padding-right: 10px;
padding-bottom; 0;
padding-left: 0;
color:#000000;
/* font-family:Georgia,'Times New Roman',Century; */
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 50px 50px 0px 0px;
text-align:right;
/* font-family:century; */
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-weight:bold;
font-size:24px;
font-size:22px; /* 2010.01.10追加 */
/* font-family:century; */
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 50px 50px 10px 0px;
padding: 10px 50px 10px 0px; /* 2010.01.10追加 */
text-align:right;
color:#333333;
font-size:14px;
font-size:12px; /* 2010.01.10追加 */
/* font-family:century; */
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
text-align: center;
padding-top:50px;
color:#000000;
font-size:12px;
height:70px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 230px;
text-align: left;
float: right;
padding-right:30px;
font-size:11px;
overflow: hidden;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:5px;
margin-top:10px;
font-size:11px; /* 2010.08.03変更 */
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
color:#ffffff;
font-size:14px;
font-size:12px; /* 2010.01.10追加 */
font-weight:bold;
text-align:center;
/* font-family:century; */
background-color:#000000;
background-color:#666; /* 2010.01.10追加 */
background: url('http://file.pansybird.blog.shinobi.jp/bg_monochrome_flower-plugin.jpg') left top no-repeat; /* 2010.01.11追加 */
padding-top:5px;
height:20px;
}
.PluginTitle a {
color:#ffffff;
}
.PluginTitle a:hover {
color:#cccccc;
}
.PluginTitle a:visited {
color:#cccccc;
}
.PluginTitle a:active {
color:#cccccc;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 1px;
margin: 10px 0px 5px 0px; /* 2010.01.10追加 */
}
/*プラグインが表示される場所の設定*/
.PluginContents {
margin: 0; /* 2010.01.10追加 */
padding:0px 10px;
padding:0px 10px 0px 0px; /* 2010.01.10追加 */
font-size:11px;
width:190px;
width:210px; /* 2010.01.10追加 */
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 530px;
float: left;
text-align: center;
padding-left:5px;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
width:470px;
margin:0px 0px 30px 50px;
border: ridge 3px #999999;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
padding:30px 0px 5px 10px;
border-bottom: 2px dotted #666; /* 2010.01.10追加 */
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
font-weight:bold;
font-size:14px;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
}
/*記事本文が記載される部分*/
.EntryText {
padding: 20px;
padding: 15px; /* 2010.01.10追加 */
line-height:150%;
text-align:left;
font-size:12px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding:20px 20px 0px 0px;
text-align: right;
font-size:12px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:40px 15px 0px 0px;
font-size:12px;
}
.EntrySubFooter {
text-align:right;
padding:15px;
font-size:12px;
border-bottom: 1px dotted #ddd; /* 2010.01.10追加 */
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
text-align:right;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding-top:10px;
margin-left: 60px;
padding-bottom: 10px;
}
/*テキスト内の画像*/
.EntryText img {
/*
background: #ffffff;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
padding: 5px;
margin:5px;
*/
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:30px;
padding:20px 20px 20px 50px; /* 2010.01.10追加 */
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
font-size:14px;
font-weight:bold;
padding-bottom:20px;
color:#000000;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
margin: 0px 0px 15px 0px; /* 2010.08.03変更 */
padding:10px;
width:450px;
border:solid 1px #cccccc;
background-color:#f5f5f5;
background-color:#fbfbfb; /* 2010.01.10追加 */
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
font-size:14px;
font-weight:bold;
color:#000000;
padding:5px 10px 20px 10px;
}
/*コメント部分*/
.CommentText{
padding: 10px;
line-height:150%;
line-height:1.75em; /* 2010.01.10追加 */
padding-bottom:10px;
text-align:left;
font-size:12px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
padding:10px;
color:#000000;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
color:#000000;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
font-size:12px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
padding-left:5px;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
font-size:11px;
}
/*チェックボックス設定*/
.checkbox{
padding-top:5px;
text-align:left;
border-style:none;
border-color:#666666;
font-size:12px;
}
/*inputタグやtextareaの設定*/
.CommentForms{
background-color:#f5f5f5;
border:1px solid #ddd; /* 2010.01.10追加 */
color:#666; /* 2010.01.10追加 */
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:30px;
padding:20px 20px 20px 50px; /* 2010.01.10追加 */
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
color:#000000;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
color:#000000;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
padding-top:20px;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
color:#333333;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
color:#000000;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
color:#000000;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
color:#000000;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
color:#000000;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
text-align:left;
padding:1px;
font-size:10px;
font-size:1.0em; /* 2010.01.10追加 */
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
font-size:9px;
font-size:1.0em; /* 2010.01.10追加 */
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
width:90%; /* 2010.01.10追加 */
margin: 0 auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
font-size:11px;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size:12px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
margin: 0 auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
font-size:11px;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#db7093;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#6495ed;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
font-size:12px;
height:20px;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:#db7093;
height:20px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color:#6495ed;
height:20px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
height:20px;
}
/*記事が存在する場所の設定：2010.01.10追加*/
.CalendarTdLink {
display: block;
background-color: #9e3a4f;
color: #fff;
}

.CalendarTdLink a, .CalendarTdLink a:visited {
display: block;
background-color: #9e3a4f;
color: #fff;
padding: 2px;
}

.CalendarTdLink a:visited {
color: #fff;
}

.CalendarTdLink a:hover {
background-color: #fff;
color: #9e3a4f;
border: 1px dotted #ddd;
padding: 1px;
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
/* color:#f08080;
font-weight:bold; */
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 10px 10px 50px;
	padding:10px 0px 10px 20px; /* 2010.01.10追加 */
	text-align:left;
}

.CommentResBox {
	padding:10px;
	border:dotted 1px #cccccc;
	margin-bottom:30px;
}

.CommentResTitle {
	font-size:14px;
	height:23px;
	font-weight:bold;
	color:#333333;
	padding:5px 10px 20px 10px;
}

.CommentResText {
	padding:10px 10px 10px 10px;
	line-height:150%;
	line-height:1.75em; /* 2010.01.10追加 */
	font-size:12px;
}

.CommentResFooter {
	text-align:right;
	padding:10px;
	color:#333333;
}
img.emoji{
	vertical-align:middle;
	border:0;
}
img {
	border: none;
}

/*-------------------------------------------------------
  独自スタイル
-------------------------------------------------------*/
h2 {
	font-size: 1.0em;
	margin: 10px 0px;
	padding: 5px 0px 5px 10px;
	border-left: 10px solid #dde589;
	border-bottom: 1px solid #dde589;
}

h2 a {
	color: #aaa;
	text-decoration: none;
}

h2 a:hover {
	color: #dde589;
	border-bottom: 2px dotted #dde589;
}

h2.EntryTitle {
	margin: 0;
	padding: 0;
	border: none;
}

h2.EntryTitle a:hover {
	color: #c00000;
	border: none;
}

p {
	clear: both;
	line-height: 1.8em;
	margin: 15px 0px;
}

p a:link, p a:visited {
	color: #9c1066;
	color: #9c1066; /* 2009.09.15変更：濃いローズ */
}

p a:active, p a:hover {
	color: #70812a; /* 2009.09.15変更：グリーン */
	border-bottom: 2px dotted #70812a; /* 2009.09.15変更：グリーン */
}


p.subtitle, span.subtitle {
	font-weight: bold;
	font-size: 1.05em;
	color: #ff7f8f;
	text-decoration: underline;
}

p.question {
	font-weight: bolder;
	color: #ff4d5f;
	margin-bottom: 0;
}

p.answer {
	text-indent: -1.0em;
	margin-left: 10px;
	margin-top: 0;
}

p.infobox {
	padding: 10px;
	border-top: #aaa 2px dotted;
	border-bottom: #aaa 2px dotted;
}

p.rose {
	color: #d74b6b;
	color: #9c405b; /* 2009.09.15変更 */
	line-height: 1.25em;
	margin: 5px 0px;
}

ul.intro {
	margin-right: 20px;
}

ul.intro li {
	border-bottom: 1px dotted #aaa;
}

ul.calendar {		/* 2009.10.07追加 */
/*	width: 50%; */
	width: 250px; /* 2010.06.03追加 */
	margin-left: 20px;
	margin-bottom: 20px;
	list-style: none;
}

ul.calendar li {		/* 2009.10.07追加 */
	background: url('http://file.pansybird.blog.shinobi.jp/mark_flower_rs.gif') left center no-repeat;
	padding-left: 20px;
	border-bottom: 1px dotted #aaa;
}

ul.calendar li img {		/* 2009.10.07追加 */
	border: none;
}

table.layout {		/* 2009.10.07追加 */
	margin; 30px 20px;
	border:none;
}

table.layout td {		/* 2009.10.07追加 */
	font-size: 0.6em;
	font-size: 0.75em; /* 2010.01.11追加 */
	line-height: 1.2em; /* 2010.01.11追加 */
	text-align: left;
	padding: 3px;
	border: none;
}

table.layout td img {		/* 2009.10.07追加 */
	border: none;
}

table.photo td a:hover {
	border: none;
}

div.photos, div.list {
	margin: 10px;
	padding: 10px;
	border-top: #ddd 3px solid;
	border-bottom: #ddd 3px solid;
}

div.photos table, div.list table {
	font-size: 0.825em;
	border-top: 1px solid #ddd;
}

div.photos table th, div.photos table td, div.list table th, div.list table td {
	padding: 5px;
	border-bottom: 2px dotted #ddd;
}

div.photos table td.explain {
	text-align: center;
	border-bottom: #ddd 1px dotted;
}

div.list table th, div.list table td {
	text-align: left;
}

div.list table th {
	background-color: #ebebeb;
	white-space: nowrap;
}

div.movie {
	text-align: center;
	margin: 20px 0px 30px 0px;
}

div#information {
	width: 95%;
	background-color: #ebebeb;
	margin: 10px auto;
	padding: 20px;
}

.rose, .roseb {
/*	color: #d896A3;*/ 淡いローズ
	color: #9e3a4f;
	color: #9c155c; /* 2009.09.15変更 */
}

.roseb, .pinkb, .purpleb, .greenb, .orangeb {
	font-weight: bolder;
}

.pink, .pinkb {
	color: #ff7f8f;
	color: #ce9197; /* 2009.09.15変更 */
}

.purple, .purpleb {
	color: #d08ec8;
	color: #6f618e; /* 2009.09.15変更 */
}

.green, .greenb {
	color: #69b374;
	color: #becf8d; /* 2009.09.15変更 */
}

.orange, .orangeb {
	color: #e58845;
	color: #e4ac51; /* 2009.09.15変更 */
}

/*-------------------------------------------------------
  独自スタイル：ブログパーツ
-------------------------------------------------------*/
div#information p a {
	font-size: 1.25em;
}

.PageLinkBlock {
	text-align: center;
}

/***** コメントプレビュー ******/
div.sidehide {
	padding: 10px;
	margin: 20px 20px 20px 10px;
	border-top: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	background-color: #fafafa;
}

/***** バナー領域 ******/
div.BlogBanner {
	clear: both;
	background-color: #eee;
	background-image:url('http://bfile.shinobi.jp/3262/image3.gif'); /* グレー地に白い花 */
	background-image:url('http://bfile.shinobi.jp/3262/image5.gif'); /* 白地にグレーの花 */
	background-image:url('http://file.pansybird.blog.shinobi.jp/bg_clear_banner.png'); /* ハッチング */
	background-image:url('http://bfile.shinobi.jp/5774/monochrome_back.jpg'); /* モノクロームの花 */
	margin: 30px 0px 10px 0px;
	padding: 5px 12px;
	border-top: 1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

div.BlogBanner a:hover {
	color: #70812a; /* 2009.09.15変更：グリーン */
}

div.BlogBanner img {
	margin: 3px 0px 3px 10px;
	border: none;
}

/***** 本文 ******/
div.EntryText img {
	border: 5px solid #cbe496;
}

/***** 続きを読む/隠す ******/
.more {
	clear: both;
}

/***** プラグイン：カレンダー ******/
table.CalendarTable td {
	padding: 3px;
}

/***** プラグイン：プロフィール ******/
div.ProRight {
/*	margin-top: -15px; 2010.08.03コメント化 */
	text-align: right;
	}

/***** プラグイン：コメントツリー ******/
.plugin_data ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.plugin_data ul li img {
	border: none;
	margin-right: 2px;
}

.plugin_data ul.tree li{
	font-size: 0.9em;
	font-size: 1.0em; /* 2010.01.10追加 */
	margin: 0px;
	padding: 0px 0px 3px 16px;
	background-image: url(http://file.pansybird.blog.shinobi.jp/tree_lst.gif);
	background-repeat: no-repeat;
}
.plugin_data ul.tree li.end {
	background-image: url(http://file.pansybird.blog.shinobi.jp/tree_end.gif);
	background-repeat: no-repeat;
}

/***** プラグイン：折りたたみ ******/
.side {
	margin: 0;
	padding: 0;
}

/***** コメントタイトル ******/
.CommentTitle, .CommentResTitle {
	margin-top: 10px;
}

/***** Twitter表示 ******/
div#twitter ul {
	margin-left: -5px; /* 2010.08.03変更 */
	_margin-left: -30px;
	list-style-image: url("http://file.pansybird.blog.shinobi.jp/mark_flower_rs.gif");
}

div#twitter ul li {
	line-height: 1.5em;
	margin-bottom: 15px;
}

/***** お正月用 ******/
#TopExplanation {
/* お正月用：縁起物と白＆桜文鳥ライン＝450px × 42px */
	background: transparent url('http://file.pansybird.blog.shinobi.jp/blog_top-line_newyear.gif') 140px 50px no-repeat;
}

.CommentTitle {
/* お正月用：鏡餅と桜文鳥＝55px × 40px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_comment-icon_newyear.gif') left top no-repeat;
	padding-top:15px;
	padding-bottom:10px;
	padding-left: 60px;
}

.CommentResTitle {
/* お正月用：白文鳥＝34px × 31px */
/* クリスマス用：柊と白文鳥＝40px × 24px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_commentres-icon_newyear.gif') left top no-repeat;
	vertical-align: bottom;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 40px;
}

/***** モミジと木の実 ******/
#TopExplanation {
/* モミジと木の実：モミジと木の実と白＆シナモン文鳥ライン＝450px × 65px */
	background: transparent url('http://file.pansybird.blog.shinobi.jp/blog_top-line_momiji-kinomi.gif') 130px 40px no-repeat;
}

.CommentTitle {
/*  モミジと木の実：モミジと白文鳥＝55px × 26px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_comment-icon_momiji-kinomi.gif') left top no-repeat;
	padding-top: 6px;
	padding-bottom:6px;
	padding-left: 60px;
}

.CommentResTitle {
/*  モミジと木の実：モミジと桜＝55px × 26px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_commentres-icon_momiji-kinomi.gif') left top no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 60px; */
}

/***** クリスマス用 ******/
#TopExplanation {
/* クリスマス用：柊と白＆桜文鳥ライン＝530px × 42px */
	background: transparent url('http://file.pansybird.blog.shinobi.jp/blog_top-line_xmas.gif') 140px 50px no-repeat;
}

.CommentTitle {
/* クリスマス用：ブーツ＆桜文鳥＝36px × 54px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_comment-icon_xmas.gif') left top no-repeat;
	padding-top:30px; 
	padding-bottom:10px;
	padding-left:40px;
}

.CommentResTitle {
/* クリスマス用：柊と白文鳥＝40px × 24px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_commentres-icon_xmas.gif') left top no-repeat;
	font-size: 0.9em;
	vertical-align: bottom;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left: 45px;
}

#TopExplanation {
/* 抱卵：抱卵中白文鳥ライン＝493px × 41px */
	background: transparent url('http://file.pansybird.blog.shinobi.jp/blog_top-line_horan.gif') 140px 40px no-repeat;
	padding-bottom: 70px
}

.CommentTitle {
/*  抱卵：抱卵中白文鳥＝59px × 41px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_comment-icon_horan.gif') left top no-repeat;
	vertical-align: bottom;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 65px; */
}

.CommentResTitle {
/*  抱卵：抱卵中桜文鳥＝59px × 41px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_commentres-icon_horan.gif') left top no-repeat;
	vertical-align: bottom;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 65px; */
}

/***** クローバー ******/
#TopExplanation {
/* クローバー：クローバーと白文鳥ライン＝450px × 52px */
	background: transparent url('http://file.pansybird.blog.shinobi.jp/blog_top-line_clover.gif') center bottom no-repeat;
}

.CommentTitle {
/* クローバー：クローバーと桜文鳥＝50px × 52px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_comment-icon_clover.gif') left top no-repeat;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:55px;
}

.CommentResTitle {
/* クローバー：クローバーと白文鳥＝50px × 52px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_commentres-icon_clover.gif') left top no-repeat;
	vertical-align: bottom;
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 55px; */
}

/***** 豆苗 ******/
#TopExplanation {
/* 豆苗：豆苗と白＆桜文鳥ライン＝490px × 37px */
	background: transparent url('http://file.pansybird.blog.shinobi.jp/blog_top-line_tomyo.gif') center 40px no-repeat;
}


.CommentTitle {
/* 豆苗：豆苗と桜文鳥＝26px × 37px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_comment-icon_tomyo.gif') left top no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 35px;
}

.CommentResTitle {
/* 豆苗：豆苗と白文鳥＝26px × 37px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_commentres-icon_tomyo.gif') left top no-repeat;
	vertical-align: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 35px;
}


/***** あわ ******/
#TopExplanation {
/* あわ：あわと白＆桜文鳥ライン＝450px × 24px */
	background: transparent url('http://file.pansybird.blog.shinobi.jp/blog_top-line_awa.gif') center bottom no-repeat;
}


.CommentTitle {
/* あわ：桜文鳥＝34px × 31px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_comment-icon_awa.gif') left top no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 43px;
}

.CommentResTitle {
/* あわ：桜文鳥＝34px × 31px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_commentres-icon_awa.gif') left top no-repeat;
	vertical-align: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 43px;
}

/***** ベリー ******/
#TopExplanation {
/* ベリー：ベリーと白＆桜文鳥ライン＝440px × 48px */
	background: transparent url('http://file.pansybird.blog.shinobi.jp/blog_top-line_berry.gif') 80px 50px no-repeat;
	padding-bottom: 70px;
}

.CommentTitle {
/*  ベリー：ベリーと桜文鳥＝100px × 40px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_comment-icon_berry.gif') left top no-repeat;
	padding-top: 15px;
	padding-bottom:15px;
	padding-left: 105px;
}

.CommentResTitle {
/*  ベリー：抱卵中白文鳥＝59px × 41px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_commentres-icon_berry.gif') left top no-repeat;
	vertical-align: bottom;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 65px; */
}

/***** チェリー ******/
#TopExplanation {
/* チェリー：チェリーと白＆桜文鳥ライン＝530px × 27px */
	background: transparent url('http://file.pansybird.blog.shinobi.jp/blog_top-line_cherry.gif') 40px bottom no-repeat;
}


.CommentTitle {
/* チェリー：チェリー&白文鳥＝50px × 27px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_comment-icon_cherry.gif') left top no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 55px;
}

.CommentResTitle {
/* チェリー：チェリー&桜文鳥＝50px × 27px */
	background: url('http://file.pansybird.blog.shinobi.jp/blog_commentres-icon_cherry.gif') left top no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 55px;
}
