/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/

body {
background: fixed url('http://www.eonet.ne.jp/~moonmagic/image/race-p2-AB.png') #ffffff repeat top left;
margin :auto;
padding :0;
height :100%;
text-align:center;
font-size:12px;
color:#696969;
line-height:1.5em;
font-family:arial,sans-serif;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-base-color:#ffffff;
scrollbar-fase-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#000000;
overflow-y: auto;
overflow-x: hidden;
}

/*<td>の全ての設定*/
td {
text-align:center;
}

/*table全ての設定*/
table{
border-collapse: collapse;
}

/*通常のリンクの設定*/
a:link {
color:#696969;
text-decoration:none;
}

/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#696969;
text-decoration:none;
}

/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#660000;
text-decoration:none;
}

/*アクティブ状態のリンクの設定*/
a:active {
color:#696969;
text-decoration:none;
}

/*全体の設定*/
#mainBlock {
background-color: #ffffff;
width: 860px;
margin: auto;
padding: 0px 5px 0px 0px;
text-align: center;
}

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

/*テキスト右寄せ*/
.right {
text-align:right;
}

input,textarea{
background-color:#000000;
color: #eaf4fc;
}

select{
margin-left: 5px;
font-size : 12px;
color : #eaf4fc;
background-color : #000000;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width: 860px;
height: 314px;
background: url('http://www.eonet.ne.jp/~moonmagic/image/cut-alice1-LB.jpg') #ffffff no-repeat top left;
text-align: center;
margin: auto;
}

/*ページタイトル文字部分の設定*/
#TopTitle {
text-align: center;
font-size: 30px;
font-weight: bold;
margin-top: 20px;
padding: 0px 0px 0px 300px;
}

/*ページタイトル文字色の設定*/
.TopTitleFont {
font-weight:bold;
color:#ffcc33;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 7px 0px 12px 110px;
color:#999999;
text-align: center;
}

/*コメント管理、編集等の部分*/
#AdminBox{
width: 530px;
height: 90px;
background: url('http://www.eonet.ne.jp/~moonmagic/image/bg-alice1-LB.jpg') repeat-x bottom left;
text-align: right;
color:#999999; 
margin: 20px 0px 0px 330px;
}

#AdminBlock a:link {text-decoration:none;color:#660000;}
#AdminBlock a:visited{text-decoration:none;color:#660000;}
#AdminBlock a:active {text-decoration:none;color:#ff3366;}
#AdminBlock a:hover {text-decoration:none;color:#660000;}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
width: 860px;
height: 50px;
text-align: center;
font-color: #660000;
padding: 20px 0px 10px 0px;
margin: auto;}

/******左メニューデザイン******/
#LeftBlock{
float: left;
width: 285px;
}

/******右メニューデザイン******/
#RightBlock{
width: 200px;
float: right;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock_l {
width: 285px;
background: url('http://www.eonet.ne.jp/~moonmagic/image/bg-alice5-LB.gif') #ffffff repeat-y top left;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#000000;
scrollbar-base-color:#ffffff;
scrollbar-fase-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
height: 1500px; 　　/*スクロールする記事Boｘの長さ：任意で変更*/
overflow: scroll;
overflow-x: hidden;
}

.PluginBlock_r {
background-color:#transparent;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
margin: 0px;
padding: 0px;
margin-bottom: 20px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
background: url('http://www.eonet.ne.jp/~moonmagic/image/mini-b-43-AB.jpg') no-repeat bottom left;
weight:200px;
height:50px;
text-align: center;
font-family: Segoe Print;
font-size: 15px;
color: #eaf4fc;
font-weight: bold;
margin: 0px 42px 0px 50px;
padding: 20px 0px 0px 15px;
border-bottom: dotted 4px #eaf4fc;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
weight:200px;
margin: 0px 30px 0px 40px;
padding: 5px 0px 5px 30px;
line-height: 1.2em;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
weight:200px;
margin: 0px 30px 0px 40px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock{
background-color: #000000;
width: 575px;
float: left;
text-align:left;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color: #eaf4fc;
scrollbar-base-color:#000000;
scrollbar-fase-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
height: 1500px; 　　/*スクロールする記事Boｘの長さ：任意で変更*/
overflow: scroll;
overflow-x: hidden;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
background-color: #000000;
}

/*各記事タイトル部分の設定*/
.EntryTitle {
background:url(http://www.eonet.ne.jp/~moonmagic/image/b_t_wpl01.gif) repeat-x top left;
height: 50px;
font-size:14px;
font-weight:bold;
margin: 0px;
padding: 80px 0px 0px 0px;
text-align: center;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color: #eaf4fc;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 0px 20px 10px 20px;
}

/*記事本文が記載される部分*/
.EntryText {
padding: 20px;
font-size:12px;
color: #eaf4fc;
text-align: left;
line-height: 1.5em;
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
height: 50px;
margin: 0px 0px 30px 0px;
padding: 0px 10px 0px 0px;
font-size:12px;
color: #eaf4fc;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}

/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}

/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
background-color: #000000;
text-align:center;
padding:10px;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
text-align: left;
background-color: #000000;
}

/*コメント全体のフッター部分*/
.Commentbottom{
height:10px;
}

/*この記事にコメントすると書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
font-size:14px;
color: #eaf4fc;
margin: 30px 0px 10px 20px;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
width: 575px;
text-align: left;
margin: 10px 0px 45px 0px;
}

/*コメントのタイトル部分*/
.CommentTitle{
background:url(http://www.eonet.ne.jp/~moonmagic/image/b_a_icon_02_1.gif) repeat-x bottom center;
height: 115px;
margin: 0px;
text-align: center;
padding: 0px;
font-size:14px;
font-weight:bold;
color: #eaf4fc;
}

.CommentTitleh{
background-color: #000000;
width: 575px;
margin-left: 10px;
text-align: left;
font-size:14px;
font-weight:bold;
color: #eaf4fc;
padding: 30px 0px 0px 50px;
}

/*コメント部分*/
.CommentText{
padding: 30px 50px 25px 50px;
font-size:12px;
line-height: 1.5em;
}

/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
background:url(http://www.eonet.ne.jp/~moonmagic/image/mini-b-46-AB.jpg) no-repeat bottom right;
text-align:right;
height: 43px;
margin: 5px 50px 20px 15px;
font-size:12px;
color:#999999;
padding: 10px 50px 0px 5px;
}

/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}

/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}

/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}

/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
padding-bottom:30px;
}

/*コメントフォーム用テーブル*/
.CommentFormTable{
}

/*コメントフォームTHタグ設定*/
.CommentFormTh{
text-align:right;
color: #eaf4fc;
font-size:11px;
padding-left: 30px;
}

/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
margin-left: 5px;
text-align:left;
}

/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
padding:5px 0px 0px 80px;
}

/*inputタグやtextareaの設定*/
.CommentForms{
margin-left: 5px;
}

/**************************************************************************************
  コメント編集ページの設定
**************************************************************************************/

.CommentEditBlock{
        background-color: #000000;
	margin: 0px;
	padding:30px 0px 0px 0px;
}

.CommentEditTitle { 
	padding: 30px 290px 30px 0px;
	text-align: center;
	font-size:16px;
	color: #eaf4fc ;
}

.Backbtn {
	margin-top:20px;
}

.BackButton {
	width:130px;
	text-align:center;
        margin: 30px;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:200px;

}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
padding-right:3;
padding-bottom:4;
padding-left:3;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
padding-right:3;
padding-bottom:4;
padding-left:3;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
padding-right:3;
padding-bottom:4;
padding-left:3;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:200px;
padding:3px;

}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
padding-right:3;
padding-bottom:4;
padding-left:3;
font-size:12px;
color:#FF99CC;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:12px;
padding-right:3;
padding-bottom:4;
padding-left:3;
color: #eaf4fc;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
padding-right:3;
padding-left:3;
padding-bottom:4;
font-size:12px;
color: #eaf4fc;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:11px;
color: #FF99CC;
padding-right:3;
padding-bottom:4;
padding-left:3;
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:11px;
padding-right:3;
padding-bottom:4;
padding-left:3;
color: #eaf4fc;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:11px;
padding-right:3;
padding-bottom:4;
padding-left:3;
color: #eaf4fc;
}

/*記事が存在する場所の設定*/
.CalendarTdLink {
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#660000;
font-weight:bold;
font-siee: 12px;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
width: 95%;
}

.CommentResBox {
margin-left: 50px;
margin-right: 20px;
text-align: left;
padding:10px 10px 10px 0px;
border: dotted 4px #eaf4fc;
}

.CommentResTitle {
background:url(http://www.eonet.ne.jp/~moonmagic/image/bt-cosmos01.jpg) no-repeat right;
height: 40px;
font-size:14px;
text-align: center;
margin: 10px 0px 0px 5px;
padding: 30px 0px 10px 0px;
font-weight:bold;
color: #da81b2;
border-top: dotted 4px #e3b1b0;
}

.CommentResText {
padding: 15px 15px 10px 25px;
line-height: 1.5em;
color: #eaf4fc;
}

.CommentResFooter {
background: url('http://www.eonet.ne.jp/~moonmagic/image/KANAE-wb.gif') no-repeat bottom right;
height: 18px;
padding: 20px 60px 0px 0px;
margin: 0px 5px 0px 0px;
text-align:right;
}
