/*****全ブロックの共通設定*****/
/*HTML全体に関する設定*/
html{
scrollbar-arrow-color: #34B22D;
scrollbar-base-color: #34B22D;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3d-light-color: #34B22D;
scrollbar-shadow-color: #34B22D;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
}

/*BODY全体に関する設定*/
body {
font-size:12px;
margin:0px 0px 0px 0px;
color:#696969;
padding: 0px;
font-family:"MS UI Gothic","Osaka","sans-serif";
background-repeat:no-repeat;
background-attachment:fixed;
background-image:url('http://bfile.shinobi.jp/774/081hanaw_600.jpg');
background-position:right bottom;
}
/*<td>の全ての設定*/
td {
text-align:center;
font-size:12px;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
text-decoration:none;
color:#990000;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
text-decoration:none;
color:#990000;
}
/*アクティブ状態のリンクの設定*/
a:active {
text-decoration:underline;
color:#a3a32f;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:underline;
color:#a3a32f;
}
.emoji {
vertical-align:middle;
}
/*レイアウト全体の設定*/
#LayoutBlock {
width:800px;
text-align: center;
margin-left:80px;
border-right:solid 1px #AAAAAA;
border-left:solid 1px #AAAAAA;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/******トップブロック用デザイン******/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:100%;
height: 225px;
text-align: left;
background-image:url('http://bfile.shinobi.jp/774/photo045ma-gawusu_300.jpg');
background-repeat:no-repeat;
background-position:0% 0%;
margin: 0px;
}

/*ページタイトル文字部分の設定*/
#TopTitle {
padding-top:50;
padding-right:0;
padding-bottom:0;
padding-left:250;
font-size:20px;
font-weight:bold;
color:#a32f69;
text-align: left;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding-top:10;
padding-right:0;
padding-bottom:0;
padding-left:280;
text-align: left;
}
#AdminBlock{
height: 25px;
text-align: right;
padding-top: 5;
padding-right: 5;
padding-bottom; 5;
padding-left: 0;
color:#FFFFFF; 
background-color:#34B22D;
}
#AdminBlock a:link {
text-decoration:none;
color:#FFFFE0;
}

#AdminBlock a:visited{
text-decoration:none;
color:#FFFFE0;
}

#AdminBlock a:active {
text-decoration:underline;
color:#FFFACD;
}

#AdminBlock a:hover {
text-decoration:underline;
color:#FFFACD;
}

/******フッターブロック用デザイン******/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
height: 35px;
clear:both;
padding-top: 5;
color:#FFFFFF;
text-align: center;
background-color:#34B22D;
}
#FooterBlock a:link {
text-decoration:none;
color:#FFFFE0;
}

#FooterBlock a:visited{
text-decoration:none;
color:#FFFFE0;
}

#FooterBlock a:active {
text-decoration:underline;
color:#FFFACD;
}

#FooterBlock a:hover {
text-decoration:underline;
color:#FFFACD;
}

/******左メニューデザイン******/
#LeftBlock{
float: left;
width: 185px;
margin: 0px 5px;
}

/******右メニューデザイン******/
#RightBlock{
float: right;
width: 185px;
margin: 0px 5px;
}

/******プラグインブロック用デザイン******/
/*プラグイン表示箇所全体の設定*/
.Plugin {
text-align: left;
}
.Plugin  a:link {
text-decoration:none;
color:#0000FF;
}
.Plugin  a:visited{
text-decoration:none;
color:#DAA520;
}
.Plugin  a:active {
text-decoration:underline;
color:#FFD700;
}
.Plugin  a:hover {
text-decoration:underline;
color:#FFD700;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInner {
background-image:url('http://bfile.shinobi.jp/774/clear-lightgreen.gif');
margin: 10px 0px;
padding: 10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-bottom:solid 1px #AAAAAA;
color:#34B22D;
font-weight:bold;
font-size:12px;
background-image:url('http://bfile.shinobi.jp/774/hana-yellow.gif');
background-position:left bottom;
background-repeat:no-repeat;
padding-top:5;
padding-right:0;
padding-bottm:0;
padding-left:25;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 5px;
margin: 0px 0px 0px 10px;
}
/*プラグインが表示される場所の設定*/
.pluginContents {
padding: 5px;
font-size:11px;
text-align: center;
}
/******各プラグイン共通項目用設定******/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
text-align:left;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:10;
font-size: 12px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
font-size: 10px;
}

/******記事ブロック用デザイン******/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width:388px;
float: left;
text-align: left;
margin: 0px 5px;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInner {
background-image:url('http://bfile.shinobi.jp/774/clear-y.gif');
padding: 10px;
text-align: left;
border: solid 1px #AAAAAA;
margin: 15px 0px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
border-bottom: solid 1px #AAAAAA;
font-size:12px;
color:#333333;
font-weight:bold;
background-image:url('http://bfile.shinobi.jp/774/hana-yellow.gif');
background-position:left bottom;
background-repeat:no-repeat;
padding-top:5;
padding-right:0;
padding-bottom:0;
padding-left:25;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
padding-bottom:50px;
line-height:140%;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
padding-top:10px;
text-align:right;
padding:5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
width:300px;
text-align:center;
margin-left:40px;
padding:10px;
background-image:url('http://bfile.shinobi.jp/774/clear-y.gif');
}
}
/******各コメント表示部分の設定******/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
font-color:#969696;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
font-size:12px;
font-weight:bold;
color:#34B22D;
padding-top:10;
padding-right:10;
padding-bottom:5;
padding-left:10;
background-image:url('http://bfile.shinobi.jp/774/clear-y.gif');
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 20px 0px 0px 10px;
padding:10px;
width:350px;
border:solid 1px #AAAAAA;
background-image:url('http://bfile.shinobi.jp/774/clear-y.gif');
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
font-size:12px;
font-weight:bold;
color:#34B22D;
border-bottom: solid 1px #AAAAAA;
padding-top:0;
padding-right:10;
padding-bottom:0;
padding-left:10;
}
/*コメント部分*/
.CommentText{
padding: 10px 0px 10px 20px;
line-height:140%;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
color:#34B22D;
font-weight:bold;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin: 0px 0px 0px 0px;
background-image:url('http://bfile.shinobi.jp/774/clear-y.gif');
}
/*コメントフォーム用テーブル*/
.CommentFormTable{

}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
text-align:right;
color:#34B22D;
font-weight:bold;
font-size:12px;
padding-top:5;
padding-right:5;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:right;
}
/*inputタグやtextareaの設定*/
.CommentForms{
font-size: 12px;
}
/******トラックバック表示部分の設定*****/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
margin: 20px 0px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
color:#34B22D;
font-size:12px;
font-weight:bold;
padding-top:10;
padding-right:10;
padding-bottm:5;
padding-left:10;
background-image:url('http://bfile.shinobi.jp/774/clear-y.gif');
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
with:350px;
margin: 30px 0px 0px 10px;
border:solid 1px #AAAAAA;
background-image:url('http://bfile.shinobi.jp/774/clear-y.gif');
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
color:#34B22D;
font-weight:bold;
border-bottom:solid 1px #AAAAAA;
padding-top:10;
padding-right:10;
padding-bottom:5;
padding-left:10;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding-top: 0;
padding-right:0;
padding-bottm:10;
padding-left:20;
line-height:140%;
font-size:12px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
margin-left: 30px;
background-image:url('http://bfile.shinobi.jp/774/clear-y.gif');
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}

/******カレンダープラグイン用デザイン******/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
text-align: center;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
padding-top:0;
padding-bottom:5;
padding-right:3;
padding-left:3;
font-size:12px;
font-weight:bold;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
padding-top:0;
padding-bottom:5;
padding-right:3;
padding-left:3;
font-size:12px;
font-weight:bold;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
padding-top:0;
padding-bottom:5;
padding-right:3;
padding-left:3;
font-size:12px;
font-weight:bold;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
text-align: center;
}
/*-----カレンダーテーブル -> 曜日表示部分デザイン------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:12px;
color:#FF99CC;
font-weight:bold;
padding-top:3;
padding-bottom:3;
padding-right:3;
padding-left:3;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:12px;
font-weight:bold;
padding-top:3;
padding-bottom:3;
padding-right:3;
padding-left:3;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:12px;
color:#99CCFF;
font-weight:bold;
padding-top:3;
padding-bottom:3;
padding-right:3;
padding-left:3;
}
/*-------カレンダーテーブル -> 日付表示部分デザイン------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:#FF99CC;
font-size:12px;
padding-top:2;
padding-bottom:2;
padding-right:3;
padding-left:3;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:12px;
color:#99CCFF;
padding-top:2;
padding-bottom:2;
padding-right:3;
padding-left:3;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:12px;
padding-top:2;
padding-bottom:2;
padding-right:3;
padding-left:3;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:12px;
}

/****コメント -> 管理者返信部分デザイン****/
.CommentResBlock {
padding-top:0;
padding-right:0;
padding-bottom:10;
padding-left:0;
margin: 20px 0px 0px 30px;
}

.CommentResBox {
padding:10px;
width:330px;
border:solid 1px #AAAAAA;
background-image:url('http://bfile.shinobi.jp/774/clear-y.gif');
}

.CommentResTitle {
font-size:12px;
font-weight:bold;
color:#34B22D;
border-bottom: solid 1px #AAAAAA;
padding-top:0;
padding-right:10;
padding-bottom:0;
padding-left:10;
}

.CommentResText {
padding-top:10;
padding-right:0;
padding-bottom:10;
padding-left:20;
line-height:140%;
}

.CommentResheader {
text-align:right;
margin:5px 0px;
font-weight: bold;
color:#34B22D;
}

.CommentResFooter {
text-align:right;
margin:15px 0;
}
　