/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
input,textarea,select{font:100% sans-serif,osaka,Verdana;border:1px solid #ccc;background:#fff;}
/*BODY全体に関する設定*/
body {
padding:0px;margin:0px;
background:#fff;
font:70%/175% Tahoma,Osaka,Verdana,sans-serif;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
font-size:100%;
border-collapse: collapse;
}
a{text-decoration:none;color:#000;font-weight:bold;}
a:hover{color:#f06;border-bottom:1px solid #999;}

/*通常のリンクの設定*/
a:link {
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
}
/*アクティブ状態のリンクの設定*/
a:active {
}

/*全体の設定*/
#mainBlock {
width:770px;
margin:auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
margin-bottom:20px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
font-size:21px;
padding: 10px 0px 0px 0px;}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 0px 30px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
margin:10px 0px;
text-align: right;
}
#FooterBlockEdit {
clear:both;
margin:10px 0px;
text-align: center;
}

#FooterBlock a{font-weight:normal;}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 199px;
font-size:90%;
text-align: left;
margin-bottom:-10px;margin-left:540px; padding:10px 0px;
background:url('http://bfile.shinobi.jp/3964/sback.gif') 0% 0% #eee;
border:1px solid #ccc; border-top:none;
}
.PluginBlock a{font-weight:normal;}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
font-size:110%;
line-height:25px;
background:url('http://bfile.shinobi.jp/3964/sline.gif') 0px 3px;
}
.PluginTitle:first-letter {
font-weight:bold;
color:#c06;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
}
/*プラグインが表示される場所の設定*/
.PluginContents {
color:#666;
}
.master{text-align:right; padding:0px 10px;}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 510px;
padding:0px 10px;
float:left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
background:#fff;
border:1px solid #ccc;
padding:20px;
margin-bottom:50px;
}
.Sun{background:url('http://bfile.shinobi.jp/3964/ic01.gif') no-repeat 0% 0%;}
.Mon{background:url('http://bfile.shinobi.jp/3964/ic02.gif') no-repeat 0% 0%;}
.Tue{background:url('http://bfile.shinobi.jp/3964/ic03.gif') no-repeat 0% 0%;}
.Wed{background:url('http://bfile.shinobi.jp/3964/ic04.gif') no-repeat 0% 0%;}
.Thu{background:url('http://bfile.shinobi.jp/3964/ic05.gif') no-repeat 0% 0%;}
.Fri{background:url('http://bfile.shinobi.jp/3964/ic06.gif') no-repeat 0% 0%;}
.Sat{background:url('http://bfile.shinobi.jp/3964/ic07.gif') no-repeat 0% 0%;}

/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
height:66px;
padding:0px 10px 5px 75px;
line-height:20px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
padding:3px;
color:#666;
margin: 15px 0px;
}
.EntryTextBox a{color:#f60;}
/*記事本文が記載される部分*/
.EntryText {
line-height:23px;
background:url('http://bfile.shinobi.jp/3964/sline2.gif');
}
.EntryText a{font-weight:normal;}
.EntryText a:hover{background:#ccc;border:none;}
/*追記文書が記載される部分*/
.EntryPsText {
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:left;
font:90% verdana,georgia,tahoma,sans-serif;
padding-left:10px;
line-height:150%;
margin:3px 0px;
color:#666;
}
.EntryFooter a{font-weight:normal;color:#f60;}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left:10px;
}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left:10px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.TopPageLinkBlock{
text-align:right;
color:#999;
}
.PageLinkBlock{
clear:both;
text-align:center;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock a{
border-bottom:1px solid #000;
font-weight:normal;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
height:24px;
line-height:24px;
background:url('http://bfile.shinobi.jp/3964/sline.gif') 0px 3px;
}
.CommentMenuTitle span{
background:url('http://bfile.shinobi.jp/3964/sball.gif') no-repeat 0% 50%;
padding-left:10px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 10px 0px 20px;
padding:10px;
border:1px solid #ccc;
}
/*コメントのタイトル部分*/
.CommentTitle{
font-weight:bold;
text-align: left;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
.CommentText a{
color:#f60;
border:none;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
/*投稿者のホームページへのリンク部分*/
.CommentURL,
.CommentUserName{
margin-left: 5px;
font-size:90%;
}
.CommentURL *,
.CommentUserName *{
font-weight:normal;
color:#999;
}
.CommentURL a,
.CommentUserName a{
color:#333;
}

/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
padding-right:10px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}

.edit form{margin:0px;}
.edit .CommentMenuTitle{padding-left:10px;}
.edit{margin:30px auto;border:1px solid #ccc;padding:20px 0px;width:400px;}
.edit .CommentFormBlock{
padding:20px 20px 0px;
}
.edit .CommentFormSubmit{padding-top:20px;}
.edit .CommentFormSubmit input{width:100%;}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
border-bottom:1px dotted #999;
margin-bottom:10px;
padding-bottom:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
line-height:24px;
height:24px;
background:url('http://bfile.shinobi.jp/3964/sline.gif') 0px 2px;
}
.TrackbackMenuTitle span{
background:url('http://bfile.shinobi.jp/3964/sball.gif') no-repeat 0% 50%;
padding-left:10px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
border-bottom:1px solid #000;
}
/*トラックバックの記事部分*/
.TrackbackText{
color:#966;
padding: 10px;}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
margin:5px 0px;

}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
width:250px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data,.plugin_data {
text-align:left;
padding:0px 5px 0px 10px;

}
.Plugin_data a,.plugin_data a{
border:none;
background:url('http://bfile.shinobi.jp/3964/sball2.gif') no-repeat 0px 4px;
padding-left:10px;
}
.Plugin_data a:hover,.plugin_data a:hover{
border:none;
background:url('http://bfile.shinobi.jp/3964/sball.gif') no-repeat 0px 4px;
padding-left:10px;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date,.plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:80%;
margin:auto;
}
.CalendarMoveTable a{font-weight:bold;}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
margin:auto;
}
.CalendarTable a{font-weight:bold;}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
}

.CommentResBox {
	border:solid 1px #ccc;
	background:#eee;
	padding:10px;
}

.CommentResTitle {

}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
}