/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {

/* 背景設置に関するサポート致します　tableenoch.blog.shinobi.jp */
  background-color:#FFFFFF ; /*背景色*/
  background-image:url('http://file.successbizcdt.blog.shinobi.jp/CDTblog-ninjya01bodybg.jpg');
  background-repeat:repeat-y;
  background-position:center top;
  text-align:center;
  font:12px Verdana ;
  color:#000000 ;
  text-align:center ;
}

/*<td>の全ての設定*/
td,th{
  text-align:center ;
  font:10px Verdana ;
  color:#4A0767 ;
}

/*table全ての設定*/
table{
  border-collapse:collapse ;
}

/*通常のリンクの設定*/
a{
  text-decoration:none ;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
  position:relative ;
  top:2px ; left:2px ;
}

/*全体の設定*/
#mainBlock {
  width:800px;
  margin:-15px auto 0px auto;
  padding:0px;
  text-align:center ;
}

/*テキスト左寄せ*/
.left {
  text-align:left ;
}
/*テキスト中央寄せ*/
.center {
  text-align:center ;
}
/*テキスト右寄せ*/
.right {
  text-align:right ;
}

img{
  border:0 ;
}






/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
#PluginBlock {
  width:260px ;
  margin-top:0px;
  text-align:left ;
  float:left ;
  background-color:#ffffff ;
  filter:Alpha(opacity=60) ;/*IE*/
  opacity:0.6 ;/*Safari*/
  -moz-opacity:0.6 ;/*Mozilla,FireFox,Netscape*/
  margin-left:5px ;
  margin-right:6px;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
  padding:5px ;
  border-bottom:dotted 2px #663399 ;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
  background-position: left center;
  background-image:url('http://file.successbizcdt.blog.shinobi.jp/CDTblog-ninjya01point.jpg');
  background-repeat:no-repeat;
  font-size:12px;
  font-weight:bold ;
  letter-spacing:2px ;
  padding:6px 5px 5px 23px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {}

/*プラグインが表示される場所の設定*/
.PluginContents {
  padding:5px ;
}
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
  padding-top:8px;
  letter-spacing:1.4px ;
  line-height:14px ;
}
.Plugin_data a{
  color:#000000 ;
  text-decoration:none ;
}
.Plugin_data a:hover{
  color:#0000ff ;
  position:relative ;
  top:2px ; left:2px ;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
}

/*プラグイン内の検索の設定*/
.blogsearch{
  text-align:center ;
}
.box{
  border:3px dobbled #660066 ;
  background-color:#FFFFFF ;
  color:#000000 ;
  font:10px Verdana ;
  width:200px ;
  height:20px ;
}
.btn{
  border:0 ;
  background-color:#ffffff ;
  color:#000000 ;
  font:10px Verdana ;
  width:25px ;
  height:18px ;
}






/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
  width:510px ;
  float:left ;
  text-align:left ;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
  background-color:#;
  color:#333333;
  width:510px ;
}

.EntryInSpace{
  padding:10px ;
}
.EntryOutSpace{
  height:20px ;
}

/*ブログタイトルの設定*/
#TopTitle{
  text-align:left ;
  width:510px;
  height:150px;
  background-position: left top;
  background-image:url('http://file.successbizcdt.blog.shinobi.jp/CDTblog-ninjya01rheader.jpg');
  background-repeat:no-repeat;
  padding-top:120px ;
  padding-bottom:5px;
  margin-bottom:0px;
  margin-top:0px;
  margin-left:10px;
  font-size:18px ;
  letter-spacing:2px ;
}
#TopTitle a{
  color:#333333 ;
  font-weight:bolder;
  text-decoration:none ;
}
#TopTitle a:hover{
  color:#660099 ;
  position:relative ;
  top:2px ; left:2px ;
}
/*ブログの説明文の設定*/
#TopExplanation{
  margin-top:-15px;
  margin-bottom:10px;
  text-align:left ;
  padding-top:8px ;
  margin-left:10px ;
  letter-spacing:2px ;
  color:#333333;
}


/*各記事タイトル部分の設定*/
.EntryHeader{
  text-align:left ;
  margin-left:10px;
  padding:5px 10px;
  background-color:#BBA3D9;
  font-size:10px;
  color:#666666;
}
/*記事タイトル*/
.EntryTitle {
  font-size:12px ;
  font-weight:bolder;
  letter-spacing:2px ;
}
.EntryTitle a{
  color:#333333 ;
  font-size:14px;
  text-decoration:none ;
}
.EntryTitle a:hover{
  color:#3333CC ;
  position:relative ;
  font-size:14px;
  top:2px ; left:2px ;
}
/*記事を投稿した日*/
.EntryWriteDate{
  text-align:left ;
  margin:10px ;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
  color:#525252;
  text-align:left ;
  line-height:16px ;
  padding:15px ;
}
.EntryTextBox a{
  color:#525252 ;
  text-decoration:none ;
  border-bottom:dotted 1px #A584CC ;
}
.EntryTextBox a:hover{
  color:#660099 ;
  border:0 ;
  position:relative ;
  top:2px ; left:2px ;
}


/*追記文書が記載される部分*/
.EntryPsText {
  text-align:left ;
  line-height:16px ;
  padding:3px 20px 20px 20px ;
}
.EntryPsText a{
  color:#525252 ;
  text-decoration:none ;
  border-bottom:dotted 1px #A584CC ;
}
.EntryPsText a:hover{
  color:#660099 ;
  border:0 ;
  position:relative ;
  top:2px ; left:2px ;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter{
  text-align:right ;
  padding:10px ;
}
.EntryFooter a{
  color:#525252 ;
  text-decoration:none ;
  border-bottom:dotted 1px #A584CC;
}
.EntryFooter a:hover{
  color:#660099 ;
  border:0 ;
  position:relative ;
  top:2px ; left:2px ;
}






/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメントのタイトル部分*/
.CommentTitle{
  text-align:left ;
  margin-bottom:6px;
  padding:1px 5px 1px 5px;
  border-left:15px solid #BBA3D9;
}
/*投稿者名の部分*/
.CommentUserName{
  margin-left:5px ;
}
.CommentUserName a{
  color:#525252 ;
  text-decoration:none ;
  border-bottom:dotted 1px #A584CC ;
}
.CommentUserName a:hover{
  color:#660099 ;
}

/*投稿者のホームページへのリンク部分*/
.CommentURL{
  margin-left:5px ;
}
.CommentURL a{
  color:#525252 ;
  text-decoration:none ;
  border-bottom:dotted 1px #A584CC ;
}
.CommentURL a:hover{
  color:#660099 ;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
  margin-left:5px ;
  color:#666666;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
  margin-left:5px ;
}
.CommentEdit a{
  color:#525252 ;
  text-decoration:none ;
  border-bottom:dotted 1px #A584CC ;
}
.CommentEdit a:hover{
  color:#660099 ;
}
/*コメント部分*/
.CommentText{
  margin-top:15px ;
  margin-bottom:20px;
  padding:10px ;
  line-height:16px ;
  border:1px solid #BBA3D9 ;
}






/**************************************************************************************
  コメントフォームの設定
**************************************************************************************/
.CommentFormBox{
  text-align:center ;
  padding:20px ;
  color:#525252;
}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
  color:#525252;
  text-align:right ;
  padding-right:5px ;
  font:10px Verdana ;
  letter-spacing:1.6px ;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
  color:#525252;
  text-align:left ;
  padding-left:5px ;
  font:10px Verdana ;
  letter-spacing:1.6px ;
}
/*inputタグの設定*/
.CommentForms{
  border:0 ;
  background-color:#BBA3D9 ;
  font:10px Verdana ;
  color:#ffffff ;
  width:200px ;
  height:18px ;
  margin-bottom:5px ;
}
/*textareaの設定*/
.CommentFormTxt{
  border:0 ;
  background-color:#BBA3D9 ;
  font:10px Verdana ;
  line-height:14px ;
  color:#ffffff ;
  width:250px ;
  height:135px ;
  margin-bottom:12px ;
  scrollbar-3dlight-color:#BBA3D9 ;
  scrollbar-darkshadow-color:#6C5775 ;
  scrollbar-highlight-color:#EAE2F3 ;
  scrollbar-shadow-color:#6C5775 ;
  scrollbar-arrow-color:#ffffff ;
  scrollbar-face-color:#BBA3D9 ;
  scrollbar-track-color:#BBA3D9 ;
}






/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
  border:0 ;
  background-color:#BBA3D9 ;
  color:#525252 ;
  font:10px Verdana ;
  width:470px ;
}






/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
  text-align:center ;
  padding:3px;
  width:182px ;
  margin-bottom:10px ;
}
/*今月*/
.CalendarNowTd {
  text-align:center ;
  width:100px ;
}
/*先月*/
.CalendarPrevTd {
  width:41px ;
  text-align:center ;
}
.CalendarPrevTd a{
  color:#000000 ;
}
.CalendarPrevTd a:hover{
  color:#0000ff ;
  position:relative ;
  top:2px ; left:2px ;
}
/*来月*/
.CalendarNextTd {
  width:41px ;
}
.CalendarNextTd a{
  color:#000000 ;
}
.CalendarNextTd a:hover{
  color:#0000ff ;
  position:relative ;
  top:2px ; left:2px ;
}

/******* カレンダー表示用テーブル *******/
.CalendarTable {
  width:182px ;
  padding:3px ;
}
/*曜日-日曜日*/
.CalendarWdaySun {
  width:26px ;
  padding-bottom:8px ;
  font-weight:bold ;
}
/*曜日--平日*/
.CalendarWday {
  width:26px ;
  padding-bottom:8px ;
  font-weight:bold ;
}
/*曜日-土曜日*/
.CalendarWdaySat {
  width:26px ;
  padding-bottom:8px ;
  font-weight:bold ;
}
/*日付-日・平日・土*/
.CalendarTdSun, .CalendarTd, .CalendarTdSat {
  width:26px ;
}
/*記事が存在する時のリンクの設定*/
.CalendarTd a, .CalendarTdSat a, .CalendarTdSun a{
  color:#000000 ;
  font-weight:bold ;
}
.CalendarTd a:hover, .CalendarTdSat a:hover, .CalendarTdSun a:hover{
  color:#ffff00 ;
  position:relative ;
  top:2px ; left:2px ;
}



/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
  clear:both ;
  text-align:center ;
  margin:20px 0 ;
  letter-spacing:2px ;
}
#FooterBlock a{
  color:#525252 ;
  text-decoration:none ;
  border-bottom:dotted 1px #A584CC ;
}
#FooterBlock a:hover{
  color:#660099 ;
  border:0 ;
  position:relative ;
  top:2px ; left:2px ;
}