/**************************************************************************************
全ブロック
**************************************************************************************/
/*BODY*/
body {
margin:0;
padding:0px;
text-align:center;
color:#663333;
font-size:12px;
background-color:#FFFFFF;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
a:link {
text-decoration:none;
color:#330000;
}
a:visited{
text-decoration:none;
color:#330000;
}
a:hover {
text-decoration:none;
color:#FFFFFF;
}
a:active {
text-decoration:none;
color:#FFFFFF;
}

/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

.btn {
margin-top:10px;
font-size:11px;
border:none;
background-color:#330000;
color:#ffffff;
}

/**************************************************************************************
　メインブロック
**************************************************************************************/
#Layer2 {
position:absolute;
width:500px;
z-index:1;
overflow: visible;
left: 200px;
top: 30px;
}

#mainBlock {
border:solid 1px #330000;
clear:both;
width:500px;
text-align: center;
background-color:#CCCC99;
}

.box {
margin-top:10px;
border:solid 1px #330000;
background:#CCCC99 url('http://bfile.shinobi.jp/883/wanko_boxbg.gif') 0px 0px repeat-x;
color:#CC6633;
}

/**************************************************************************************
トップ
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
background: url('http://bfile.shinobi.jp/883/wanko.jpg') top right no-repeat;
width:500px;
height: 200px;
text-align: left;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
font-size:15px;
padding: 50px 0px 0px 50px;
width:250px;
}

#TopTitle a:link {
text-decoration:none;
color:#330000;
}
#TopTitle a:visited{
text-decoration:none;
color:#330000;

}
#TopTitle a:hover {
text-decoration:none;
color:#FFFFFF;

}
#TopTitle a:active {
text-decoration:none;
color:#FFFFFF;

}

/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
font-size:11px;
padding: 10px 0px 0px 50px;
width:250px;
}

/**************************************************************************************
フッター
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 200px;
width:500px;
background:#CCCC99 url('http://bfile.shinobi.jp/883/wanko_footer.gif') bottom left no-repeat;
}

#FooterBlock a:link {
display:inline;
text-decoration:none;
color:#330000;
}
#FooterBlock a:visited{
display:inline;
text-decoration:none;
color:#330000;

}
#FooterBlock a:hover {
display:inline;
text-decoration:none;
color:#FFFFFF;

}
#FooterBlock a:active {
text-decoration:none;
color:#FFFFFF;
}

#copy{
font-size:10px;
color:#330000;
}

#samurai {
font-size:10px;
color:#330000;
}
/**************************************************************************************
  記事
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 500px;
text-align:center;
}
#EntryBlock a:link {
display:inline;
text-decoration:none;
color:#330000;
}
#EntryBlock a:visited{
display:inline;
text-decoration:none;
color:#330000;

}
#EntryBlock a:hover {
display:inline;
text-decoration:none;
color:#FFFFFF;

}
#EntryBlock a:active {
display:inline;
text-decoration:none;
color:#FFFFFF;

}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
width:400px;
margin-left:auto;
margin-right:auto;
padding: 10px;
text-align: left;
margin-bottom:40px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
border-bottom:solid 1px #330000;
text-align: left;
font-size:15px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
line-height:1.4;
padding: 10px 0px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px 0px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
font-size:10px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
color:#330000;
margin-left:5px;
margin-right:5px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {

}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:30px 0px;
}
.PageLinkBlock a:link {
display:inline;
}
.PageLinkBlock a:visited {
display:inline;
}
.PageLinkBlock a:hover {
display:inline;
}
.PageLinkBlock a:active {
display:inline;
}

.page {
margin:0px 5px;
}
/**************************************************************************************
  コメント
**************************************************************************************/
#cm_table td {
text-align:left;
padding:10px;
}

.cm_cm {
border-right:solid 3px #CCCC99;
background-color:#FFFFFF;
}

.cm_res {
border-left:solid 3px #CCCC99;
background-color:#FFFFFF
}

/*コメント全体の設定*/
.CommentBlock{
text-align:left;
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
color:#663333;
font-size:18px;
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px 30px 0px;
}

/*コメントのタイトル部分*/
.CommentTitle{
width:200px;
font-size:15px;
text-align: left;
}
/*コメント部分*/
.CommentText{
font-size:11px;
text-align: left;
width:200px;
padding: 10px 0px;
line-height:1.4;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
font-size:10px;
text-align: left;
width:200px;
padding:5px 0px;
}

.res {
margin-left:5px;
}

/*投稿者名の部分*/
.CommentUserName{
margin-left: 0px;
text-align:left;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 0px;
font-size:10px;
text-align:left;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
.CommentFormBlock{
color:#669999;
text-align:center;
margin-bottom:20px;
width:450px;
height:290px;
margin-left:auto;
margin-right:auto;
padding-bottom:10px;
}
.CommentFormTable{
margin-top:10px;
width:450px;
margin-left:auto;
margin-right:auto;
margin-top:0;
padding-top:10px;

}
#leftform {
margin-left:10px;
margin-bottom:0px;
width:200px;
float:left;
}

#rightform {
margin-bottom:0px;
width:200px;
float:right;
}
.CommentFormTh{
color:#663333;
font-size:10px;
padding-top:3px;
text-align:left;
margin-bottom:2px;
}

.CommentFormTd{
color:#663333;
padding-top:2px;
text-align:left;
}

.CommentForms {
font-size:11px;
color:#000000;
border:none;
}
.CommentFormSubmit{
color:#669999;
text-align:left;
padding:10px 0px;
}

.postbtn {
font-size:11px;
border:none;
background-color:#330000;
color:#ffffff;
width:180px;
}

/*inputタグやtextareaの設定*/
.CommentForms{
width:180px;
background-color:#CCCC99;
font-size:11px;
border:solid 1px #FFFFFF;
color:#663333;
}

#color {
}

.CommentResBlock {
width:200px;
padding:0px;
font-size:11px;
text-align:left;
}

.CommentResBox {
width:200px;
padding: 0px;
font-size:11px;
text-align:left;
}

.CommentResTitle {
width:200px;
font-size:15px;
text-align:left;	
}

.CommentResText {
width:200px;
padding:10px 0px;
font-size:11px;
text-align:left;
line-height:1.4;
}

.CommentResFooter {
width:200px;
margin:10px 0;
font-size:10px;
text-align:left;
}

/**************************************************************************************
  トラックバック
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{font-size:18px;
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
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;
}

.tb_box {
border:solid 1px #330000;
background:#CCCC99 url('http://bfile.shinobi.jp/883/wanko_boxbg.gif') 0px 0px repeat-x;
color:#FF6600;
}

/**************************************************************************************
  プラグイン
**************************************************************************************/
#Layer1 {
border:solid 1px #330000;
background-color:#CCCC99;
position:absolute;
width:180px;
z-index:2;
overflow: visible;
left: 690px;
top: 220px;
}

/*プラグイン表示箇所全体の設定*/
.PluginBlock {
margin:0px 15px;
width: 160px;
text-align: left;
font-size:11px;
}

.PluginBlock a:link {
text-decoration:none;
color:#330000;
}
.PluginBlock a:visited{
text-decoration:none;
color:#330000;

}
.PluginBlock a:hover {
text-decoration:none;
color:#FFFFFF;

}
.PluginBlock a:active {
text-decoration:none;
color:#FFFFFF;

}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px 5px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-bottom:solid 1px #330000;
color:#CC6633;
margin-bottom:5px;
padding: 0px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 0px;
}

/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:0px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {font-size:10px;
text-align:left;
}

/**************************************************************************************
  プラグインカレンダー
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {font-size:11px;
padding:3px;
width:100%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {font-size:13px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
background-color:#FFFFFF;
width:100%;
padding:3px;
}
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {border:solid 1px #CCCC99;
font-size:11px;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {border:solid 1px #CCCC99;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {border:solid 1px #CCCC99;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {border:solid 1px #CCCC99;
}
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {font-size:11px;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
border:solid 1px #CCCC99;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {border:solid 1px #CCCC99;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {border:solid 1px #CCCC99;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#CC6633;
}


/*縦カレンダーブロック
*********************************************/
#Layer3 {
position:absolute;
width:50px;
z-index:3;
overflow: visible;
left: 865px;
top: 200px;
border: solid 1px #330000;
background-color:#CCCC99;
}

/*カレンダーの背景*/
.C_Block{
margin-left:0px;
width:50px;
background-color:#CCCC99;
}

.C_Block a:link,a:visited {
display:block;
color:#330000;
text-decoration:none;
}

.C_Block a:hover,a:active {
display:block;
color:#FFFFFF;
text-decoration:none;
}


#tougetu {
padding-top:10px;
background-color:#330000;
width:50px;
font-size:12px;
font-weight:bold;
text-align:center;
color:#CC6633;
border-bottom:solid 1px #330000;
}

.tougetu {
font-size:46px;
}

.nengetu {
width:50px;
text-align:center;
font-size:12px;
font-weight:bold;
margin:0px;
color:#FFFFFF;
}



.nengetu .hiduke {
display:block;
padding:0px;
display:block;
padding:3px 0px;
border-bottom:solid 1px #330000;
text-align:center;
}

.hiduke a:link {
display:block;
color:#330000;
text-decoration:none;
}
.hiduke a:visited {
display:block;
color:#330000;
text-decoration:none;
}

.hiduke a:hover {
display:block;
color:#CC6633;
text-decoration:none;
}

.hiduke a:active {
display:block;
color:#CC6633;
text-decoration:none;
}

.nengetu .mae {
font-weight:bold;
padding:10px 0px;
border-bottom:solid 1px #330000;
}

.mae a:link {
display:block;
color:#330000;
text-decoration:none;
}

.mae a:visited {
display:block;
color:#330000;
text-decoration:none;
}

.mae a:hover {
display:block;
color:#CC6633;
text-decoration:none;
}

.mae a:active {
display:block;
color:#CC6633;
text-decoration:none;
}

.nengetu .ato{
font-weight:bold;
padding:10px 0px;
border-bottom:solid 1px #330000;
color:#FF6600;
}
.ato a:link {
display:block;
color:#330000;
text-decoration:none;
}

.ato a:visited {
display:block;
color:#330000;
text-decoration:none;
}

.ato a:hover {
display:block;
color:#CC6633;
text-decoration:none;
}

.ato a:active {
display:block;
color:#CC6633;
text-decoration:none;
}

.other {
text-align:center;
margin:10px 0px;
color:#330000;
}


