/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
* {margin:0; padding:0;}

/*BODY全体に関する設定*/
body {
font-family: 'ＭＳ　ゴシック', Verdana, sans-serif;
height:100%;
color:#663333;
text-align:center;
font-size:80%;
line-height:150%;
background-color: #ffff;
background-image: url(http://file.wtc3141.blog.shinobi.jp/border08y.gif); 
background-repeat: repeat;
overflow: auto;
scrollbar-3dlight-color:#CC9966;
scrollbar-arrow-color:#CC9966;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#CC9966;
scrollbar-track-color:#FFF5EE;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
font-size:80%;
}

a{
text-decoration: none;
}
/*通常のリンクの設定*/
a:link {
color:#FF3366;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#FF3366;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#CC0033;
}

blockquote{
background-color:#ffffcc;
}

input,textarea,select {
background-color:#FFF5EE;
border: solid 1px #CC9966;
}

/*全体の設定*/
#mainBlock {
width:800px;
height:100%;
margin:auto;
}

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

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width: 800px;
height: 45px;
color:fff;
margin:0;
background-color: #5a3c2c;
padding:5px 5px 30px 5px;
background-image: url(http://file.wtc3141.blog.shinobi.jp/race16t-p.gif); 
background-repeat: repeat-x; 
background-position: bottom;
line-height:100%;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
margin: 3px 5px 0px 5px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size:100%;
color:fff;
font-weight: bold;
}
/*メニューブロック設定*/
.Menu {
text-align:center;
}

.counter{
text-align:left;
padding: 5px;
}

/**************************************************************************************
コンテンツブロック用デザイン
**************************************************************************************/
/*コンテンツブロックの設定*/
#WindowBlock {
text-align: left;
width: 800px;
height:75%;
overflow: auto;
overflow-x: hidden;
position: relative;
padding:5px;
background-color: #fff;
}
/*ブログの説明文書*/
#TopExplanation {
margin: 20px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
bottom:0;
width: 800px;
height: 35px;
color:fff;
background-color: #5a3c2c;
background-image: url(http://file.wtc3141.blog.shinobi.jp/race11u-p.gif); 
background-repeat: repeat-x; 
background-position: top;
padding:22px 5px 5px 5px;
line-height:normal;
}
#copyright {
width:640px;
float:left;
}
#CopyIn{
width:460px;
float:right;
}
#mail {
float:right;
width:140px; height:33;
text-align: center;
padding:0 5px;
}
/**************************************************************************************
  カテゴリページ用デザイン
**************************************************************************************/
/*カテゴリ表示箇所全体の設定*/
.CategoryBlock {
width: 800px;
text-align: left;
}
/*カテゴリ表示箇所の背景や余白設定*/
.CategoryInnerBlock {
padding:20px 30px;
margin-right:10px;
}
/*カテゴリタイトル部分の設定*/
.CategoryTitle {
text-align: left;
margin:5px 5px 10px 5px;
}
/*カテゴリタイトル部分の文字色設定*/
.CategoryTitleFont {
font-size:120%;
font-weight: bold;
}
/*カテゴリエントリ表示部分の設定*/
#CategoryEntry {
margin:5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:30px;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 800px;
float:left;
}
/*プラグイン300pxの設定*/
.PluginBlock300 {
width: 360px;
float:left;
margin-right:10px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px;
margin-right:10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top: 0px;
border-right: 0px;
border-bottom: solid 1px #CC9966;
border-left: solid 5px #CC9966;
padding:2px 5px;
font-weight: bold;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 5px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 5px 10px;
}
.rireki {
border: solid 1px #CC9966;
width:250px;
height:80px;
overflow-y:scroll;
line-height:normal;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
.EntryBlock {
width: 800px;
text-align: left;
line-height:155%;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin:20px 40px 20px 40px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
margin:5px 10px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
font-weight: bold;
font-size:100%;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0;
}
/*記事本文が記載される部分*/
.EntryText {
margin:10px 0;
}
/*追記文章が記載される部分*/
.EntryPsText {
margin:20px 0;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
margin:30px 0 30px 0;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
text-align:right;
margin-right:5px;
}

.Line{
background-image: url(http://file.wtc3141.blog.shinobi.jp/ten01a.gif);
margin:20px 0;
}


/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
height:22px;
padding:4px 5px 0 5px;
background-image: url(http://file.wtc3141.blog.shinobi.jp/t-lace06be-w.gif);
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 10px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-left:5px;
margin-right:5px;
margin-top:10px;
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;

}
/*inputタグやtextareaの設定*/
.CommentForms{

}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	border:solid 1px #995555;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #995555;
}
