/******************************************************************************
全ブロックの共通設定
******************************************************************************/
/* RESET */
* {
	margin: 0;
	padding: 0;
}
/*BODY全体に関する設定*/
body {
	font-size:12px;
	color: #000;
	text-align:center;
}
html, body {
	scrollbar-arrow-color: #4169e1;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #4169e1;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #4169e1;
}
/*<td>の全ての設定*/
td {
	text-align:center;
}
/*table全ての設定*/
table{
	border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
	color:#0000ff;
	text-decoration: underline;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited {
	color:#cc00cc;
	text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	color:#4682b4;
	text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
	color:#4169e1;
	text-decoration:none;
}

/*全体の設定*/

#mainBlock {
	width: 900px;
	text-align/**/: /**/center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
/*テキスト左寄せ*/
.left {
	text-align:left;
}
/*テキスト中央寄せ*/
.center {
	text-align:center;
}
/*テキスト右寄せ*/
.right {
	text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {

	height: 200px;
	width: 900px;
	text-align: left;
	/* background-image:url('http://bfile.shinobi.jp/4550/blue-top.gif');*/
	background-image:url(http://file.sever.blog.shinobi.jp/blue-toprrr.png);
	background-repeat:no-repeat;
	background-position:center;
}

#TopTitle {
	padding: 70px 0px 0px 310px;
	font-size: 64px;
	font-weight: bold;
	text-indent: -9999px;
	overflow: hidden;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
	color: #4169e1;
}
.planet {
	position: absolute;
	background: url(http://file.sever.blog.shinobi.jp/sever_gp.png) no-repeat left center;
	width: 397px;
	height: 150px;
	top: 25px;
	/*left: 240px;*/
	left: 360px;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
	padding: 28px 0px 0px 420px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	clear: both;
	height: 80px;
	text-align: center;
}
/**************************************************************************************
  横カレンダー用デザイン
**************************************************************************************/
#CalendarBlock {
	width: 100%;
	height: auto;
	margin: 0;
	padding:0px;
	text-align: center;
	padding-top: 15px;
	display: none;
}
.Calendar {
	color: #666666; 
	font-size: 11px;
	padding-bottom: 15px;
	font-family: Georgia,'Times New Roman',Century;
}
/**************************************************************************************
ログイン用デザイン
**************************************************************************************/
/*ログイン・コメントレスリンク設定*/
#AdminBlock {
	text-align: right;
	padding: 25px 40px;
	font-weight: bold;
	color: #4169e1;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
	width: 220px;
	text-align: left;
	float: right;
	padding-right: 10px;
	padding-left: 0;
	padding-top: 30px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
margin-bottom: 20px;
padding: 0;
padding-left:10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	font-size: 16px;
	font-weight: bold;
	color: #4169e1;
	padding-left: 20px;
	padding-bottom: 15px;
	background-image: url('http://bfile.shinobi.jp/4550/blue-line2.gif');
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 25px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
	padding: 1px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	padding: 5px;
	font-size: 14px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	width: 640px;
	float: left;
	text-align: left;
	overflow: visible;
	padding-left: 10px;
	padding-right: 0;
}
/*記事表示部分の背景や余白等の設定*/

.EntryInnerBlock {
	padding: 10px;
	text-align: left;
	margin-bottom: 30px;
	border-top: 2px solid #92dc00;
	border-right: 2px solid #92dc00;
	border-bottom: 2px solid #92dc00;
	border-left: 2px solid #92dc00;
	background-color: #ffffff;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	/*margin: 30px 0 10px 40px;*/
	background: url(http://file.sever.blog.shinobi.jp/blue-line1rr.png) no-repeat center top;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
	color:#4169e1;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
	margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
	padding: 10px;
	font-size: 14px;
	color: #000000;
	line-height:1.5;
}
/*追記文書が記載される部分*/
.EntryPsText {
	font-size: 11px;
	padding-right: 10px;
	padding-top: 30px;
	font-family: Georgia,'Times New Roman',Century;
	text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/

.EntryFooter {
	text-align:right;
	font-size:14px;
	color:#66CCFF;
	padding: 10px 30px 10px 30px;
	background: url(http://file.sever.blog.shinobi.jp/blue-linerr.png) no-repeat center top;
	margin-top: 10px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	margin-right: 5px;
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
	font-family: Georgia,'Times New Roman',Century;
	padding-top: 5px;
	padding-bottom: 10px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
	margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
	margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
	text-align: center;
	padding: 10px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock {
	padding: 10px 50px 10px 30px;
	margin-bottom: 20px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #4169e1;
	padding: 5px 0 5px 25px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox {
	border: solid 1px #4169e1;
	padding: 10px;
	margin-bottom: 20px;
}
/*コメントのタイトル部分*/
.CommentTitle {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #4169e1;
	padding: 5px 0 10px 18px;
	border-bottom: 1px dotted #4169e1;
}
/*コメント部分*/
.CommentText{
	padding: 10px;
	background-color: #ffffff;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
	text-align: right;
	padding: 5px;
	font-size: 11px;
	color: #4169e1;
	padding-top: 15px;
	border-top: 1px dotted #4169e1;
}
/*投稿者名の部分*/
.CommentUserName {
	margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL {
	margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate {
	margin-left: 5px;
}
/*チェックボックス設定*/
.checkbox {
	padding-top: 5px;
	text-align: left;
	border-style: none;
	border-color: #4169e1;
	font-size: 12px;
}
/*コメント編集へのリンク部分*/
.CommentEdit {
	margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock {
	margin-bottom: 20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable {
}
/*コメントフォームTHタグ設定*/
.CommentFormTh {
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #4169e1;
	padding-right: 5px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd {
	padding-top: 5px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: none;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit {
	text-align: left;
	font-size: 11px;
}
/*inputタグやtextareaの設定*/
.CommentForms {
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
text-align: left;
font-size:12px;
font-weight:bold;
color:#4169e1;
padding:5px 0px 5px 25px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
font-size:12px;
font-weight:bold;
color:#4169e1;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
background-color:#FFFFFF;
font-size:12px;
color:#666666;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
font-size:11px;
color:#4169e1;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
padding:10px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:1px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
text-align:center;
font-size:12px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:11px;
color:#FF0000;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:11px;
color:#666666;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:11px;
color:#0000ff;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
text-align:center;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:11px;
color:#FF0000;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:11px;
color:#0000FF;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:11px;
color:#666666;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background-color:#99cccc;
font-size:11px;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#4169e1;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
         margin-bottom:20px;
}

.CommentResBox {
	border:solid 1px #4169e1;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
         color:#4169e1;
         padding-bottom:20px;
         border-bottom:1px dotted #4169e1;
         padding:10px;
}

.CommentResText {
	padding:10px 0px 10px 10px;
         line-height:140%;
         color:#666666;
}

.CommentResFooter {
	text-align:right;
	padding:10px 0px 5px 10px;
	color:#4169e1;
         border-top:1px dotted #4169e1;
         padding:10px;
}
/* =======================
 ADDITION
======================= */
p { margin: 1em 0 }
#haupt_entry {
	margin: 15px auto;
	width: 470px;
	height: 80px;
	padding: 12px;
	border-top: 2px solid #92dc00;
	border-bottom: 2px solid #92dc00;
	border-right: 2px solid #92dc00;
	border-left: 2px solid #92dc00;
	background: url(http://file.sever.blog.shinobi.jp/exver.gif);
}
.revsel {
	background-color: #0000ff;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	font-style: normal;
}
h3, h4 {
	margin: 1em 0;
}
#dora dd {margin-left: 50px; }
.mid {
	vertical-align: middle;
}
.blaus {
	color: #00f;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.rechts {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px}
.recht { clear: right; }
.gauche {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px}
.linke { clear: left }
.red1 {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.step {
	background-color: #cc0066;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px 2px;
	letter-spacing: 1px;
}
.cat {
	margin: 0 auto;
	width: 175px;
	padding: 12px;
	border-top: 2px solid #92dc00;
	border-right: 2px solid #92dc00;
	border-bottom: 2px solid #92dc00;
	border-left: 2px solid #92dc00;
	background: url(http://file.sever.blog.shinobi.jp/exver.gif);
}
.prof {
	width: 85%;
	background-color: #e2ffb1;
	border-top: 3px solid #008000;
	border-right: 3px solid #008000;
	border-bottom: 3px solid #008000;
	border-left: 3px solid #008000;
	margin-bottom: 10px;
	padding: 10px;
}

.quote {
	margin: 10px 50px;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-radius: 20px;
}
.ikon {
	height: 32px;
	width: 32px;
}
img {vertical-align: middle;}
.ban {
	height: 31px;
	width: 88px;
}
.mid {
	vertical-align: middle;
}