/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin:0;
padding:0px;
color:#666666;
font-size:12px;
background:#000000 url("http://file.zuruppe.blog.shinobi.jp/haikei.jpg") top right no-repeat fixed;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
text-align:center;
}

td {
text-align:center;
}

table{
border-collapse: collapse;
}

a:link {
text-decoration:none;
color:#666666;
}
a:visited{
text-decoration:none;
color:#666666;
}

a:hover {
text-decoration:none;
color:#999999;
}

a:active {
text-decoration:none;
color:#999999;
}

.cl {
clear:both;
}
#wrapper {
margin-top:5px;
width:900px;
text-align:center;
margin-left:auto;
margin-right:auto;
min-height:1px;　/* for IE 7 */
}
#wrapper:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
#wrapper {
display:inline-table;
}

/* hide from Mac IE \*/
* html #wrapper {
height:1px;
}
#wrapper {
display:block;
}
/* */


#mainBlock {
margin-left:15px;
float:left;
width:550px;
text-align: center;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

.box {
margin-top:10px;
color:#CCCCCC;
background-color:#333333;
border:none;
}

.tb_box {
margin:0;
padding:0px;
background-color:#333333;
color:#CCCCCC;
border:none;
}


.btn {
margin-top:10px;
font-size:11px;
border:none;
color:#CCCCCC;
background-color:#000000;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:550px;
height: 200px;
text-align:center;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 50px 0px 0px 0px;
width:400px;
margin-left:auto;
margin-right:auto;
text-align:center;
font-size:32px;
font-weight:bold;
}

/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size:22px;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
width:400px;
margin-left:auto;
margin-right:auto;
text-align:left;
font-size:12px;
padding: 50px 0px 10px 0px;
}
#url {
padding: 10px 0px;
width:400px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
#master {
padding: 10px 0px;
width:400px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

/**************************************************************************************
フッター
**************************************************************************************/
#FooterBlock {
clear:both;
width:100%;
text-align:left;
background-color:#CC0000;
color:#000000;
padding:10px;
margin-top:50px;
}

#calender {
padding:0;
margin:0;
clear:both;
text-align:left;
margin-left:20px;
}
.tougetu {
margin-right:20px;
}
#days {
padding:0;
margin:0;
height:20px;
letter-spacing:1.5px;
text-align:left;
}
.p8x {
margin-left:15px;
}

#copy {
font-size:10px;
margin-left:20px;
}

#samurai {
font-size:10px;
margin-left:20px;
}

.c {
color:#999999;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
margin-left:10px;
float:left;
width: 180px;
text-align: left;
font-size:11px;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px 5px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-bottom:solid 1px #333333;
color:#666666;
margin-bottom:5px;
padding: 0px;
font-size:18px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 0px;
font-size:12px;
}

/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:0px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
font-size:10px;
text-align:left;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 600px;
text-align:center;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
width:600px;
margin-left:auto;
margin-right:auto;
padding: 10px;
text-align: left;
margin-bottom:40px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
border-bottom:solid 1px #333333;
text-align: left;
font-size:15px;
padding:10px 0px;
margin-bottom:10px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
line-height:1.4;
padding: 10px 0px;
font-size:13px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px 0px;
text-align: right;
font-size:13px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
font-size:10px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
color:#666666;
margin-left:5px;
margin-right:5px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {

}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
margin:10px 0px;
text-align:center;
}

.pagelink {
margin:0px 5px;
}
.p_n {
margin:0px 10px;
}

.page {
margin:0px 5px;
}
/**************************************************************************************
  コメント
**************************************************************************************/

/*コメント全体の設定*/
.CommentBlock{
width:500px;
margin-left:auto;
margin-right:auto;
padding:10px 0px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
clear:both;
width:400px;
margin-left:auto;
margin-right:auto;
color:#CCCCCC;
font-size:18px;
text-align: left;
margin:30px 0px;
}

.p10x {
font-size:10px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
width:400px;
margin: 30px 0px;
}
.c_box {
}

/*コメントのタイトル部分*/
.CommentTitle{
width:250px;
text-align: left;
float:left;
padding: 5px 10px 10px 10px;
border-left:solid 1px #333333;
font-size:15px;
background-color:#CCCCCC;
}
/*コメント部分*/
.CommentText{
font-size:13px;
line-height:1.4;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px 10px 5px 5px;
width:100px;
float:left;
}
/*投稿者名の部分*/
.CommentUserName{
color:#666666;
padding-bottom:5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
font-size:10px;
font-size:10px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
}
/*コメント編集へのリンク部分*/
.CommentEdit{
font-size:10px;
}

.CommentResBlock {
width:400px;
padding:10px 0px;
margin-left:auto;
margin-right:auto;
clear: both;
}

.CommentResBox {
width:500px;
text-align: left;
padding:10px 0px;
}

.CommentResTitle {
float:left;
padding: 5px 0px 20px 10px ;
width:250px;
border-left:solid 1px #333333;
font-size:15px;
}

.CommentResText {
font-size:13px;
line-height:1.4;
}

.CommentResFooter {
padding:5px 10px 5px 5px;
width:100px;
text-align:right;
float:left;

}


/**************************************************************************************
  コメントフォーム
**************************************************************************************/
/*コメントフォームTHタグ設定*/
.CommentFormTh{
font-size:11px;
padding-top:5px;
text-align:left;
padding-left: 10px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:0px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}

#send {
margin-left:7px;
}
/*inputタグやtextareaの設定*/
.CommentForms{
font-size:11px;
width:180px;
text-align: left;
border:none;
border:solid 1px #333333;
color:#333333;
}
#formtable {
width: 400px;
margin-left:auto;
margin-right:auto;
}
#select {
width:40px;
margin:0px;
text-align:center;
}

.emoji {
margin-left:7px;
vertical-align:bottom;
}


/**************************************************************************************
  トラックバック
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
clear:both;
width:400px;
margin-left:auto;
margin-right:auto;
padding:10px 0px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
width:400px;
margin-left:auto;
margin-right:auto;
color:#CCCCCC;
font-size:18px;
text-align: left;
margin-bottom:30px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
width:400px;
margin-left:auto;
margin-right:auto;
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;

padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
font-size:11px;
padding:3px;
width:100%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {font-size:13px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
background-color:#333333;
width:100%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
border:solid 1px #333333;
font-size:11px;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
border:solid 1px #333333;
background-color:#660033;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
border:solid 1px #333333;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
border:solid 1px #333333;
background-color:#330099;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
font-size:11px;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
border:solid 1px #333333;
background-color:#660033;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
border:solid 1px #333333;
background-color:#330099;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
border:solid 1px #333333;
background-color:#333333;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#CC0000;
}

