@charset "utf-8";

/********************************************************************************************************
     CSS by TABLE ENOCH  http://mama.oops.jp/
     TemplateName [ te12 ]  Ver.2007.11.04 忍者ブログ
********************************************************************************************************/



/********************************************************************************************* 全体の設定 */
html {
scrollbar-base-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-arrow-color:#bbbbbb;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-highlight-color:#333333;
scrollbar-shadow-color:#333333;
}
body {
	margin-top: 0;
	margin-bottom: 0;
                 margin-left:150px;
         font-size:11px;
	font-family: HG丸ゴシックM-PRO;
	color: #fffff;
background:url(http://www.geocities.jp/goetia_666/blog2.jpg) repeat;
}

th, td, div {
	font-size: 11px;
	font-family: HG丸ゴシックM-PRO ;
	color: #2a2a2a;
}


/*通常のリンクの設定*/
a:link {

}
/*過去に見たことがあるページのリンクの設定*/
a:visited{

}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
}
/*アクティブ状態のリンクの設定*/
a:active {
}
  
/*form全ての設定*/
form {
	margin: 0;
	padding: 0;
}
input , textarea {
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, 'HG丸ゴシックM-PRO ';
	color: #000;
}
select, option {
	vertical-align: middle;
	font-size: 11px;
	font-family: HG丸ゴシックM-PRO ;
	color: #000;
}

/*テキスト左寄せ*/
.left {
	text-align:left;
}
/*テキスト中央寄せ*/
.center {
	text-align:center;
}
/*テキスト右寄せ*/
.right {
	text-align: right;
}

/*imgの全ての設定*/
img {
	border:1;
                  border-color:#bfbfbf;
	vertical-align: middle;
}



/*************************************************************************************** レイアウトの設定 */
#MainBlock {
	width: 850px; /* ①＋②＋③ */
	overflow: hidden;
	table-layout: fixed;
 background-color:#ffffff;
                
    
}

.EntryBlock {
	width: 550px; /* ① */
	overflow: hidden;
         border-left: solid 7px #4a4a4a;
	border-right: solid 7px #4a4a4a;
	background-color:#fff;
	text-align: left;
         padding:0px;
}

.Space {
	width: 50px;
	overflow: hidden;
background:url(http://www.geocities.jp/goetia_666/blog2.jpg) repeat;
}

.PluginBlock {
	width: 250px; /* ③ */
	overflow: hidden;
	border-left: solid 7px #4a4a4a;
	border-right: solid 7px #4a4a4a;
	background-color:#ffffff;
	text-align: left;
}



/***************************************************************************************** ブログタイトル */
#TopBlock {
	text-align: center;
}
h1#TopTitle {
	margin: 20px 0 0;
	padding: 0 0 0;
	font-size:20px ;
	letter-spacing: 2px;
}
h1#TopTitle a {
	text-decoration: none;
	color: #2a2a2a;
}
h1#TopTitle a:hover {
	background-color: #e0e0e0;
}

p#TopExplanation {
	margin: 0;
	color: #666;
}



/******************************************************************************************* 記事ブロック */
/* 記事タイトル */
h2.EntryTitle {
	margin: 20px 0 0;
	padding: 0 0 0 5px;
	text-align: left;
	font: 15px HG丸ゴシックM-PRO ;
	letter-spacing: 1px;
	line-height: 140%;
                  
}
.EntryTitle a {
	text-decoration: none;
	color:#000;
}
.EntryTitle a:hover {
	color:#666;
}

/*記事を投稿した日・記事のカテゴリ名が記載されている部分*/
p.EntryHeader {
	margin: 0;
	padding: 2px 5px 2px 10px;
border-style: dashed;
	border-color: #aaaaaa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	background-color: #4a4a4a;
}
p.EntryHeader a {
	text-decoration: none;
	color:#ffffff;
font-size:15px;
}
p.EntryHeader a:hover {
	background-color: #e0e0e0;
}

/*記事本文・追記文書が記載される部分*/
.EntryText {
        font-size:12px;
        color: #4a4a4a;
	overflow:hidden;
	margin:0px 15px;
	padding:0px 0;
	text-align: left;
	line-height: 180%;
        font-family: HG丸ゴシックM-PRO ;        
　
}
.EntryText a {
	font-size:12px;
	text-decoration: none;
	color:#45607a;
}
.EntryText a:hover {
	background-color: #e0e0e0;
}

/* 画像に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:Tahoma;
	letter-spacing:1px;
}
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: Tahoma;
 	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: 10px Verdana;
	letter-spacing: 2px;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.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: 10px Verdana;
}
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%;
}
.CommentText a {
	color: #000;
}
.CommentText a:hover {
	color: #666;
}

/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
	margin-top: 5px;
	text-align: right;
	color: #999;
}
.CommentFooter a {
	color: #999;
}
.CommentFooter a:hover {
	color: #666;
}

/* 管理者返信部分 */
.CommentResBlock {
	padding: 10px;
	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: 10px 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: Verdana;
}
select#color option {
	font-family: Verdana;
}

/* コメントフォームパスワードインプット */
.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;
                  border-bottom: solid 5px #4a4a4a;
}
#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: #aaaaaa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	background-color: #4a4a4a;
    color:#ffffff;
font-size:13px;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
	padding: 10px;
	color: #666;
}
.PluginContents a {
	text-decoration: none;
	color: #000;
}
.PluginContents a:hover {
	background-color: #e0e0e0;
}

/*プラグインの説明部分の設定*/
p.PluginExplanation {
	margin: 0;
	padding: 0;
	color: #ffffff;
}

/*各プラグイン処理内の基本デザイン*/
.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: Tahoma;
	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;
}
