/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
text-align: center;
margin: 0px auto 0px auto;
color: #666666;
font-size: 11px;
font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif; 
background-color: #ffcc33;
}

#wrapper {
width: 100%;
margin: 0px auto 0px auto;
padding:0px;
background: url(http://file.thikako.blog.shinobi.jp/gazou.gif) center repeat-y;
}

/*<td>の全ての設定*/
td {
text-align: center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color: #990000;
text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: #990000;
text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color: #CC6633;

}
/*アクティブ状態のリンクの設定*/
a:active {
color: #CC6633;

}

/*全体の設定*/
#mainBlock {
width: 770px;
text-align: center;
margin: 0px auto 0px auto ; 
background-color: #ffffff; 
}
/*テキスト左寄せ*/
.left {
text-align: left;
}
/*テキスト中央寄せ*/
.center {
text-align: center;
}
/*テキスト右寄せ*/
.right {
text-align: right;
}
/*引用*/
blockquote{
margin: 10px 10px;
padding: 5px;
border-left: 5px solid #cccccc;
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
background: #f5f5f5;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width: 760px;
height: 220px;
text-align: right;
background-repeat: no-repeat;
background-image: url('http://file.thikako.blog.shinobi.jp/ue.gif');
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 40px 0px 0px 30px;
font-size: 18px;
font-weight: bold;
text-align: left;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
font-size: 12px;
color: #666666;
padding: 100px 0px 0px 20px;
text-align: left;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear: both;
height: 50px;
text-align: center;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 230px;
text-align: left;
float: left;
margin-left: 5px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding: 5px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
font-weight: bold;
font-size: 11px;
color: #666666;
background-image: url('http://file.thikako.blog.shinobi.jp/ikko.gif');
padding: 13px 10px 19px 10px;

}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
font-size: 10px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 530px;
float: left;
text-align: left;
padding: 0px;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin: 0px 0px 20px 0px;
padding: 0px 10px 0px 10px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
font-size: 13px;
font-weight: bold;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 10px;
border-left:solid 4px #CC6600;
margin: 50px 0px 0px 20px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 10px 10px 10px 15px;
border: solid 1px #995555;
line-height:1.3;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 20px;
margin: 0px;
text-align: left;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 10px;
text-align: right;
margin: 0px;
}
/*記事内リンク*/
.EntryText a {
border-bottom: dashed 1px;
padding-left: 2px;
margin-bottom: -2px;
font-family: Verdana;
font-size: 9px; 
}
.emoji {
vertical-align: -1%;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align: right;
padding: 10px;
background-image: url('http://file.thikako.blog.shinobi.jp/gyyu.gif'); 
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
vertical-align: -3%;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
vertical-align: -3%;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
vertical-align: -3%;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
vertical-align: -3%;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align: center;
padding: 10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
width: 500px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
font-size: 12px;
font-weight: 700;
padding: 5px;
border-left: 8px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-right: 0px;
margin-left: 30px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
width: 430px;
margin: 5px 0px;
border: solid 1px #cccccc;
margin-left: 30px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
font-size: 12px;
font-weight: 700;
padding: 10px;
}
/*コメント部分*/
.CommentText{
text-align: left;
padding: 0px 10px 10px 10px;

}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align: right;
padding: 5px;
margin-left: 20px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom: 20px;
text-align: left;
margin-left: 20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
font-size: 10px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top: 5px;
padding-right: 5px;
text-align: right;
padding-left: 20px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top: 5px;
text-align: left;
}

.emotd{
padding-top: 5px;
padding-left: 100px;
}

/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align: left;
padding-top: 5px;
padding-left: 85px;
margin-left: 20px;
}
/*inputタグやtextareaの設定*/
.CommentForms{
width: 300px;
}
img.emoji{
padding-left: 70px;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
width: 400px;
margin-left: 30px;
}

.CommentResBox {
margin-left: 20px;
background-color: #f5f5f5;
}

.CommentResTitle {
font-size: 12px;
font-weight: 700;
text-align: left;
padding: 10px;
}

.CommentResText {
padding: 10px 10px 10px 10px;
text-align: left;
}

.CommentResFooter {
text-align: right;
margin: 10px 0px;
border-top: 1px dotted;
padding: 10px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
text-align: left;
border: 1px solid #cccccc;
width: 420px;
margin-left: 30px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
font-size: 12px;
font-weight: 700;
padding: 6px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
font-size: 12px;
text-align: left;
font-weight: 700;
padding: 6px;
}
/*トラックバックの記事部分*/
.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;
font-weight: 700;
padding: 10px;
margin: 0px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
width: 300px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align: left;
padding: 5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align: left;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding: 3px;
width: 80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width: 80%;
padding: 3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*ツリー化*/
.plugin_data ul{
list-style: none;
margin: 0px;
padding: 0px;
line-height: 160%;
}
.plugin_data ul.tree li{
margin: 0px;
padding: 0px 0px 0px 12px;
background-image: url(http://file.thikako.blog.shinobi.jp/list_line_gr.gif);
background-repeat: no-repeat;
}
.plugin_data ul.tree li.end {
background-image: url(http://file.thikako.blog.shinobi.jp/list_normal_gr.gif);
background-repeat: no-repeat;
}
/*ツリー化　カテゴリの見出し部分*/
.treetop_category {
font-weight: bold;
vertical-align: 8%;
padding: 0px 0px 0px 2px;
}


/*サムネイル*/
.arc90_linkpic {
display: none;
position: absolute;
left: 0;
top: 1.5em;
width: 128px;
height: 128px;
}
.arc90_linkpicIMG {
padding: 0;
/* background: transparent url(http://file.*****.blog.shinobi.jp/linkpic_shadow.gif) no-repeat bottom right;*/
width: 128px;
height: 128px;
}
/*プラグイン開閉*/
.PluginTitle img{
vertical-align: middle;
_vertical-align: -8%;
margin-bottom: 0;
_margin-bottom: 0px;
border:none;
}
.PluginTitle a {
width: auto;
}
.MenuBlock img{
vertical-align: middle;
_vertical-align: -8%;
margin-bottom: 0;
_margin-bottom: 1px;
border: none;
}
.MenuBlock a {
width: auto;
}

/* 通常 */
.MenuBlock a: link,
.MenuBlock a: visited {
padding: 2px;
display: block;
text-decoration: none;
}

/* マウスポイント時 */
.MenuBlock a: hover {
padding: 2px;
text-decoration: none;
}
/* カテゴリ ミニアイコン用 */
.categoryIcon_ {
border: none;
vertical-align: -1%;
margin-right: 2px;
}
/*外部リンクアイコン表示*/
a.linkthumb {
padding-right: 13px;
background: url(http://file.thikako.blog.shinobi.jp/external.gif) no-repeat right;
}


