/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
font-size:9pt;
background-image:url('http://file.tash.blog.shinobi.jp/bg_b30_21.gif');
background-color:#dddddd;
background-attachment:fixed;
background-position:lefttop;
margin-top:0px;
margin-bottom:20px;
color:#d9eafa;
line-height: 1.3em;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
text-decoration:none;
color: #00ff99;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
text-decoration:none;
color:#09cccc;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:underline;
}
/*アクティブ状態のリンクの設定*/
a:active {
text-decoration:underline;
}

/*全体の設定*/
#mainBlock {
width:770px;
background-color:#6b61ad;
border-top-width:0;
border-right-width:1;
border-bottom-width:1;
border-left-width:1;
border-style:dotted;
border-color:#000000;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/* AA */
.aa{
font-family:"ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size:14px;
line-height:12px;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:700px;
border:#000000 dotted 1px;
background-color:#ccccff;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
width:700px;
height:140px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
width:700px;
text-align: left;
padding: 5px;
color:#000000;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
margin-top:20px;
margin-bottom: 5px;
text-align: center;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 180px;
text-align: left;
float:right;
padding-right: 10px;
padding-top: 10px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding-right:10px;
padding-bottom: 10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
font-size:9pt;
width: 180px;
height: 32px;
padding-top:8px;
padding-left:20px;
text-align:left;
background-repeat:no-repeat;
background-image:url('http://file.tash.blog.shinobi.jp/plug_top.gif');
color:#4a3c9c;
font-weight:bold;
}
/*プラグインメインの設定*/
.PluginMain {
width: 180px;
background-image:url('http://file.tash.blog.shinobi.jp/plug_main.gif');
background-repeat:repeat-y;
color:#bdbabd;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
}
/*プラグインが表示される場所の設定*/
.PluginContents {
width:160px;
padding-left: 12px;
padding-bottom: 5px;
}
/*プラグインFooterの設定*/
.PluginFooter {
width: 180px;
height: 13px;
background-repeat:no-repeat;
background-image:url('http://file.tash.blog.shinobi.jp/plug_bottom.gif');
}
/*プラグインプロフィールの設定*/
.profile_image {
text-align: center;
padding-top:5px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 530px;
float:left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding-left: 20px;
text-align: left;
}
/*各記事TOPの設定*/
.EntryTop {
width: 530px;
height: 70px;
background-repeat:no-repeat;
background-image:url('http://file.tash.blog.shinobi.jp/entry_top.gif');
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: center;
font-size:11pt;
padding-top: 6px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color: #00ff99;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
width: 530px;
background-image:url('http://file.tash.blog.shinobi.jp/entry_main.gif');
background-repeat:repeat-y;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
font-size:10pt;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: left;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
width: 530px;
height:65px;
background-repeat:no-repeat;
background-image:url('http://file.tash.blog.shinobi.jp/entry_bottom.gif');
padding-bottom: 25px;
padding-top: 10px;
}
/*記事へのリンク（コメントやトラックバック等）の背景のMain*/
.EntryFooterMain {
width: 530px;
text-align:right;
font-size:10pt;
padding-top: 13px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-right: 25px;
font-size:10pt;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
text-align:left;
width: 110px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
margin-right: 235px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 10px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
width: 400px;
text-align: left;
margin-bottom:10px;
font-size:11pt;
border-style:dashed;
border-top-width:0;
border-right-width:0;
border-left-width:0;
border-bottom-width:1;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
padding-top:20px;
}
/*コメントのTOP部分*/
.CommentTop{
width: 381px;
height:98px;
background-repeat:no-repeat;
background-image:url('http://file.tash.blog.shinobi.jp/comment_top.gif');
}
/*コメントの投稿者部分*/
.CommentTopMain{
text-align: left;
font-size:10pt;
padding-top: 56px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
font-size:10pt;
margin-left: 15px;
margin-top: 10px;
}
/*コメント部分*/
.CommentText{
width: 381px;
background-image:url('http://file.tash.blog.shinobi.jp/comment_main.gif');
background-repeat:repeat-y;
}
/*コメントMain部分*/
.CommentTextMain{
padding: 10px 20px 10px 15px;
}
/*CommentのFooter部分*/
.CommentFooter{
width: 381px;
height:60px;
background-repeat:no-repeat;
background-image:url('http://file.tash.blog.shinobi.jp/comment_bottom.gif');
}
/*投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
font-size:10pt;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 85px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 15px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-right: 15px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-right: 30px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;

}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
font-size:8pt;

}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
border-style:none;

padding-left:5px;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
border-style:solid;
border-top-width:1;
border-right-width:1;
border-bottom-width:1;
border-left-width:1;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.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;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
margin-left:auto;
margin-right:auto;
}
.CalendarMoveTable a{
color:#ffff33;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
padding-bottom:4;
color:#bdbabd;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
margin-left:auto;
margin-right:auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#ff99ff;
font-size:10pt;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:10pt;
color:#bdbabd;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#66ccff;
font-size:10pt;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/

.CalendarTr {
}
.CalendarTr a{
color:#ffff33;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:10pt;
color:#ff99ff;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:10pt;
color:#66ccff;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:10pt;
color:#bdbabd;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding-top:10px;
	padding-left:100px;
}

.CommentResBox {
	padding-bottom:15px;
}

.CommentResTop {
	width: 350px;
	height:55px;
	background-repeat:no-repeat;
	background-image:url('http://file.tash.blog.shinobi.jp/recomment_top.gif');
}

.CommentResTitle {
	font-size:12px;
	padding-top:20px;
	padding-left:90px;
}

.CommentResText {
	width: 350px;
	background-image:url('http://file.tash.blog.shinobi.jp/recomment_main.gif');
	background-repeat:repeat-y;
}

.CommentResTextMain {
	padding:0px 30px 0px 15px;
}

.CommentResFooter {
	width: 350px;
	height:59px;
	background-repeat:no-repeat;
	background-image:url('http://file.tash.blog.shinobi.jp/recomment_bottom.gif');
}

.CommentResFooterMain {
	text-align:right;
	padding-top:15px;
	padding-right:35px;
}
