body {
 line-height:150%;
 scrollbar-3dlight-color: #ffffff;
 scrollbar-darkshadow-color: #696969;
 scrollbar-face-color: #000000;
 scrollbar-highlight-color: #ffffff;
 scrollbar-shadow-color: #696969;
 scrollbar-track-color: #000000;
 scrollbar-arrow-color: #ffffff;
 text-align: center;
 background-color: #000000;
 font-size: 16px;
 font-family:"メイリオ","Meiryo UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック", "MS UI Gothic";
 color: #b1b1b1;
}
td {
 text-align: center;
}
table{
 border-collapse: collapse;
}
a:link {
 color: #888888;
 text-decoration: underline;
}
a:visited{
 color: #cccccc;
 text-decoration: undeline;
}
a:hover {
 text-decoration: none;
}
a:active {
 text-decoration: none;
 color: #696969;
}
#mainBlock {
 width: 1000px;
 text-align: center; 
 margin-right: auto;
 margin-left: auto;
}
.left {
 text-align: left;
}
.center {
 text-align: center;
}
.right {
 text-align: right;
}
/*********************************************
ブログトップ設定
*********************************************/
#TopBlock {
 width: 1000px;
 height: 500px;
 text-align: left;
 margin: 0px 0px 0px 0px;
 border-width: 0px;
 border-style: solid;
 border-color: #000000;
}
#TopTitle {
 padding: 20px 0px 0px 0px;
 font-size: 36px;
 font-weight: bold;
}
.TopTitleFont {
 text-decoration: none;
}
#TopExplanation {
 padding: 10px 0px 0px 40px; 
}
/*********************************************
ページ先頭のカレンダー表示部分の設定
*********************************************/
#CalendarBlock {
position: absolute;
height: 100%;
width: 1000px;
text-align: center;

/*
 left: 50%;
 margin-left: -350px; MUST be half the width */

 color: #b1b1b1;
 width: 1000px;


 border-width: 0px 0px 0px 0px;
 border-style: solid;
 border-color: #000000;
 padding: 20px 0px 20px 0px;

}
.CalenderTableMonth{
 font-weight: bold;
}
.CalenderTable{
 font-size: 12px;
 line-height: 20px;
 text-align: center;
 letter-spacing: 10px;
}
/*********************************************
フッターブロックの設定
*********************************************/
#FooterBlock {
 clear: both;
 height: 100px;
 text-align: right;
 color: #b1b1b1;
 border-width: 0px 0px 0px 0px;
 border-style: solid;
 border-color: #cccccc;
 padding: 30px 15px 0px 0px;
}
/*********************************************
プラグイン ブロックの設定
*********************************************/
.PluginBlock {
 width: 1000px;
 margin: 30px 30px 30px 30px; 
 border-width: 0px 0px 0px 0px;
 border-style: solid;
 border-color: #cccccc;
}
.PluginInnerBlock {
 width: 280px;
 margin: 20px;
}
.PluginTitle {
 border-width: 1px 0px 0px 0px;
 border-style: dotted;
 border-color: #cccccc;
 background-color: #000000;
 padding: 10px 10px 10px 10px;
 text-align:center;
 font-weight:bold;
 color: #b1b1b1;
}
.PluginExplanation {
 padding: 10px;
}
.PluginContents {
 font-size: 12px;
}
.Plugin_data {
 text-align: center; 
 margin-left: auto; 
 margin-right: auto; 
 padding: 5px;
}
.Plugin_data_date {
 text-align: center;
}
/*********************************************
記事部分の設定
*********************************************/
#EntryBlock {
 width: 1000px;
 text-align: center; 
 margin-right: auto;
 margin-left: auto;
 border-width: 0px 0px 0px 0px;
 border-style: solid;
 border-color: #696969;
}
.EntryInnerBlock {
 text-align: left;
 margin: 0px 0px 70px 0px; 
 background-color: #000000;
}
.EntryTitle {
 height: auto;
 text-align: left;
 background-color: #000000;
 padding: 10px 0px 10px 0px;
 border-width: 0px 0px 1px 0px;
 border-style: dotted;
 border-color: #696969;
 font-size:18px;
}
.EntryTitleFont {
}
.EntryTextBox {
}
.EntryText {
 padding: 20px 20px 10px 20px;
}
.EntryPsText {
 padding: 10px 20px 30px 0px;
 text-align: right;
}
.EntryFooter {
 height: auto;
 text-align: right;
 padding-top: 14px;
 padding-left: 15px;
 padding-bottom: 11px;
 border-width: 0px 0px 0px 0px;
 border-style: solid;
 border-color: #696969;
}
.EntryUserName {
}
.EntryWriteDate {
 margin-left: 5px;
}
.EntryCategory {
 margin-left: 5px;
}
.EntryComment {
 margin-left: 5px;
}
.EntryTrackback {
 margin-left: 5px;
}
.PageLinkBlock{
 text-align: center;
 padding: 0px 0px 20px 0px;
}
/*********************************************
フッター設定
*********************************************/
#FooterBlock {
 width: 1000px;
 text-align: right; 
 margin-right: auto;
 margin-left: auto;
 font-size: 12px;
/*********************************************
コメント部分
*********************************************/
.CommentBlock{
 padding: 0px;
}
.CommentMenuTitle{
 text-align: left;
 border-width:  0px 0px 0px 0px;
 border-style: dotted;
 border-color: #000000;
 padding: 10px 0px 10px 20px;
 color: #b1b1b1;
}
.CommentTextBox{
 margin: 30px 0px 30px 0px; 
 border-style: dotted;
 border-width: 1px 1px 1px 1px;
 border-color: #000000;
 color: #b1b1b1;
}
.CommentTitle{
 text-align: left;
 border-width: 1px 0px 1px 0px;
 border-style: dotted;
 border-color: #696969;
 background-color: #000000;
 padding: 10px 0px 10px 20px;
 color: #b1b1b1;
}
.CommentText{
 padding: 20px 20px 20px 30px;
 text-align: left;
 background-color: #000000;
 color: #b1b1b1;
}
.CommentFooter{
 text-align: right;
 padding: 10px 20px 10px 0px;
 color: #b1b1b1;
}
.CommentUserName{
 margin-left: 5px;
 color: #b1b1b1;
}
.CommentURL{
 margin-left: 5px;
 color: #696969;
}
.CommentWriteDate{
 margin-left: 5px;
 color: #696969;
}
.CommentEdit{
 margin-left: 5px;
 color: #696969;
}
.CommentFormBlock{
 width: 500px;
 margin: 0px 0px 60px 0px; 
 color: #696969;
}
.CommentFormTable{
}
.CommentFormTh{
 padding: 10px;
 text-align: right;
 font-size: 12px;
 color: #b1b1b1;
}
.CommentFormTd{
 padding: 10px;
 text-align: left;
}
.CommentFormSubmit{
 text-align:right;
 color: #b1b1b1;
}
.CommentForms{
 background-color:#000000;
 border-style:solid;
 border-color:#cccccc;
 border-width: 1px;
 color: #b1b1b1;
}
/*********************************************
トラックバック部分
*********************************************/
.TrackbackBlock{
}
.TrackbackMenuTitle{
 text-align: left;
 padding: 10px 0px 0px 20px;
}
.TrackbackTextBox{
 margin: 5px 0px;
}
.TrackbackTitle{
 text-align: left;
 border-width: 1px 0px 1px 0px;
 border-style: dotted;
 border-color: #696969;
 background-color: #000000;
 padding: 10px 0px 10px 20px;
}
.TrackbackText{
 padding: 10px;
 line-height: 150%;
}
.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;
 padding: 10px 0px 10px 20px;
}
.TrackbackURL{
}

/*********************************************
カレンダー設定
*********************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding: 5px;
margin: 10px 10px 0 10px;
width:180px;
font-family:"Verdana","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka";
color:#313131;
font-size:12pt;
line-height:20px;
text-align:center
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
color: #036;
text-align:right;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
color: #b1b1b1;
font-weight:bold;
width:80px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
color: #036;
text-align:left;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:180px;
padding: 5px;
margin: 0px 10px 10px 10px;
font-family:"Verdana","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka";
color:#313131;
font-size:12pt;
line-height:20px;
text-align:center
}
.CalendarTable td{
width:20px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
font-size:12px;
/* color:transparent; */
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#cc0000;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#003366;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:#cc0000;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color:#003366;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
color:#75b5c5;
font-weight:bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
.CalendarTdLinkFont a:hover{
color:#ffffff;
background-color: #036;
}
.CalendarTdLinkFont a:visited{
color: #036;
}
/*********************************************
コメント返信設定
*********************************************/
.CommentResBlock {
 text-align: right;
 width: 500px;
 padding: 0px;
 margin: 0px 0px 30px 0px;
 border-style: dotted;
 border-width: 1px;
 background-color: #000000;
}
.CommentResBox {
 padding: 7px;
}
.CommentResTitle {
 text-align: left;
 background-color: #000000;
 padding: 10px 0px 10px 20px;
}
.CommentResText {
 padding:10px 0px 0px 10px;
 text-align: left;
}
.CommentResFooter {
 text-align: right;
 margin: 10px;
}