/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*全ての要素に関する設定*/
*{
margin:0px; padding:0px;
background:transparent;
font-size:100%;
font-family:Verdana,Osaka,sans-serif;
line-height:170%;}

/*BODY全体に関する設定*/
body {
padding-bottom:20px;
font-size:65%;
text-align:center;
}

/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
text-align:left;
}

a{
padding:2px;
text-decoration:none;
color:#369;}

/*通常のリンクの設定*/
a:link {
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#c9f;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {position:relative;top:-1px;}
/*アクティブ状態のリンクの設定*/
a:active {
}
#MainTable{
margin:auto;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 100% 100% #fff;
}

input,textarea{
border:none;
font-family:sans-serif;
}
input{
height:1.8em;
margin-left:5px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
textarea{
line-height:100%;
margin-left:5px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
select{background:#fff;}

.dot{
width:1px;
font-size:0pt;
background:url('http://bfile.shinobi.jp/2334/dot-y.gif') repeat-y;
}


/*全体の設定*/
#mainBlock {
width:600px;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/*新しい記事のタイトル表示設定*/
#NewLog{
clear:both;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x;
padding-top:1px;

}

#NewLog dl{
clear:both;
padding:2px 20px;
background:url('http://bfile.shinobi.jp/2334/dot-y.gif') repeat-y 10px 2px;
}
#NewLog dt{
float:left;
padding:2px 5px 2px 10px;
background:url('http://bfile.shinobi.jp/2334/arrow_a.gif') no-repeat 1px 50%;
}
#NewLog dd{
padding:2px;
background:#fff;
color:#999;
}

/*一行カレンダ*/
#LineCalendar{
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x;
padding:5px 0px 5px 20px;
}
#LineCalendar:first-line{
font-weight:bold;
}
#LineCalendar a{font-weight:bold;}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
text-align: left;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding:10px;
font:normal 20px 'Century gothic';
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
background:url('http://bfile.shinobi.jp/2334/dot-y.gif') repeat-y 10px;
padding:2px 20px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
padding:2px 0px;
margin-bottom:20px;
text-align: center;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
text-align: left;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100% #fff;
margin-bottom:20px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
padding:2px 10px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding:2px 10px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding:2px 5px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 600px;
text-align: left;
padding-left:0px;
background:url('http://bfile.shinobi.jp/2334/dot-y.gif') repeat-y 10px 0px;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
padding:5px 20px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
text-align: left;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin:0px 0px 0px 11px;
padding:10px;
background:#fff;
}
/*記事本文が記載される部分*/
.EntryText {}
/*追記文書が記載される部分*/
.EntryPsText {
text-align:left;
margin:1em 0px 0px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:0px 5px 10px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}

/*記事を投稿した日が記載されている部分*/
.EntryHead{
padding:5px 0px;
text-align:right;
}

/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
display:block;
text-align:left;
width:150px;
padding:3px 20px 2px 0px;
margin:auto 0px auto auto;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{

}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
padding:2px 20px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x #fff 0% 100%;
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 0%;
}
/*コメントのタイトル部分*/
.CommentTitle{
padding:2px 20px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
text-align: left;
}
/*コメント部分*/
.CommentText{
padding:10 25px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*編集コメントフォーム用テーブル*/
.EditCommentFormTable{
margin:auto;
width:270px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding:5px;
text-align:left;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
.CommentFormSubmit input{
height:auto;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding-top:1px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 0%;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
padding:2px 20px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100% #fff;
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 0%;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
padding:2px 20px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding:10 25px 5px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px 10px 10px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin:5px 5px 10px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: right;
padding:5px 0px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
width:300px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data,.plugin_data {
text-align:left;
line-height:20px;
padding-left:12px;
background:url('http://bfile.shinobi.jp/2334/arrow_a.gif') repeat-y 2px 0px #fff;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date,.plugin_data_date {
text-align:right;
color:#999;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダ内リンク*/
.CalendarMoveTable a,.CalendarTable a{
font-weight:bold;
margin:auto;
}

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:90%;
margin:auto;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x 0% 100%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
text-align:left;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
text-align:right;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:90%;
margin:auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {

}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink{
background:url('http://bfile.shinobi.jp/2334/dot-c.gif') 50% 50% #fff;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
margin: 0px 0px 50px 50px;
padding:0px 1px 1px;
background:url('http://bfile.shinobi.jp/2334/dot-y.gif') repeat-y;
}

.CommentResBox {

}

.CommentResTitle {
padding:2px 10px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x;
}

.CommentResText {
padding:5px 10px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') repeat-x;
}

.CommentResFooter {
padding:0px 10px 5px;
margin-top:1px;
background:url('http://bfile.shinobi.jp/2334/dot-x.gif') 0% 100% repeat-x;
text-align:right;
}
/*********
ユーザー定義
*********/
h1 {
	border-bottom: 2px dotted #000000;
	padding : 0.2em;
	margin: 0.2em;
	color: #000000;
	font-size: 1.3em;
}
h2 {
	padding: 0.3em;
	margin: 0.3em;
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	padding : 0.5em;
	margin : 0.5em;
	font-weight: bold;
}
p {
	padding : 0.5em;
	margin : 0.5em;
}
pre {
	padding : 0.5em;
	margin : 0.5em;
	border: 1px dotted #000000;
}
ul {
	margin : 0.1em 0.1em 0.1em 1em ;
	padding : 0.1em 0.1em 0.1em 1em ;
	list-style-type: none;
	vertical-align : middle ;
}