/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
*{
font-family:sans-serif;}
p,th,td,li{font-size:x-small;}

/*BODY全体に関する設定*/
body {

background-color:aliceblue;
text-align: center;
color:#333;
font-size:x-small;
line-height:1.4;
}

/*フッターテンプレート*/
#footer{
border-top:2px solid #999;
padding:1em;}

/*table全ての設定*/
table{
width:90%;
border-collapse: collapse;
border:1px solid #669;
margin:0.3em 0;}

table.text , table.text * , .left , .left *{text-align:left;}
table.data , table.data * , .right , .right *{text-align:right;}

th{text-align:center;
font-weight:normal;
background:#f3f3ff;
text-align:center;}

td {
text-align:center;
}

th,td{
padding:3px;
border:1px solid #669;
}
table.narrow{width:60%;}
table.fama,table.fama td,table.fama th{border:none;}

em{
font-weight:bold;
font-style:normal;
color:#33f;}
strong{
font-weight:bold;
font-style:normal;
color:#f33;}

ul,ol{margin:0.2em;}
li{list-style-position:inside;}

img{border:2px solid #ddf;
margin:0.3em;}

h2,h3,h4,h5,h6{
font-weight:normal;
clear:both;}

h2{
font-size:small;
border-bottom:1px solid #ccf;
margin:0.2em 0;
text-indent:1em;
}

h3{
font-size:x-small;
margin:0.2em 0.5em -0.5em 0.7em;
text-indent:1em;
border:1px solid #999;
border-width :0 0 1px 1px;
width:70%;}

/*リンクの設定*/
a{text-decoration:none;}
a:link{color:steelblue;}
a:visited{color:steelblue;}
a:active{color:#c0c0c0;}
a:hover{color:#000000;}

/*全体の設定*/
#mainBlock {
width:97%;
text-align: center;
margin-left:auto;
margin-right:auto;
}


/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:100%;
height: 100px;
text-align: left;
background-color:white;
padding-top:25px;
border: #5f5f5f 1px solid;
margin-bottom:10px;
}
/*ページタイトル文字部分の設定*/
h1#TopTitle {
padding: 10px 0px 0px 20px;
margin:2px;
font-size:medium;
font-weight:bold;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 20px 20px;
font-size:x-small;}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 90px;
text-align: right;
border-top:1px #5f5f5f dotted;padding:2px;margin-bottom50px;
margin-top:10px;
font-weight:bold;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 23%;
text-align: left;
float: right;
line-height:1.2;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:1%;
border: #5f5f5f 1px solid; 
margin-bottom:10px;
background-color:white;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom:1px #404040 dotted;padding:2px;margin-bottom:1px;
text-align:center;
margin-left:8px;
margin-right:8px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 3px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 3px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 73%;
float: left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 5px;
text-align: left;
border-color: #5f5f5f; border-width: 1px; border-style: solid; margin-bottom:10px; margin-right:10px;
background-color:white;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
border-bottom: #5f5f5f 1px dotted; padding:2px; margin-bottom:5px; 
margin-left:10px;margin-right:10px;
font-weight:bold;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
margin: 5px ;
padding : 0 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 5px;
}

/*追記クリック後に出る＋マークの設定*/
.ps{
text-align:center;
color:lightblue;
margin:0.3em;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
font-size:x-small;
text-align:right;
padding:2px 5px 2px 10px;
border-top:1px dotted #5f5f5f ;
}

/*記事を投稿した日が記載されている部分*/
/*記事のカテゴリ名が記載されている部分*/
/*記事へのコメントリンクが記載されている部分*/
.EntryWriteDate , .EntryCategory , .EntryComment , .EntryTrackback{
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:5px;
font-weight:bold;
}

/*トップに表示されている他のページへのリンク部分*/
.PageLinkBlock2{
text-align:right;
padding:5px;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
margin-left:5%;
margin-right:3%;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
line-height:120%;
border-bottom: #5f5f5f 1px solid;
border-top:#5f5f5f 1px solid;padding:2px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
border-color: #5f5f5f; border-width: 1px; border-style: solid;
background-color:white;
padding:7px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
border-bottom:1px #404040 dotted;padding:4px;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:2px;
border-top:1px #404040 dotted;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
border-bottom:1px #404040 solid;padding:2px;margin-bottom:50px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:right;
}
/*inputタグやtextareaの設定*/
.CommentForms{
color:#5f5f5f;background-color:white;
border: #5f5f5f 1px solid;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
margin-bottom:20px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 5px 5px 5px;
border-color: #5f5f5f; border-width: 1px; border-style: solid;
background-color:white;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
margin:2px 10px 2px 10px;
border-bottom: #5f5f5f 1px dashed;
padding:5px;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 15px;
line-height:130%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding: 1px 10px 1px 10px;
border-top: #5f5f5f 1px dashed;
margin-left:10px;margin-right:10px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: x-small;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
align:center;
margin-left:auto;
margin-right:auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
text-align:center;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
text-align:center;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
text-align:center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
text-align:center;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
align:center;
text-align:center;
margin-left:auto;
margin-right:auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
text-align:center;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:tomato;
text-decoration:underline;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:0px 0px 50px 60px;
}

.CommentResBox {
	padding:10px 10px 5px 10px;
border-color: #5f5f5f; border-width: 1px; border-style: solid;
background-color:white;
}

.CommentResTitle {
	font-size:100%;
	font-weight:500;
border-bottom:1px #404040 dotted;padding:2px;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:10px 5px 5px 10px;
	border-top:1px dotted #404040;
}
