/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body,td,th{
  color            : #333333;
  background-color : white;
  font-size        : 85%;
  font-family      : Verdana,Osaka,'MS P Gothic';
  font-weight      : normal;
  line-height      : 18px;
  margin           : 0px;
  padding          : 0px;
}

body {
}

.ta {
  margin:0px 0px 0px 30px;
}

.ta1 {
}

/*スクロールバーの設定*/
html,body {
  scrollbar-base-color       : #ffffff;
  scrollbar-track-color      : #ffffff;
  scrollbar-face-color       : #333333;
  scrollbar-arrow-color      : #333333;
  scrollbar-3dlight-color    : #333333;
  scrollbar-darkshadow-color : #ffffff;
  scrollbar-highlight-color  : #ffffff;
  scrollbar-shadow-color     : #333333;
}

/*<td>の全ての設定*/
td {
  text-align : center;
}
/*table全ての設定*/
table{
  border-collapse : collapse;
}

/*通常のリンクの設定*/
a:link {
  text-decoration : none;
  color           : #004499;
}

/*過去に見たことがあるページのリンクの設定*/
a:visited{
  text-decoration : none;
  color           : #004499;
}

/*カーソルが合っている状態のリンクの設定*/
a:hover {
  cursor          : crosshair;
  text-decoration : underline blink;
  color           : #994499;
  text-shadow     : silver 2px 2px 2px;
}

/*アクティブ状態のリンクの設定*/
a:active {
  text-decoration : none;
  color           : #994499;
}

/*全体の設定*/
#mainBlock {

}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/* フォーム関連の設定 */
textarea{
font-size:11px;
line-height:17px;
padding:5px;
}
textarea,input{
color:#333333;
border:1px solid #333333;
background-color:#ffffff;
}

.ContentsTitle1 {
  height         : 40px;
  text-align     : center;
  letter-spacing : 3px;
  font-weight    : bold;
  margin         : 0px 0px 5px 0px;
  padding        : 10px 0px 0px 0px;
  background     : url(http://file.deadrunners.info/plugin-title3.png) no-repeat;
}

.ContentsFont1 {
  width          : 220px;
  height         : 30px;
  color          : snow;
  font-size      : 100%;
  font-weight    : bold;
  text-align     : center;
  padding        : 0px 0px 0px 0px;
  filter         : Glow(color=black, strength=1);
}
.ContentsFont1 a:link {
  text-decoration : none;
  color           : white;
}
.ContentsFont1 a:visited{
  text-decoration : none;
  color           : white;
}
.ContentsFont1 a:hover {
  cursor          : crosshair;
  text-decoration : underline blink;
  color           : darkorange;
  text-shadow     : white 2px 2px 2px;
}
.ContentsFont1 a:active {
  text-decoration : none;
  color           : crimson;
}

.ContentsTitle2 {
  height         : 40px;
  text-align     : center;
  letter-spacing : 3px;
  font-weight    : bold;
  margin         : 0px 0px 5px 0px;
  padding        : 10px 0px 0px 0px;
  background     : url(http://file.deadrunners.info/plugin-title4.png) no-repeat;
}

.ContentsFont2 {
  width          : 220px;
  height         : 30px;
  color          : snow;
  font-size      : 100%;
  font-weight    : bold;
  text-align     : center;
  padding        : 0px 0px 0px 0px;
  filter         : Glow(color=black, strength=1);
}
.ContentsFont2 a:link {
  text-decoration : none;
  color           : white;
}
.ContentsFont2 a:visited{
  text-decoration : none;
  color           : white;
}
.ContentsFont2 a:hover {
  cursor          : crosshair;
  text-decoration : underline blink;
  color           : darkorange;
  text-shadow     : white 2px 2px 2px;
}
.ContentsFont2 a:active {
  text-decoration : none;
  color           : crimson;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
#TopLine {
  height     : 250px;
  background : url(http://bfile.shinobi.jp/2899/sky010_04.gif) repeat-x 0% 90px;
}

/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
  position   : absolute;
  top        : 30px;
  left       : 30px;
  width      : 800px;
  height     : 200px;
  text-align : left;
  border     : 1px black solid;
  background : #000000 url(http://file.deadrunners.info/DR_logo-0.jpg) no-repeat 0% 0%;
  margin     : 0px;
  padding    : 0px;
}

/*ページタイトル文字部分の設定*/
.TopTitle {
  width           : 800px;
  text-align      : right;
  font-size       : 25px;
  letter-spacing  : 12px;
  color           : white;
  text-decoration : underline;
  margin          : 0px;
  padding         : 50px 30px 8px 0px;
  filter          : Glow(color=black, strength=2);
}

/*ページタイトル文字色の設定*/
.TopTitleFont {
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
  width           : 800px;
  text-align      : right;
  font-size   : 15px;
  font-weight : bold;
  color       : silver;
  text-align  : right;
  padding     : 0px 30px 0px 0px;
  filter      : Glow(color=black, strength=1);
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
  width      : 220px;
  text-align : center;
  font-size  : 65%;
  padding    : 0px 0px 0px 0px;
  margin     : 0px 0px 0px 0px;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

/*プラグイン表示箇所全体の設定*/
.PluginBlock {
  float            : left;
  color            : #444444;
  text-align       : left;
  width            : 220px;
  padding          : 0px 0px 80px 0px;
  margin-left      : 10px;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
  padding : 0px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
  height         : 40px;
  text-align     : center;
  letter-spacing : 3px;
  font-weight    : bold;
  margin         : 0px;
  padding        : 10px 0px 0px 0px;
  background     : url(http://file.deadrunners.info/plugin-title3.png) no-repeat;
}

/*プラグインのタイトル（名称）部分のフォント設定*/
.PluginTitleFont {
  width          : 220px;
  height         : 30px;
  color          : snow;
  font-size      : 110%;
  font-weight    : bold;
  letter-spacing : 3px;
  text-align     : center;
  padding        : 0px 0px 0px 0px;
  filter         : Glow(color=black, strength=1);
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
padding:0px;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
}

.InfoFooter {
  position      : relative;
  top           : 25px;
  text-align    : right;
  border-bottom : 1px dashed #333333;
/*  margin        : 5px 0px 40px 0px;*/
  padding       : 0px;
}

/*プラグイン5が表示される場所の設定*/
.Plugin5Contents {
  width   : 530px;
  padding : 10px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/

/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
  float      : left;
  width      : 600px;
  text-align : left;
  padding    : 0px 0px 0px 20px;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
  padding    : 0px;
  text-align : left;
}

/*各記事タイトル部分の設定*/
.EntryTitle {
  width      : 530px;
  height     : 25px;
  background : url(http://file.deadrunners.info/dead-runners_entrytitle.png) no-repeat;
  padding    : 5px 5px;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
  width          : 530px;
  height         : 25px;
  position       : relative;
  top            : -24px;
  color          : white;
  font-size      : 110%;
  font-weight    : bold;
  letter-spacing : 3px;
  text-align     : right;
  padding        : 0px 20px 0px 0px;
  filter         : Glow(color=black, strength=1);
}

/*各記事の日時設定*/
.Entrydayhour{ 
  font-size      : 30px;
  color          : #dddddd;
  font-family    : Georgia,Verdana,Osaka,'MS P Gothic';
  font-weight    : bold;
  text-align     : right;
  letter-spacing : 2px;
  padding        : 0px 0px 40px 10px;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
  width  : 530px;
  margin : 0px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
  padding     : 0px 0px 0px 0px;
  line-height : 130%;
}

/*追記文書が記載される部分*/
.EntryPsText {
  padding: 20px;
  text-align: right;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
  position      : relative;
  top           : 25px;
  text-align    : right;
  border-bottom : 1px dashed #333333;
  margin        : 5px 0px 20px 0px;
  padding       : 0px;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
  margin-left : 5px;
}

/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
  margin-left : 5px;
}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
  margin-left : 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
  margin-left : 5px;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
  text-align : center;
  padding    : 10px;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align:left;
font-weight:bold;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
font-size:12px;
text-align:left;
font-weight:bold;
border-bottom:1px solid #333333;
margin:100px 0px 0px 0px;
padding:0px 0px 0px 8px;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
border-bottom:1px dashed #333333;
padding:23px 5px 3px 0px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding:5px 5px 0px 0px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
font-weight:bold;
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;
padding:3px 5px 0px 15px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#ff0033;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
color:#cccccc;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#0033ff;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:#ff0033;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color:#0033ff;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
color:#cccccc;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background-color:#003399;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding:0px 10px 10px 0px;
}

.CommentResBox {
padding:10px;
}

.CommentResTitle {
font-size:14px;
font-weight:700;
color:#0066cc;
}

.CommentResText {
padding:0px;
}

.CommentResFooter {
text-align:right;
margin:15px 0;
border-bottom:1px dotted #0066cc;
}
