@charset "utf-8";




/********************************************************************************************* 全体の設定 */
html {
 scrollbar-3dlight-color: #000;
 scrollbar-darkshadow-color: #000;
 scrollbar-highlight-color: #fff;
 scrollbar-shadow-color: #fff;
 scrollbar-arrow-color: #000;
 scrollbar-face-color: #fff;
 scrollbar-track-color: #f5f5f5;
}
body {
 margin-top: 0;
 margin-bottom: 0;
 background: #fff;
 font-size:12px;
 font-family:Trebuchet MS;
 color: #000;
}

th, td, div {
 font-size: 11px;
 font-family: Trebuchet MS;
 color: #000;
}


/*通常のリンクの設定*/
a:link {
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
}
/*アクティブ状態のリンクの設定*/
a:active {
}
  
/*form全ての設定*/
form {
 margin: 0;
 padding: 0;
}
input , textarea {
 vertical-align: middle;
 font-size: 11px;
 font-family: Trebuchet MS, 'ＭＳ ゴシック';
 color: #000;
}
select, option {
 vertical-align: middle;
 font-size: 11px;
 font-family: Trebuchet MS, 'ＭＳ ゴシック';
 color: #000;
}

/*テキスト左寄せ*/
.left {
 text-align:left;
}
/*テキスト中央寄せ*/
.center {
 text-align:center;
}
/*テキスト右寄せ*/
.right {
 text-align: right;
}

/*imgの全ての設定*/
img {
 border: 0;
 vertical-align: middle;
}

 

/*************************************************************************************** レイアウトの設定 */
#MainBlock {
 width: 800px; /* ①＋②＋③ */
 overflow: hidden;
 table-layout: fixed;
}

.EntryBlock {
 width: 550px; /* ① */
 overflow: hidden;
 border-left: solid 1px #000;
 border-right: solid 1px #000;
 background-color: #fff;
 text-align: left;
}

.Space {
 width: 30px; /* ② */
 overflow: hidden;
}

.PluginBlock {
 width: 220px; /* ③ */
 overflow: hidden;
 border-left: solid 1px #000;
 border-right: solid 1px #000;
 background-color: #fff;
 text-align: left;
}

 

/***************************************************************************************** ブログタイトル */
#TopBlock {
 text-align: center;
background-image:url('http://file.txamy.blog.shinobi.jp/head-v2.jpg');



background-position:left center;
}
h1#TopTitle {
 margin: 30px 0 0;
 padding: 0 0 10px;
 font-size:14px ;
 letter-spacing: 2px;
}
h1#TopTitle a {
 text-decoration: none;
 color: #000;
}
h1#TopTitle a:hover {
 background-color: #e0e0e0;
}

p#TopExplanation {
 margin: 0;
 color: #333;
}

 

/******************************************************************************************* 記事ブロック */
/* 記事タイトル */
h2.EntryTitle {
 margin: 20px 0 0;
 padding: 0 0 0 5px;
 text-align: left;
 font: 12px Trebuchet MS;
 letter-spacing: 1px;
 line-height: 140%;
font-weight:bold;
font-size:12px;
}

.EntryTitle a {
 text-decoration: none;
 color:#000;
}
.EntryTitle a:hover {
 color:#666;
}

/*記事を投稿した日・記事のカテゴリ名が記載されている部分*/
p.EntryHeader {
 margin: 0 0 10px;
 padding: 2px 5px 2px 0;
 border-style: dashed;
 border-color: #000;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 0;
 border-right-width: 0;
 background-color: #f5f5f5;
 text-align: right;
}
p.EntryHeader a {
 text-decoration: none;
 color:#000;
}
p.EntryHeader a:hover {
 color:#666;
}

/*記事本文・追記文書が記載される部分*/
.EntryText {
 overflow:hidden;
 margin:0px 10px;
 padding:12px 0;
 text-align: left;
 line-height: 180%;
font-size:12px;
}
.EntryText a {
 border-bottom: dashed 1px #ccc;
 text-decoration: none;
 color:#000;
}
.EntryText a:hover {
 color: #666;
}

/* 画像にclass="pict"を設定した場合 */
.pict {
 margin: 5px;
 padding: 2px;
 border: solid 1px #ccc;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
p.EntryFooter {
 margin: 0 0 30px;
 padding: 2px 5px 2px 0;
 border-style: dashed;
 border-color: #000;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 0;
 border-right-width: 0;
 text-align:right;
 font-family:Trebuchet MS;
 letter-spacing:1px;
font-size:11px;
}
p.EntryFooter a {
 text-decoration: none;
 color:#000;
}
p.EntryFooter a:hover {
 color:#666;
}

 

/*************************************************************************** 次の記事やHOMEへのリンク部分 */
p.PageLinkBlock {
  margin-bottom: 30px;
  text-align: center;
  font-family: Trebuchet MS;
  letter-spacing: 1px;
  color: #999;
}
p.PageLinkBlock a {
 text-decoration: none;
 color:#000;
}
p.PageLinkBlock a:hover {
 position: relative;
 top: 2px; left: 2px;
 color: #999;
}

 

/******************************************************************************* コメント・トラックバック */
/*この記事にコメントする　と書かれてる部分の設定*/
h3.CommentMenuTitle, p.CommentMenuTitle {
 margin: 0;
 padding: 1px 0 1px 5px;
 border-style: dashed;
 border-color: #000;
 border-top-width: 1px;
 border-bottom-width: 0;
 border-left-width: 0;
 border-right-width: 0;
 background: #f5f5f5;
 text-align: left;
 font: 11px Trebuchet MS;
 letter-spacing: 2px;
font-size:11px;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox {
 padding: 10px;
 border-style: dashed;
 border-color: #000;
 border-top-width: 1px;
 border-bottom-width: 0;
 border-left-width: 0;
 border-right-width: 0;
}

/*コメントのタイトル部分*/
h4.CommentTitle {
 margin: 0;
 padding: 0;
 text-align: left;
 font: 11px Trebuchet MS;
font-size:11px;
}
h4.CommentTitle a {
 text-decoration: none;
 color:#000;
}
h4.CommentTitle a:hover {
 background-color: #e0e0e0;
}

/*コメント部分*/
.CommentText {
 overflow: hidden;
 margin-top: 8px;
 text-align: left;
 line-height: 140%;
font-size:10px;
}
.CommentText a {
 color: #000;
}
.CommentText a:hover {
 color: #666;
}

/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
 margin-top: 5px;
 text-align: right;
 color: #999;
font-size:10px;
}
.CommentFooter a {
 color: #999;
}
.CommentFooter a:hover {
 color: #666;
}

/* 管理者返信部分 */
.CommentResBlock {
 padding: 11px;
 border-style: dashed;
 border-color: #ccc;
 border-top-width: 1px;
 border-bottom-width: 0;
 border-left-width: 0;
 border-right-width: 0;
}
.CommentResBox {
}
h5.CommentResTitle {
 margin: 0;
 padding: 0;
 text-align: left;
 font: 11px Verdana;
 color: #666;
}
.CommentResText {
 overflow: hidden;
 margin-top: 8px;
 text-align: left;
 line-height: 140%;
 color: #666;
}
.CommentResText a {
 color: #666;
}
.CommentResText a:hover {
 color: #000;
}

/* トラックバックURL */
.TrackbackURLBox {
 border-style: dashed;
 border-color: #000;
 border-top-width: 1px;
 border-bottom-width: 0;
 border-left-width: 0;
 border-right-width: 0;
 padding: 10px;
 text-align: center;
}
/* トラックバックURL input */
#TrackbackURL {
 width: 90%;
 border: solid 1px #666;
 background: #fff;
}

 

/*************************************************************************************** コメントフォーム */
.CommentFormBlock {
 border-style: dashed;
 border-color: #000;
 border-top-width: 1px;
 border-bottom-width: 0;
 border-left-width: 0;
 border-right-width: 0;
 text-align: center;
}

/*フォームの中*/
.CommentFormBox {
 width: 270px;
 overflow: hidden;
 position: relative;
 margin-left: auto;
 margin-right : auto;
 padding: 20px 0;
 text-align: right;
}

/*inputタグやtextareaの設定*/
.CommentForms {
 width: 266px;
 margin-bottom: 4px;
 border: solid 1px #666;
 background: #fff;
}

.CommentFormTable {
 width: 100%;
 margin-bottom: 8px;
 text-align: right;
}

/* コメント文字色セレクト */
select#color {
 margin: 0 4px;
 border: solid 1px #999;
 background: #fff;
 font-family: Trebuchet MS;
}
select#color option {
 font-family: Trebuchet MS;
}

/* コメントフォームパスワードインプット */
.CommentFormPass {
 width: 70px;
 border: solid 1px #666;
 background: #fff;
}

.CommentFormBox textarea {
 scrollbar-3dlight-color: #fff;
 scrollbar-darkshadow-color: #fff;
 scrollbar-highlight-color: #fff;
 scrollbar-shadow-color: #fff;
 scrollbar-arrow-color: #ccc;
 scrollbar-face-color: #fff;
 scrollbar-track-color: #fff;
 margin-bottom: 10px;
}

/* コメントフォーム送信ボタン */
.CommentFormSubmit {
 width: 90px;
 height: 18px;
 margin-right: 4px;
 border: solid 1px #666;
 background: #fff;
}

 

/*************************************************************************************** プラグインの設定 */
/* 管理者ページリンク */
#AdminLink {
 padding: 10px 0;
 text-align: center;
 color: #ccc;
}
#AdminLink a {
 text-decoration: none;
 color:#000;
}
#AdminLink a:hover {
 position: relative;
 top: 2px; left: 2px;
 color: #999;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
 margin-bottom: 20px;
}

/* プラグインのタイトル（名称）部分の設定 */
.PluginTitle {
 margin: 0;
 padding: 1px 5px;
 border-style: dashed;
 border-color: #000;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 0;
 border-right-width: 0;
 background-color: #f5f5f5;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
 padding: 10px;
 color: #666;
font-size:10px;
}
.PluginContents a {
 text-decoration: none;
 color: #000;
}
.PluginContents a:hover {
 background-color: #e0e0e0;
}

/*プラグインの説明部分の設定*/
p.PluginExplanation {
 margin: 0;
 padding: 0;
 color: #999;
}

/*各プラグイン処理内の基本デザイン*/
.plugin_data {
 padding-top: 6px;
 line-height: 140%;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
 text-align: right;
 color: #999;
}

/*ブログ内検索の部分*/
.blogsearch {
 text-align: center;
}
/*検索文字を入力するインプット*/
.box {
 width:140px ;
 border: solid 1px #ccc;
 background-color: #fff;
}
/*検索ボタン*/
.btn {
 width:40px ;
 border: solid 1px #ccc;
 background-color: #fff;
}

/* ドリコム */
.drecomrss_blog_list_item {
 padding-top: 6px;
 line-height: 200%;
}
.drecomrss_blog_list_powered {
 padding-top: 6px;
 line-height: 180%;
}

/* 忍者メールフォーム */
.PluginContents .main {
 padding-right: 5px;
}
.PluginContents .main br {
 line-height: 50%;
}
.PluginContents .main input {
 width: 100%;
 border: solid 1px #ccc;
 background-color: #fff;
}
.PluginContents .main textarea {
 width: 100%;
 height: 50px;
 scrollbar-3dlight-color: #fff;
 scrollbar-darkshadow-color: #fff;
 scrollbar-highlight-color: #fff;
 scrollbar-shadow-color: #fff;
 scrollbar-arrow-color: #666;
 scrollbar-face-color: #fff;
 scrollbar-track-color: #fff;
 border: solid 1px #ccc;
 background-color: #fff;
}
.PluginContents .main .error ,
.PluginContents .main .result {
 text-align: center;
}
.PluginContents .main .submit {
 margin: 5px 0;
 padding-bottom: 15px;
 text-align: center;
}
.PluginContents .main .submit_button ,
.PluginContents .main .error_submit_button ,
.PluginContents .main .result_submit_button {
 width: 100px;
 height: 16px;
 margin-top: 5px;
 border: solid 1px #ccc;
 background-color: #fff;
 letter-spacing: 1px;
}

 

/***************************************************************************** プラグインカレンダーの設定 */
/* 月移動部分 */
.CalendarMoveTable {
 width: 80%;
 position: relative;
 margin-left: auto;
 margin-right: auto;
}
.CalendarMoveTr {
 text-align: center;
}
/*左側*/
.CalendarPrevTd {
 padding-bottom: 3px;
}
.CalendarPrevTd a {
 text-decoration: none;
 color: #000;
}
.CalendarPrevTd a:hover {
 background-color: #fff;
 color: #999;
}
/*中央*/
.CalendarNowTd {
 padding-bottom: 3px;
}
/*右側*/
.CalendarNextTd {
 padding-bottom: 3px;
}
.CalendarNextTd a {
 text-decoration: none;
 color: #000;
}
.CalendarNextTd a:hover {
 background-color: #fff;
 color: #999;
}

/*カレンダー表示用テーブル*/
.CalendarTable {
 width: 182px;
 position: relative;
 margin-left: auto;
 margin-right: auto;
 padding: 3px 0;
}

/* 曜日表示部分 */
.CalendarWdayTr {
 text-align: center;
}
/*日曜日*/
.CalendarWdaySun {
 width: 26px;
 color: #f99;
}
/*平日*/
.CalendarWday {
 width: 26px;
 color: #999;
}
/*土曜日*/
.CalendarWdaySat {
 width: 26px;
 color: #9cf;
}

/* 日付表示部分 */
.CalendarTr {
 text-align: center;
}
/*日曜日*/
.CalendarTdSun {
 width: 26px;
 color: #ccc;
}
/*平日*/
.CalendarTd {
 width: 26px;
 color: #ccc;
}
/*土曜日*/
.CalendarTdSat {
 width: 26px;
 color: #ccc;
}

/*記事が存在する場所の設定*/
.CalendarTdLink {
}
.CalendarTdLink a {
 width: 26px;
 display: block;
 text-decoration: none;
 color: #000;
}
.CalendarTdLink a:hover {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}


/******************************************************************************************* フッタの設定 */
p.Footer {
 margin-top: 30px ;
 margin-bottom: 10px;
 text-align: center;
 font-family: Trebuchet MS;
 letter-spacing: 2px;
 color: #999;
}
p.Footer a {
 text-decoration: none;
 color:#000;
}
p.Footer a:hover {
 position: relative;
 top: 2px; left: 2px;
 color: #999;
}

