/* CSS by TABLE E.NO.CH * http://mama.oops.jp/ */


/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {

/* 背景設置に関するサポート致します　tableenoch.blog.shinobi.jp */
  background-color:#000000 ; /*背景色*/
  background-image:url('http://file.dqn.blog.shinobi.jp/viploader202548.jpg'); /*背景画像*/

  margin-left:30px ;
  margin-right:30px ;
  margin-top:0 ;
  margin-bottom:0 ;
  font:10px Verdana ;
  color:#000000 ;
  text-align:center ;
background-repeat:no-repeat;
font-size:14px;
}

/*<td>の全ての設定*/
td,th{
  text-align:center ;
  font:10px Verdana ;
  color:#000000 ;
}

/*table全ての設定*/
table{
  border-collapse:collapse ;
}

/*通常のリンクの設定*/
a{
  text-decoration:none ;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
  position:relative ;
  top:2px ; left:2px ;
}

/*全体の設定*/
#mainBlock {
  width:760px;
  text-align:center ;
}

/*テキスト左寄せ*/
.left {
  text-align:left ;
}
/*テキスト中央寄せ*/
.center {
  text-align:center ;
}
/*テキスト右寄せ*/
.right {
  text-align:right ;
}

img{
  border:0 ;
}






/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
#PluginBlock {
  width:220px ;
  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-right:50px ;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
  padding:10px ;
  border-bottom:dotted 2px #000000 ;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
  font-weight:bold ;
  letter-spacing:2px ;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {}

/*プラグインが表示される場所の設定*/
.PluginContents {
  padding:10px ;
}
/*各プラグイン処理内の基本デザイン*/
.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:0 ;
  background-color:#000000 ;
  color:#ffffff ;
  font:10px Verdana ;
  width:140px ;
  height:18px ;
}
.btn{
  border:0 ;
  background-color:#ffffff ;
  color:#000000 ;
  font:10px Verdana ;
  width:25px ;
  height:18px ;
}






/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
  width:480px ;
  float:left ;
  text-align:left ;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
  background-color:#ffffff ;
  filter:Alpha(opacity=60) ;/*IE*/
  opacity:0.6 ;/*Safari*/
  -moz-opacity:0.6 ;/*Mozilla,FireFox,Netscape*/
  width:480px ;
}

.EntryInSpace{
  padding:3px ;
}
.EntryOutSpace{
  height:50px ;
}

/*ブログタイトルの設定*/
#TopTitle{
  text-align:left ;
  padding-top:20px ;
  margin-bottom:5px ;
  margin-left:20px ;
  font-size:16px ;
  letter-spacing:2px ;
}
#TopTitle a{
  color:#000000 ;
  text-decoration:none ;
}
#TopTitle a:hover{
  color:#FF3366 ;
  position:relative ;
  top:2px ; left:2px ;
}
/*ブログの説明文の設定*/
#TopExplanation{
  text-align:left ;
  padding-bottom:20px ;
  margin-left:20px ;
  letter-spacing:2px ;
}


/*各記事タイトル部分の設定*/
.EntryHeader{
  text-align:left ;
  padding:10px ;
}
/*記事タイトル*/
.EntryTitle {
  font-size:12px ;
  letter-spacing:2px ;
}
.EntryTitle a{
  color:#000000 ;
  text-decoration:none ;
}
.EntryTitle a:hover{
  color:#00CC33 ;
  position:relative ;
  top:2px ; left:2px ;
}
/*記事を投稿した日*/
.EntryWriteDate{
  text-align:left ;
  margin:10px ;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
  text-align:left ;
  line-height:16px ;
  padding:20px ;
}
.EntryTextBox a{
  color:#000000 ;
  text-decoration:none ;
  border-bottom:dotted 1px #999999 ;
}
.EntryTextBox a:hover{
  color:#ff0000 ;
  border:0 ;
  position:relative ;
  top:2px ; left:2px ;
}


/*追記文書が記載される部分*/
.EntryPsText {
  text-align:left ;
  line-height:16px ;
  padding:3px 20px 20px 20px ;
}
.EntryPsText a{
  color:#000000 ;
  text-decoration:none ;
  border-bottom:dotted 1px #999999 ;
}
.EntryPsText a:hover{
  color:#ff0000 ;
  border:0 ;
  position:relative ;
  top:2px ; left:2px ;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter{
  text-align:right ;
  padding:10px ;
}
.EntryFooter a{
  color:#000000 ;
  text-decoration:none ;
}
.EntryFooter a:hover{
  color:#990099 ;
  position:relative ;
  top:2px ; left:2px ;
}






/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメントのタイトル部分*/
.CommentTitle{
  text-align:left ;
}
/*投稿者名の部分*/
.CommentUserName{
  margin-left:5px ;
}
.CommentUserName a{
  color:#000000 ;
  text-decoration:none ;
  border-bottom:dotted 1px #000000 ;
}
.CommentUserName a:hover{
  color:#ff0000 ;
}

/*投稿者のホームページへのリンク部分*/
.CommentURL{
  margin-left:5px ;
}
.CommentURL a{
  color:#000000 ;
  text-decoration:none ;
  border-bottom:dotted 1px #000000 ;
}
.CommentURL a:hover{
  color:#ff0000 ;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
  margin-left:5px ;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
  margin-left:5px ;
}
.CommentEdit a{
  color:#000000 ;
  text-decoration:none ;
  border-bottom:dotted 1px #000000 ;
}
.CommentEdit a:hover{
  color:#ff0000 ;
}
/*コメント部分*/
.CommentText{
  margin-top:2px ;
  padding:10px ;
  line-height:16px ;
  border:dotted 2px #000000 ;
}






/**************************************************************************************
  コメントフォームの設定
**************************************************************************************/
.CommentFormBox{
  text-align:center ;
  padding:20px ;
}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
  text-align:right ;
  padding-right:5px ;
  font:10px Verdana ;
  letter-spacing:1.6px ;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
  text-align:left ;
  padding-left:5px ;
  font:10px Verdana ;
  letter-spacing:1.6px ;
}
/*inputタグの設定*/
.CommentForms{
  border:0 ;
  background-color:#000000 ;
  font:10px Verdana ;
  color:#ffffff ;
  width:200px ;
  height:18px ;
  margin-bottom:5px ;
}
/*textareaの設定*/
.CommentFormTxt{
  border:0 ;
  background-color:#000000 ;
  font:10px Verdana ;
  line-height:14px ;
  color:#ffffff ;
  width:200px ;
  height:135px ;
  margin-bottom:12px ;
  scrollbar-3dlight-color:#000000 ;
  scrollbar-darkshadow-color:#000000 ;
  scrollbar-highlight-color:#000000 ;
  scrollbar-shadow-color:#000000 ;
  scrollbar-arrow-color:#ffffff ;
  scrollbar-face-color:#000000 ;
  scrollbar-track-color:#000000 ;
}






/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
  border:0 ;
  background-color:#ffffff ;
  color:#000000 ;
  font:10px Verdana ;
  width:270px ;
}






/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.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:#000000 ;
  text-decoration:none ;
}
#FooterBlock a:hover{
  color:#0000ff ;
  position:relative ;
  top:2px ; left:2px ;
}