/*テンプレート：noize(シンプル)*/
/*このテンプレートの著作権は木場グレンが有します。*/

/*空の要素は便宜上作成しています。ミスではありません。*/


/*body（全体）*/
body{
color:#cccccc;
background-color:#000000;
background-image:url();
background-repeat   : no-repeat;
background-attachment:fixed;
margin:0px;
padding:0px;
}

/*bodyとtd*/
body,td{
text-align:left;
line-height:180%;
font-size:13px;
font-family:メイリオ;
}

/*テーブル*/
table{border-collapse:collapse;}

/*td*/
td{vertical-align:top;}

/*罫線*/
hr{color:#444444;}

/*要素の枠の共通設定*/
.topblock,.plugin,.entry,.commentformblock,.comment,.comment_res,.trackback{}

/*要素の背景の共通設定*/
.plugin,.entry,.commentformblock,.comment,.trackback{}

/*要素のタイトルの共通設定*/
.entry_title,.commentform_title,.comment_title{
font-size:12px;
font-weight:bold;
width:100%;
background-color:#222222;
background-image:url(http://file.stfu.99ing.net/gray_gradation_04.gif);
filter:alpha(opacity=35);
-moz-opacity:0.35;
opacity:0.35;
padding:5px 5px 5px 20px;
}

/*リンク*/
a{color:#ff0080;text-decoration:underline;}
a:visited{color:#ff0080;text-decoration:underline;}
a:active{color:#ff0000;}
a:hover{color:#ff0000;text-decoration:underline;position:relative;}


/*リンク個別*/

A.#a:link,A.#a:active{color:#000000;}
A.#a:hover{color:#ff0000;}
A.#a:visited,{color:#000000;}


/*テキスト左寄せ（ブログの仕様）*/
.left{text-align:left;}

/*テキスト中央寄せ（ブログの仕様）*/
.center{text-align:center;}

/*テキスト右寄せ（ブログの仕様）*/
.right{text-align:right;}




/*壁紙*/
.kabegami{background-image:url(http://file.stfu.99ing.net/wallpaperblog.jpg);
 background-position:center top;
 background-repeat:no-repeat;
-moz-background-size:100% 100%;
background-attachment: fixed;
 background-size:100% 100%; 
 }





/*メインテーブル*/
.maintable{width:700px;}

/*トップブロック*/
.topblock{
width:100%;
height:100px;
text-align:left;
vertical-align:middle;
margin:0px;
padding:0px;


}

/*タイトルとブログの説明文*/
.title{padding:0px;font-size:22px;}
.title a{color:#cccccc;text-decoration:none;}
.title a:visited{color:#cccccc;text-decoration:none;}
.title a:active{color:#ff0000;}
.title a:hover{color:#ff0000;text-decoration:underline;position:relative;}
.explanation{padding:0px;}

/*記事ブロック*/
.entryblock{}
.entry{margin:0px;padding:5px;}
.entry_title{}
.entry_title a{color:#ffffff;text-decoration:none;}
.entry_title a:visited{color:#ffffff;text-decoration:none;}
.entry_title a:active{color:#ff0000;}
.entry_title a:hover{color:#ff0000;text-decoration:underline;position:relative;top:0;left:0;}
.entry_date{text-align:right;}
.entry_text{padding:0px;font-size:13px;}
.entry_footer{text-align:right;padding:0px;}
/*記事の画像の枠線を表示させる場合は、borderを0pxから1px以上に変更。*/
.entryblock img{border:0px #0000ff solid;margin:5px;}


/*コメントブロック*/
.commentblock{margin:10px;padding:10px;}

/*コメントフォーム*/
.commentformblock{}
.commentform_title{}
.commentform_main{padding:10px;}
.commentform{color:#cccccc;background-color:#222222;border:1px #555555 solid;font-size:13px;}
.commentform_submit{padding:15px;}

/*コメント本文*/
.comment{margin-bottom:75px;}
.comment_title{}
.comment_date{text-align:right;}
.comment_text{padding:10px;}
.comment_footer{text-align:right;padding:5px;}

/*コメント本文の文字色を指定（ユーザー設定を打ち消し）*/
.comment_text_color{color:#cccccc;}

/*コメント返信（本文と同じブロックに内蔵）*/
.comment_res{margin:10px 10px 50px 10px;padding:10px;}
.comment_res_title{font-size:13px;font-weight:bold;}
.comment_res_text{padding:5px;}


/*ページリンク*/
.pagelink{text-align:center;margin:10px;padding:10px;}


/*フッター*/
.footer{text-align:center;padding:20px;}




/*カレンダー（忍者ブログ標準プラグイン用デザイン）*/

/*カレンダー日付移動用テーブル*/
.CalendarMoveTable{width:80%;}
.CalendarMoveTable td{padding:5px;}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr{}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd{width:30%;text-align:right;}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd{width:40%;text-align:center;}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd{width:30%;}


/*カレンダー表示用テーブル*/
.CalendarTable{width:80%;margin-top:5px;}
.CalendarTable td{border:1px #ffffff solid;padding:2px;text-align:center;}

/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr{font-weight:bold;}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun{color:#ff0000;}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday{}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat{color:#0000ff;}

/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr{}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun{color:#ff0000;}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd{}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat{color:#0000ff;}

/*記事が存在する場所の設定*/
.CalendarTdLink{background-color:#111111;}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont{}