/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin: 0px 0px 0px 0px;
background-image:url('http://file.genkairo.blog.shinobi.jp/back.gif');
background-repeat:repeat-y;
text-align:center;
font-size:12px;
line-height:120%;
font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
color:#666666;
word-wrap:break-word;
background-color:#f0f0f0;
background-position:center top;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color:#aa0000;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#aa0000;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#FF6600;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#FF6600;
text-decoration:underline;
}
/*全体の設定*/
#mainBlock {
width:840px;
padding: 0px 0px 0px 0px;
text-align: center;
margin:0px auto;
background-image:url('http://file.genkairo.blog.shinobi.jp/line-left.gif');
background-repeat:repeat-y;
background-position:left;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:660px;
height:450px;
padding: 0px 0px 0px 0px;
text-align: left;
margin:20px auto;
}

#TopBlock a{
display:block;
width:660px;
height:450px;
background-image:url('http://file.genkairo.blog.shinobi.jp/head.gif');
background-repeat:no-repeat;
background-position:center;
}

#TopBlock a:hover{
display:block;
width:660px;
height:450px;
background-image:url('http://file.genkairo.blog.shinobi.jp/head_o.gif');
background-repeat:no-repeat;
background-position:center;
}

/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 250px 0px 0px 40px;
font-size:18px;
font-weight:bold;
color:#666666;
display:none;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 0px 0px 0px 40px;
color:#666666;
display:none;
}

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

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
font-size:12px;
text-align: left;
vertical-align:top;
background-image:url('http://file.genkairo.blog.shinobi.jp/side-back.jpg');
background-repeat:repeat-y;
padding:20px 0px;}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
width: 200px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
background-image:url('http://file.genkairo.blog.shinobi.jp/side-title.gif');
background-repeat:no-repeat;

height:30px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
padding:10px 0px 0px  0px;
font-size:12px;
color:#666666;
font-weight:bold;
background-position:center top;
text-align:center;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px 20px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 0px 20px;
line-height:150%;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width:660px;
margin:0px auto;
vertical-align:top;
font-size:12px;
color:#666666;
line-height:150%;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
width:620px;
margin:0px auto;
text-align: left;
background-image:url('http://file.genkairo.blog.shinobi.jp/main-middle.gif');
background-repeat:repeat-y;
background-position:center top;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
background-image:url('http://file.genkairo.blog.shinobi.jp/main-title.gif');
background-repeat:no-repeat;
background-position:center;
height:80px;
text-align: left;
vertical-align:bottom;
}
/*各記事タイトルの文字設定*/

.EntryTitleFont {
padding:0px 0px 0px 40px;
font-size:16px;
font-weight:bold;
clear:both;
vertical-align:top;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
width:620px;
margin:0px auto;
}

.EntryTop {
background-image:url('http://file.genkairo.blog.shinobi.jp/main-top.gif');
background-repeat:no-repeat;
background-position:center;
width:620px;
height:60px;
margin:0px auto;
}

.EntryBottom {
background-image:url('http://file.genkairo.blog.shinobi.jp/main-bottom.gif');
background-repeat:no-repeat;
background-position:center;
width:620px;
height:60px;
margin:0px auto;
clear:both;
}

/*記事本文が記載される部分*/
.EntryText {
width:520px;
font-size:12px;
color:#666666;
background-color:#ffffff;
margin-left:50px;
padding:30px 0px;}


/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px 60px 20px 0px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
width:500px;
margin:0px auto;
text-align:right;
background-image:url('http://file.genkairo.blog.shinobi.jp/main-middle.gif');
background-repeat:repeat-y;
padding:5px 60px 5px 0px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
margin-left: 5px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
padding-right:10px;
float:right;
line-height:30px;
}

.EntryWriteDate a:hover {
text-decoration:none;
}

.DateDay {font-size:30px;
font-weight:900;
font-family:georgia;
color:#CCCBF7;
vertical-align: super;
}

.DateTime {font-size:18px;
font-family:georgia;
color:#CCCBF7;
vertical-align:top;
font-weight:600;
}

.EntryNumber {
padding-left:80px;}

.EntryNum {
font-size:16px;
font-weight:900;
font-family:georgia;
color:#CCCBF7;
vertical-align:top;
text-align:left;
}

.EntryNo {
font-size:40px;
font-weight:900;
font-family:georgia;
color:#CCCBF7;
vertical-align:super;
text-align:left;
}

/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
color:#999999;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
width:520px;
margin:0px auto;
padding: 10px 20px;
text-align: left;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
width:520px;
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
width:520px;
}

.CommentTop{
width:520px;
height:10px;
background-image:url('http://file.genkairo.blog.shinobi.jp/com-top.gif');
background-repeat:no-repeat;
background-position:bottom;
}

.CommentMiddle{
width:520px;
padding: 10px;
background-image:url('http://file.genkairo.blog.shinobi.jp/com-middle.gif');
background-repeat:repeat-y;
}

.CommentBottom{
width:520px;
height:10px;
background-image:url('http://file.genkairo.blog.shinobi.jp/com-bottom.gif');
background-repeat:no-repeat;
background-position:top;
}

/*コメントのタイトル部分*/
.CommentTitle{
width:480px;
margin:0px auto;
padding:10px 20px;
text-align: left;
font-size:14px;
font-weight:700;
}
/*コメント部分*/
.CommentText{
width:460px;
margin:0px auto;
padding:10px 40px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
width:460px;
margin:0px auto;
text-align:right;
padding:5px 10px;
}

.CommonFooter img{
padding:0px;
margin:0px;
vertical-align:bottom;}

/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
padding:10px 0px;
width:520px;
background-image:url('http://file.genkairo.blog.shinobi.jp/cform-middle.gif');
background-repeat:repeat-y;
}

.CommentFormTop{
width:520px;
height:10px;
background-image:url('http://file.genkairo.blog.shinobi.jp/cform-top.gif');
background-repeat:no-repeat;
background-position:bottom;
}

.CommentFormBottom{
width:520px;
height:10px;
background-image:url('http://file.genkairo.blog.shinobi.jp/com-bottom.gif');
background-repeat:no-repeat;
background-position:top;
}

/*コメントフォーム用テーブル*/

.CommentFormTable{
width:460px;
text-align:left;
font-sizse:12px;
color:#666666;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
font-size:12px;
padding:5px 5px 0px 0px;
color:#666666;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
font-size:12px;
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:right;
}
/*inputタグやtextareaの設定*/
.CommentForms{
border:1px solid #C9BA76;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
width:520px;
margin:0px auto;
padding: 10px 20px;
text-align: left;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
padding:10px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
font-size:14px;
font-weight:700;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:110%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
border:1px solid #c0c0c0;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
text-align:left;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
}

/*通常のリンクの設定*/
.plugin_data a:link {
color:#AA0000;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
.plugin_data a:visited{
color:#AA0000;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
.plugin_data a:active {
color:#ff6600;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
.plugin_data a:hover {
color:#ff6600;
text-decoration:underline;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:80%;
font-size:12px;
padding:3px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size:12px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
font-size:12px;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:10px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:10px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:10px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:12px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:12px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:12px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:12px;
color:#aa0000;
}

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

.CommentResBox {
	background-color:#ffffff;
	border:solid 1px #c0c0c0;
	padding:10px;
	width:500px;
}

.CommentResTitle {
	font-size:12px;
	font-weight:700;
	margin-bottom:15px;
	color:#aa0000;
	border-bottom:1px dotted #aa0000;
	padding-left:10px;
}

.CommentResText {
	padding:0px 20px;
}

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

.box {
border:1px solid #9999bb;
}

.btn {
border-top:2px solid #bbbbbb;
border-left:2px solid #bbbbbb;
border-bottom:2px solid #777777;
border-right:2px solid #777777;
margin-top:5px;
padding:2px 5px 0px 5px;
font-size:12px;
color:#dddddd;
background-color:#333333;
}

#Calendar { 
width:620px;
text-align: center; 
font-size: 12px; 
letter-spacing: 1px; 
line-height:120%;
padding:5px 0px;
margin:10px auto;
}

.CalendarLineUp {
width:620px;
height:1px;
border-bottom:1px solid #c0c0c0;
clear:both;
}

.CalendarLineDown {
width:620px;
height:1px;
border-top:1px solid #ffffff;
}

.PageTop {
width:120px;
float:right;
padding-right:20px;
}

.EntryBnr {
width:520px;
margin:0px auto;
font-size:10px;
text-align:center;
line-height:120%;
}
