/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
background-color:#000;
font-size:12px;
color:#960;
}
/*<td>の全ての設定*/
td {
font-size:11px;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color:#c90;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
text-decoration:none;
color:#c90;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:none;
color:#fc0;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#000;
text-decoration:none;
}

a img{ border:none; } 

/*全体の設定*/
#mainBlock {
margin-right:0px;
width:900px;
text-align: center;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
position:absolute;
top: 15px;
right:0px;
height:80px;
width:860px;
text-align: right;
border-style:solid;
border-color:#000;
border-width: 0px 0px 5px;
background-color:#960;
z-index: 3;
background-image:url('http://file.dame60.blog.shinobi.jp/top.png');
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 12px 20px 0px;
font-size:16px;
font-weight:bold;
}
#TopTitle a:link{color:#fff;text-decoration: underline;font-weight:bold;}
#TopTitle a:visited{color:#fff;text-decoration: underline;}
#TopTitle a:hover{color:#fff;text-decoration: none;}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 5px 5px 0px;
color:#000;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
padding:20px;
clear:both;
text-align: center;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
z-index:1;
position: absolute;
top: 0px;
bottom:0px;
right:30px;
padding-top:90px;
background-color:#333;
visibility: visible;
background-image:url('http://file.dame60.blog.shinobi.jp/bg01.png');
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px 15px;
}
.PluginInnerBlock a:hover{
color:#ff0000;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
font-family:"幼圆";
margin-top:10px;
padding:4px 0px 2px;
text-align: left;
position: relative;
left: -30px;
border-width: 0px;
border-style:solid;
border-color:#c90;
border-left-width:0;
border-right-color:#ffffff;
background-color:#990;
color:#ffffff;
font-weight:bold;
font-size:14px;
background-image:url('http://file.dame60.blog.shinobi.jp/pt01.jpg');
padding-left:40;
border-bottom-width:1;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
color:#960;
padding-right:40px;
padding-top:2px;
text-align: right;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
width:200px;
padding: 15px 10px;
background-color:#FFF;
border-style:solid;
border-width:0px;
border-color: #fc0;
border-top-width: 7px;
color:#630;
}
.PluginContents a:link{
color:#900;}
.PluginContents a:visited{
color:#c00;}
.PluginContents a:hover{
color:#f00;}
.PluginContents a:active{
color:#fc0;}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width:550px;
padding-top:100px;
z-index:1;
position: absolute;
right: 290px;
top: 0px;
bottom:0px;
text-align: left;
background-color:#333;
visibility: visible;
background-image:url('http://file.dame60.blog.shinobi.jp/bg01.png');
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px 20px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
font-family:"幼圆";
margin-top:0px;
text-align: left;
position: relative;
left: -40px;
background-color:#930;
border-style:solid;
border-color:#c90;
border-width:0px 0px 1px;
border-left-color: #600;
padding:4px 0px 2px 50px;
font-weight:bold;
font-size:14px;
background-image:url('http://file.dame60.blog.shinobi.jp/et01.jpg');
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color:#fff;
text-decoration:none;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
background-color:#FFFFFF;
}
/*記事本文が記載される部分*/
.EntryText {
color:#630;
padding: 25px 30px 20px;
border-style:solid;
border-color: #fc0;
border-width: 0px ;
line-height:150%;
font-family:"宋体";
}
.EntryText a:link{
color:#900;
text-decoration:underline;
}
.EntryText a:visited{
color:#c00;
text-decoration:none;
}
.EntryText a:hover{
color:#f00;
text-decoration:underline;
}
.EntryText a:active{
color:#c90;
text-decoration:none;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding:0px ;
text-align: right;
}
.EntryPsText a:link{
color:#f00;
text-decoration:underline;
}
.EntryPsText a:visited{
color:#f00;
text-decoration:none;
}
.EntryPsText a:hover{
color:#fc0;
text-decoration:underline;
}
.EntryEdit{
padding-right:50px;
text-align:right;
}
.EntryEdit a:link{
color:#960;}
.EntryEdit a:hover{
color:#fc0;
}
.EntryEdit a:visited{
text-decoration:underline;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:1px 0px;
border-style:solid;
border-width:0px;
border-right-color:#960;
border-right-width:60px;
background-color:#c90;
margin-bottom:25px;
font-size:11px;
}
.EntryFooter a:link{
color:#fff;
text-decoration:none;
}
.EntryFooter a:visited{
color:#fff;
text-decoration:underline;
}
.EntryFooter a:hover{
color:#630;
text-decoration:none;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-right: 3px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-right: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
font-size:12px;
padding:10px;
background-color:#333300;
border-style:solid;
border-width:0px;
border-top-width:2px;
border-top-color:#999900;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px 20px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
font-size:12px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
paddin: 10px;
background-color:#fff;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
font-size:12px;
}
/*コメント部分*/
.CommentText{
padding:10px;
font-size:12px;
}
.CommentTextFont{
color:#fff;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
font-size:12px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
font-size:12px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{

}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
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;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
font-size:12px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
font-size:12px;
width:150px;
padding:10px 0px;
color:#333300;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
color:#333300;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
color:#333300;
text-align:left;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
color:#333300;
text-align:center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
color:#333300;
text-align:right;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:150px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
text-align:center;
padding:20px 0px;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:12px;
font-weight:bold;
color:#FF0000;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
color:#cc6600;
font-size:12px;
font-weight:bold;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:12px;
font-weight:bold;
color:#999900;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
padding:10px;
text-align:center;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:#330000;
text-align:center;
font-size:12px;
font-weight:bold;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color:#996600;
font-size:12px;
text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
text-align:center;
color:#663300;
font-size:12px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:12px;
font-weight:bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#FF0000;
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 0px 10px 50px;
}

.CommentResBox {
	border:solid 1px #000;
	padding:10px;
background-color:#fff;
}

.CommentResTitle {
	font-size:12px;
	font-weight:700;
}

.CommentResText {
	padding:10px 0px 0px 0px;
}

.CommentResFooter {
text-align:right;
margin:15px 0;
border-top:1px dotted #c90;
}

#admin {
position: relative;
left: 0px;
top: 0px;
text-align:left;
}
#admin a:link{
color:#000;
}
#admin a:visited{
color:#000;
}
#admin a:hover{
color:#fff;
}
