/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
background-color:#FFFFFF;
font-size:10px;
line-height: 180%;
letter-spacing: 1px;
font-family: Verdana, 'ＭＳ ゴシック';
text-align:center;
background-image:url('http://file.kotobaxkobako.blog.shinobi.jp/sora.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center bottom;
scrollbar-3dlight-color:#CCCCFF;
scrollbar-arrow-color:#CCCCFF;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#CCCCFF;
scrollbar-track-color:#ffffff;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color:#000000;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#000000;
text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#000000;
text-decoration:none;
background-color:#CCCCCC;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#CCCCCC;
text-decoration:underline;
}

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

/*改行*/
br{
letter-spacing:normal;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:807px;
height:70px;
text-align:left;
background-color:;
background-color:;
filter:Alpha(opacity=85);
-moz-opacity:(0.85);
}
/*ページタイトル文字部分の設定*/
#TopTitle {
border-style:dotted;
border-top-width:10;
border-right-width:0;
border-bottom-width: 0;
border-left-width: 0px;
font-size:16px;
font-weight:bold;
padding-top:10;
padding-right:0;
padding-left:15;
padding-bottom:0;
letter-spacing: 3px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color:#000000;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
letter-spacing: 2px;
border-style:dotted;
border-top-width:0;
border-right-width:0;
border-bottom-width: 4;
border-left-width: 0px;
padding-top:10;
padding-right:15;
padding-left:10;
padding-bottom:6;
text-align:right;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 200px;
text-align: center;
}

/*-------------------------------------------------------
 横カレンダー
-------------------------------------------------------*/
#CalendarBlock {
	width: 97%;
	height: auto;
	text-align: center;
	background-color: ;
	padding: 0px;
	margin: 8 0 8 0;
         filter:Alpha(opacity=80);
        -moz-opacity:(0.80);
         }

.Calendar {
	color: #cccccc; 
	font-size: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 263px;
text-align: left;
float:left;
letter-spacing: 0px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top-width:5;
border-right-width:0;
border-bottom-width: 3px;
border-left-width: 0px;
background-color:;
padding-top:0;
padding-right:10;
padding-left:10;
border-style:dotted;
font-weight:bold;
line-height:300%;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 5px;

}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
background-color:;

}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 530px;
float:left;
text-align: left;
background-color:;

}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
border-style:dotted;
font-size:12px;
font-weight:bold;
padding-right:10;
padding-left:10;
background-color:;
border-right-width:0;
border-bottom-width:3;
border-left-width:0;
border-top-width:5;
padding-top:0;
padding-bottom:0;
line-height:300%;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color:#000000;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
background-color:;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
background-color:;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
background-color:;
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
background-color:;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
background-color:;
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
background-color:;
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
background-color:;
width:160px;
filter:Alpha(opacity=70);
margin: 15px  0px 15px 190px
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
filter:Alpha(opacity=83);
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
padding-right:10px;
padding-left:10px;
font-size:11px;
background-color:;
border-top-width:5;
border-right-width:0;
border-bottom-width:3;
border-left-width:0;
border-style:dotted;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
font-size:12px;
background-color:;
padding-right:10px;
padding-left:10px;
border-top-width:0;
border-right-width:0;
border-bottom-width:0;
border-left-width:0;
border-style:none;
}
/*コメント部分*/
.CommentText{
line-height: 140%;
padding: 10px;
font-size:10px;
background-color:;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
background-color:;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
background-color:;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
background-color:;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
background-color:;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
background-color:;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
width:520px;
font-size:11px;
background-color:;
padding-left:5px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
padding-top:10px;
padding-bottom:10px;
text-align:center;
}
/*inputタグやtextareaの設定*/
.CommentForms{scrollbar-3dlight-color:#CCCCFF;
scrollbar-arrow-color:#CCCCFF;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#CCCCFF;
scrollbar-track-color:#ffffff;
filter:chroma(color=#ffffff);
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
background-color:;
font-size:11px;
padding-right:10px;
padding-left:10px;
border-style:dotted;
border-top-width:5;
border-right-width:0;
border-bottom-width:3;
border-left-width:0;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
line-height: 140%;
border:solid 1px #CCCCFF;
background-color:;
padding:5px;
margin: 5px 0px 5px 60px
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
font-size:11px;
font-weight:700;
padding-right:0px;
padding-left:5px;
background-color:;
}

/*トラックバックの記事部分*/
.TrackbackText{
padding-right:0px;
padding-left:15px;
background-color:;
font-size:10px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
background-color:;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
background-color:;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
background-color:;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
background-color:;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
background-color:;
padding-top:10;
padding-right:10;
padding-bottom:10;
padding-left:10;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
background-color:;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
font-size:10px;
background-color:;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px; 
font-size:10px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#CC0066;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
color:#666666;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#6666CC;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {

color:#CCCCCC;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {

color:#CCCCCC;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
color:#CCCCCC;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {

}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#000000;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:0px 0px 10px 60px;
}

.CommentResBox {
	border:solid 1px #CCCCFF;
	padding:5px;
background-color:;
}

.CommentResTitle {
	font-size:11px;
	font-weight:700;
}

.CommentResText {
line-height: 140%;
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:5px 0;
	
}