/* -------------------------------------------------------
  全体の設定
------------------------------------------------------- */
body {
	text-align: left;

	background-repeat: no-repeat;
	background-position: right;
         background-attachment:fixed;
	background-color: #ffffff;
	font-size: 90%;
	color: #333333;
	font-family: 'Microsoft Sans Serif','MS UI Gothic','Comic Sans MS',Tahoma,sans-serif,Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	margin: 0px;
	
scrollbar-base-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-arrow-color:#ffcc33;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#555555;
scrollbar-highlight-color:#555555;
scrollbar-shadow-color:#ffffff;


}

td {
	text-align: center;
	}

table{
	border-collapse: collapse;
	}


/*-------------------------------------------------------
 リンク
-------------------------------------------------------*/
a:link {
	color: #6495ED;
	text-decoration: none;
	}

/*訪問済リンク*/
a:visited{
	color: #6699ff;
	text-decoration: none;
	}

/*カーソルが乗った時*/
a:hover {
	color: #9999ff;
	text-decoration: underline;
	}

/*クリックした時*/
a:active {
	color: #9999ff;
	text-decoration: underline;
	}

/*-------------------------------------------------------
 各ブロック設定
-------------------------------------------------------*/
/*全体*/
#mainBlock {
	width: 770px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;


}

/*右メイン*/
#EntryBlock {
	width: 500px;
	text-align: left;
	float:left;
	}

/*左プラグイン*/
.PluginBlock {
	width: 240px;
	text-align: left;
	float:right;
	}

/*フッター*/
#FooterBlock {
	clear: both;
	height: 100px;
	text-align: center;
	font-size: 60%;
        margin-top: 30px;
	}

.left {
	text-align: left;
	}

.center {
	text-align: center;
	}

.right {
	text-align :right;
	}

img,
a img {
	border: none;
	}


/*-------------------------------------------------------
  ヘッダー
-------------------------------------------------------*/
/*タイトルブロック*/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
position:relative;
margin-top: 100px;	
margin-bottom: 50px;	
padding:60px 10px 10px 0px;
width:770;
height: 385px;
text-align: left;
background-image:url(http://file.dirigentken.blog.shinobi.jp/a46d8c8e.JPG
);
background-repeat:no-repeat;
background-position:11px 61px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 120px 0px 30px 30px;
height:50px;
background:url(http://bfile.shinobi.jp/5559/toptitle_07.gif) left top no-repeat;
font-weight:bold;
font-size:26px;
}
#TopTitle a {
text-decoration:none;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color:#CC3D3D;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
position:absolute;
top:-50px;
left:20px;
padding-bottom: 10px;
margin-bottom: .8em;
font-size: 2em;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
color: #385B88;
}

/*-------------------------------------------------------
  ログイン
-------------------------------------------------------*/
#AdminBlock{
	text-align: right;
	font-size: 80%;
	padding: 5px 0px 10px;
	}


/*-------------------------------------------------------
 横カレンダー
-------------------------------------------------------*/
#
/*-------------------------------------------------------
  プラグイン
-------------------------------------------------------*/
/*プラグイン表示箇所の背景や余白*/
.PluginInnerBlock {
         border-bottom: 1px dotted #3399ff;
	padding: 0px;
         margin-top: 20px;
         margin-bottom: 20px;
	}

/*プラグインタイトル*/
.PluginTitle {
	background-image: url('http://bfile.shinobi.jp/4611/mm2-6-2w.png');
	background-position: 2%;
	background-repeat: no-repeat;
	font-size: 85%;
	font-weight: bold;
	color: #385B88;
	padding: 6px 3px 6px 20px;
	}

/*プラグイン説明部分*/
.PluginExplanation {
	font-size: 85%;
	padding: 5px;
	}

/*プラグイン表示場所*/
.PluginContents {
	font-size: 85%;
	color: #333333;
	padding: 5px 10px;
	}

/*-------------------------------------------------------
  記事ブロック
-------------------------------------------------------*/
/*記事表示部分の背景や余白*/
.EntryInnerBlock {
	text-align: left;
	border: 2px solid #385B88;
	padding: 10px;
	margin-bottom: 30px;
	}

/*記事タイトル*/
.EntryTitle {
	background-image: url('http://bfile.shinobi.jp/4611/mm2-6-5w.png');
	background-position: 2%;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
         border-bottom: 2px dotted #385B88;
	padding: 7px 0px 5px 28px;
	


}

/*記事タイトル文字色*/
.EntryTitleFont {
	color:#385B88;
	}

/*記事表示部分*/
.EntryTextBox {
	margin: 0px;
	}

/*記事本文*/
.EntryText {
	padding: 10px;
	font-size: 85%;
	color: #666666;
	letter-spacing: 0.1em;
	line-height: 140%;
	}

/*引用*/ 
blockquote { 
	padding: 5px;
	overflow: auto;
	color: #555555;
	font-size: 95%;
	border: 1px dotted #ccccff;
	}

/*追記*/
.EntryPsText {
	text-align: right;
	font-size: 85%;
	padding: 10px;
	}

/*記事フッター*/
.EntryFooter {
	text-align: right;
	font-size: 75%;
	color: #66ccff;
         border-top: 2px dotted #385B88;
	padding: 10px 5px 0px;
	}

/*投稿者名*/
.EntryUserName {
	font-size: 80%;
	}

/*記事日付*/
.EntryWriteDate {
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	font-family: Georgia,'Times New Roman',Century;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	}

/*記事日付のリンク*/
.EntryWriteDate a:link, a:visited {
	color: #333333;
	text-decoration: none;
	}
.EntryWriteDate a:active, a:hover {
	color: #9999ff;
	text-decoration: underline;
	}

/*カテゴリ表示*/
.EntryCategory {
	margin-left: 5px;
	}

/*コメントリンク*/
.EntryComment {
	margin-left: 5px;
	}

/*トラックバックリンク*/
.EntryTrackback {
	margin-left: 5px;
	}

/*ページ移動リンク*/
.PageLinkBlock {
	text-align: center;
	font-size: 80%;
	padding: 10px;
	}

/*IE改行バグ回避*/
br {
	letter-spacing: normal;
	}


/*-------------------------------------------------------
  コメントブロック
-------------------------------------------------------*/
/*コメント表示全体*/
.CommentBlock{
	padding: 10px 50px 10px 30px;
	}

/*この記事にコメントする　と書かれてる部分*/
.CommentMenuTitle{
	background-image: url('http://bfile.shinobi.jp/4611/mm2-7-3w.png');
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #6699ff;
	padding: 0px 0px 0px 20px;
	}

/*コメント表示部分*/
.CommentTextBox{
         border: 1px dotted #3399ff;
	margin: 30px 0px 5px 0px;
	}

/*コメントタイトル*/
.CommentTitle{
	text-align: left;
	background-image: url('http://bfile.shinobi.jp/4611/mm2-6-5w.png');
	background-position: 2%;
	background-repeat: no-repeat;
	font-size: 85%;
	font-weight: bold;
	color: #0066ff;
	padding: 5px 0px 5px 28px;
	border-bottom: 1px dotted #cccccc;
	}

/*コメント本文*/
.CommentText{
	padding: 10px;
	font-size: 85%;
	color: #666666;
	line-height: 140%;
	}

/*コメントフッター*/
.CommentFooter{
	text-align: right;
	padding: 5px;
	font-size: 75%;
	color: #555555;
	}

/*投稿者名*/
.CommentUserName{
	margin-left: 5px;
	}

/*投稿者ＨＰへのリンク*/
.CommentURL{
	margin-left: 5px;
	}

/*投稿日時*/
.CommentWriteDate{
	margin-left: 5px;
	}

/*チェックボックス*/
.checkbox{
	text-align: left;
	border-style: none;
	border-color: #ff6666;
	font-size: 75%;
	color: #555555;
	padding-top: 5px;
	}

/*コメント編集へのリンク*/
.CommentEdit{
	margin-left: 5px;
	}

/*コメント編集部分*/
#CommentEDBlock{
	margin-top: 40px;
	}

/*コメント投稿すフォーム全体*/
.CommentFormBlock{
	margin-bottom: 30px;
	}

/*コメントフォーム用テーブル*/
.CommentFormTable{
	}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
	text-align: right;
	font-size: 75%;
	color: #6699ff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	}

/*コメントフォームTDタグ設定*/
.CommentFormTd{
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: none;
	padding-top: 5px;
	}

/*送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	text-align: right;
	}

/*input・textarea*/
.CommentForms{
	width: 200px;
	color: #555555;
	background-color: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #cccccc;
	padding: 0px 2px;
	}

.CMForms{
	color: #666666;
	background-color: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #cccccc;
	padding: 0px 2px;
	}


/*-------------------------------------------------------
  トラックバックブロック
-------------------------------------------------------*/
/*トラックバック表示全体*/
.TrackbackBlock{
	padding: 10px;
	}

/*トラックバックメニュータイトル部分*/
.TrackbackMenuTitle{
	background-image: url('http://bfile.shinobi.jp/4611/mm2-7-3w.png');
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #6699ff;
	padding: 0px 0px 0px 20px;
	}

/*トラックバック表示部分*/
.TrackbackTextBox{
	margin: 20px 20px 20px 0px;
	}

/*トラックバックタイトル*/
.TrackbackTitle{
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	color: #666699;
	}

/*トラックバック記事部分*/
.TrackbackText{
	padding: 10px;
	line-height: 140%;
	font-size: 85%;
	color: #333333;
	}

/*トラックバックフッター*/
.TrackbackFooter{
	text-align: right;
	font-size: 75%;
	color: #333333;
	padding: 5px;
	}

/*トラックバック元のブログ名部分*/
.TrackbackUserName{
	margin-left: 5px;
	}

/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
	margin-left: 5px;
	}

/*トラックバックされた日付部分*/
.TrackbackWriteDate{
	margin-left: 5px;
	}

/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
	text-align: left;
	font-size: 85%;
	padding: 10px;
	}

/*トラックバックURLフォーム部分*/
.TrackbackURL{
	}


/*-------------------------------------------------------
  プラグイン共通設定
-------------------------------------------------------*/
/*プラグイン処理内の基本デザイン*/
.Plugin_data {
	text-align: left;
	padding: 5px;
	}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
	text-align: right;
	}


/*-------------------------------------------------------
  プラグインカレンダー
-------------------------------------------------------*/


/*-------------------------------------------------------
  プラグインカレンダー 曜日表示部分
-------------------------------------------------------*/


/*-------------------------------------------------------
 プラグインカレンダー 日付表示部分
-------------------------------------------------------*/

/*-------------------------------------------------------
 管理者返信部分
-------------------------------------------------------*/
.CommentResBlock {
	padding: 10px 0px 10px 50px;
	margin-bottom: 30px;
	}

.CommentResBox {
	border: dotted 1px #666699;
	padding: 10px;
	}

.CommentResTitle {
	color: #666699;
	font-size: 85%;
	font-weight: bold;
	}

.CommentResText {
	font-size: 85%;
	color: #666666;
	line-height: 140%;
	padding: 10px 0px 10px 10px;
	}

.CommentResFooter {
	text-align: right;
	font-size: 80%;
	color: #555555;
	padding: 10px 0px 0px 10px;
	}

#sidebar dd {
	padding: 0 10px;
	font-size: 10px;
}
#sidebar dd ul {
	list-style: none;
}
#sidebar dd li {
	padding: 5px 3px 7px;
	background: url(http://bfile.shinobi.jp/5594/ninja_img_02.gif) repeat-x left bottom;
	line-height: 1.4;
}
