/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
*  {margin:0;padding:0;
   font-style:normal;
   background-color:transparent;}


/*BODY全体に関する設定*/
body {width:100%;
background-image:url('http://file.tsesie.blog.shinobi.jp/kingyo-13.gif');
background-attachment:fixed;
font-size:11px;
color:#000033;
font-weight:normal;
margin:0;padding:0;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color:#e61a4d;

text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#e61a4d;

text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#FF6600;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#FF6600;
text-decoration:none;
}

/*全体の設定*/
#mainBlock {
width:85%;height:500px;
position:absolute;top:20px;left:70px;  
text-align:left;}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {text-align:center;height:40px;
width:100%;
overflow:auto;
margin:0;padding:0;
background-image:url('');
background-repeat:no-repeat;
background-position:center top;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 10px 0px 0px 40px;
font-weight:bold;
font-size:22px;
background:transparent;
text-align:left;
padding:0px 0px 0px 80px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color:#CC0033;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
text-align:left;
padding:0px 0px 0px 80px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {width:100%;height:70px;overflow:auto;
              clear:right;
              text-align:center;
              padding:0;margin:0;
              background:transparent;
              font-size:80%;
              line-height:120%;}
#FooterBlock a {text-decoration:underline;}
#FooterBlock ul {margin:10px 0 0;}
#FooterBlock li {list-style-type:none;
                 margin:2px;}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width:220px;height:450px;
float:right;
position:relative;
z-index:2;
background:transparent;
overflow:auto;
text-align:center;
margin-top:10px;}

.PluginBlock * {direction:ltr;}

#PTITLE {display:none;}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock{background:#fff;
                   width:180px;overflow:auto;
                   margin:30px auto 10px;padding:0px;}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top-width:1;
border-right-width:1;
border-bottom-width:1;
border-left-width:1;
border-style:solid;

background-color:#FFFFFF;
padding-top:2;
padding-bottom:2;
padding-left:5;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {margin:0;padding:5px;}
/*プラグインが表示される場所の設定*/
.PluginContents {line-height:120%;
                 padding:5px;}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width:100%;height:450px;
overflow:auto;
float:right;
margin-right:0px;
margin-left:-220px;
margin-top:10px;
padding:0;
position:relative;
z-index:1;
background:transparent;
}

/*各記事タイトル部分、この記事にコメントする　と書かれてる部分、トラックバックメニューのタイトル部分の設定*/
#EntryBlock h2 {
margin-top:30px;
margin-right:0px;
margin-bottom:0;
margin-left:10px;
padding:3px 10px;
background:white;
font-weight:bold;
color:#4c3f26;}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin-top:15px;
margin-right:20px;
margin-bottom:35px;
margin-left:230px;
padding:0;
text-align:left;
background-color:white;}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
border-style:none;
font-size:15;
font-weight:bold;
margin:10;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
margin:20;
_width:100%;
_overflow:auto;
font-size:13;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
border-style:solid;
border-color:#FFCCCC;
border-top-width:1;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
margin-top:15px;
              margin-right:20px;
              margin-bottom:15px;
              margin-left:230px;
              padding:0;
              background:transparent;
}
/*この記事にコメントする　と書かれてる部分の設定*/

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{margin:0px;
                padding:5px 10px 20px;}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
border-style:solid;
border-color:#000033;
}
/*コメント部分*/
.CommentText{
line-height:145%;
             margin:0;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{text-align:right;
               margin:5px 0 0;
               padding:0;
               font-size:85%;}
.CommentFooter li {list-style-type:none;
                   display:inline;}
/*投稿者名の部分*/
.CommentUserName{
margin:0;padding:0;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin:0;padding:0;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin:0;padding:0;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin:0;padding:0;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{margin:0 0 10px 0;
                  padding:0;}
/*コメントフォーム全体の設定*/
.CommentFormDl {margin:0;padding:0;position:relative;
                width:100%;overflow:auto;}
/*コメントフォームdtタグ設定*/
.CommentFormDt {margin:0;padding:0;
                line-height: 1.2em;
                width:8.5em;
                text-align:right;}

/*コメントフォームddタグ設定*/
.CommentFormDd {margin:0;padding:0;
                position:relative; 
                top:-1.2em;left:9em;
                z-index:1;text-align:left;
                line-height:1.2em;width:50%;}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
border-style:solid;
border-color:#000033;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
border-style:solid;
border-color:#000033;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
border-style:solid;
border-color:#000033;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
border-style:solid;
border-color:#000033;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:center;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
background-color:#FF9900;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#CC0000;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#3399FF;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
font-size:13px;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:#CC0000;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color:#3399FF;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background-color:#FF9900;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	border:solid 1px #995555;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #995555;
}
