@charset "utf-8";

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
* { 
margin: 0; 
padding: 0; 
}

h1,h2,h3,h4,h5 {
font-size: 100%;
}

img {
display: block;
margin: 5px 10px 0px 0px;
}

ul {
list-style-type: none;
}

a:link { 
color: #356;
}

a:visited { 
color: #356;
}

a:hover { 
text-decoration: underline;
}

a {
text-decoration: none;
}

/*BODY全体に関する設定*/
body {
color: #333;
font-size: 12px;
font-family: 'Hiragino Kaku Gothic Pro',Osaka,'メイリオ','MS Pゴシック',Arial,sans-serif;
line-height: 1.7;
text-align: center;
margin-top: -10px;
}

/*tdの全ての設定*/
td {
text-align:center;
}

/*table全ての設定*/
table {
border-collapse: collapse;
}

/*テキスト左寄せ*/
.left {
text-align: left;
}

/*テキスト中央寄せ*/
.center {
text-align: center;
}

/*テキスト右寄せ*/
.right {
text-align: right;
}

/*全体の設定*/
#pagebg {
background: url(http://bfile.shinobi.jp/4991/body_bg.jpg) no-repeat center top;
}

#mainBlock {
width: 920px;
text-align: left;
margin: 0 auto;
background: url(http://bfile.shinobi.jp/4991/body_bg.gif) repeat-y center top;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロックタイトルが書かれる場所の設定*/
#TopBlock {
background: url(http://bfile.shinobi.jp/4991/top_bg.jpg) no-repeat center top;
width: 920px;
height: 758px;
text-align: left;
position: relative; 
margin-bottom: -10px;
}

/*ページタイトル文字部分の設定*/
#title_bg {
text-align: center;
padding-top : 420px;
}

#TopTitle {
width: 650px;
margin: 0 auto;
border-top: 1px solid #ccc;
font-size: 14px;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
width: 650px;
margin: 0 auto;
border-bottom: 1px solid #ccc;
font-weight: normal;
}

#TopCalender {
text-align: center;
margin-top: 60px;
}

#TopCalender table {
font-size: 10px;
margin: 0 auto;
}

#TopCalender table td {
width: 18px;
text-align: center;
}

#TopCalender table td a {
color: #fff;
background: #356;
display: block;
margin: 0 2px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック著作権表示が書かれる場所の設定*/
#FooterBlock {
text-align: center;
height: 540px;
width: 920px;
clear: both;
margin: 0 auto;
background: url(http://bfile.shinobi.jp/4991/footer_bg.jpg) no-repeat -25px -14px;
}

#footer_contents {
padding: 80px 0 50px 0;
}

#footer_contents span {
display: block;
}

/**************************************************************************************
 プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
#PluginBlock {
width: 300px;
text-align: left;
float: right; 
position: relative;
background: url(http://bfile.shinobi.jp/4991/side_line.gif) repeat-y;
margin-top: -150px;
}

#PluginBlock a:link { 
color: #653;
}

#PluginBlock a:visited { 
color: #653;
}

#PluginBlock a:hover { 
color: #764;
text-decoration: none;
}

#PluginBlock a {
text-decoration: underline;
}

#PluginInnerBlock {
padding: 0px 30px 50px 22px;
}

#PluginInnerBlock h3 {
height: 35px;
background: url(http://bfile.shinobi.jp/4991/title_line_bg.gif) no-repeat center bottom;
}

#PluginInnerBlock #for_list_top {
height: 35px;
background: url(http://bfile.shinobi.jp/4991/top_list_bg.jpg) no-repeat 1px bottom;
}

#PluginInnerBlock h3 span {
margin-left: 12px;
}

#PluginInnerBlock dd {
text-align: right;
}

#PluginInnerBlock dd p {
text-align: left;
margin: 0 0 10px 5px;
}

#PluginInnerBlock .item {
margin: 10px 15px 20px 15px;
font-size: 10px;
}

#PluginInnerBlock .item img {
display: inline;
margin: 0px 0px 0px 5px;
vertical-align: middle;
}

#PluginInnerBlock .PluginContents .Plugin_data_date {
color: #f00;
text-align: right;
}

#PluginInnerBlock #for_list dt {
background: url(http://bfile.shinobi.jp/4991/side_dt_line.gif) no-repeat left bottom;
line-height: 1.3;
width: 220px;
}

#PluginInnerBlock #for_list dd {
line-height: 1.3;
}

/**************************************************************************************
 記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 600px;
text-align: left;
float: left;
margin-top: -150px;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
padding: 0px 0px 40px 30px;
position: relative;
}

/*各記事タイトル部分の設定*/
.EntryTitle {
font-size: 20px;
text-align: left;
border-right: 1px solid #ccc;
border-left: 5px solid #ccc;
height: 100px;
margin: 0px 150px 20px 0px;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
display: block;
margin-left: 10px;
}

.EntryTitleFont a:link { 
color: #666;
}

.EntryTitleFont a:visited { 
color: #666;
}

.EntryTitleFont a:hover { 
color: #444;
text-decoration: none;
}

.EntryTitleFont a {
color: #666;
}

/*追記文書が記載される部分*/
.EntryPsText {
margin-top: 15px;
}

/*記事へのリンクコメントやトラックバック等の背景*/
.EntryFooter {
font-size: 10px;
height: 50px;
width: 100px;
position: absolute; 
right: 30px;
top: 15px;
}

.EntryFooter a:link { 
color: #356;
}

.EntryFooter a:visited { 
color: #356;
}

.EntryFooter a:hover { 
color: #467;
text-decoration: underline;
position: relative;
left: 1px;
}

.EntryFooter a {
text-decoration: none;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
text-align:center;
}

/**************************************************************************************
 各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock {
margin: 30px 0px 30px 30px;
}

.comment_bg {
background: url(http://bfile.shinobi.jp/4991/c_center.gif) repeat-y;
margin-bottom: 30px;
width: 570px;
}

.bg_footer {
background: url(http://bfile.shinobi.jp/4991/c_bottom.gif) no-repeat left top;
height: 100px;
}

/*この記事にコメントすると書かれてる部分の設定*/
.CommentMenuTitle {
font-size: 20px;
border-left: 5px solid #ccc;
margin-bottom: 10px;
}

.CommentMenuTitle span {
margin-left: 10px;
}

/*コメントのタイトルコメントコメント情報の全ての背景部分*/
.CommentTextBox {
position: relative;
}

/*コメントのタイトル部分*/
.CommentTitle {
background: url(http://bfile.shinobi.jp/4991/c_top.gif) no-repeat left top;
height: 60px;
}

.CommentTitle span {
display: block;
padding: 35px 0 0 65px;
}

/*コメント部分*/
.CommentText {
padding: 15px 70px 20px 70px;
font-size: 10px;
}

/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter {
font-size: 10px;
border-top: 1px #aaa dotted;
width: 450px;
text-align: right;
margin-left: 65px;
}

.CommentFooter li {
display: inline;
margin: 0 5px;
}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock {
margin-bottom: 30px;
}

/*コメントフォームTHタグ設定*/
.CommentFormTh {
font-size: 12px;
height: 30px;
}

/*コメントフォームTDタグ設定*/
.CommentFormTd {
text-align: left;
}

/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit input {
width: 100px;
}

/*inputタグやtextareaの設定*/
.CommentForms {
width: 350px;
}

/**************************************************************************************
 トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock {
margin: 0px 0px 40px 30px;
}

/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle {
font-size: 20px;
border-left: 5px solid #ccc;
margin-bottom: 10px;
}

.TrackbackMenuTitle span{
margin-left: 10px;
}

/*トラックバックタイトルの部分*/
.TrackbackTitle {
text-align: left;
margin: 10px;
}

/*トラックバックの記事部分*/
.TrackbackText {
margin: 10px 20px;
}

/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter {
text-align:right;
}

.TrackbackFooter li {
display: inline;
margin: 0 5px;
}

/*この記事のトラックバックと書かれた部分の設定*/
.TrackbackURLTitle {
text-align: left;
}

/**************************************************************************************
 各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align: left;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align: right;
}

/**************************************************************************************
 カレンダープラグイン用デザイン
**************************************************************************************/
.CalendarMoveTable {
width: 200px;
font-size: 11px;
margin: 0 auto 10px auto;
}

/*カレンダー表示用テーブル*/
.CalendarTable {
width: 220px;
font-size: 11px;
margin: 0 auto;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
text-decoration: underline;
font-weight: bold;
}

/*-------------------------------------------------------
 コメント 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock { 
font-size: 10px;
width: 350px;
border: 1px #abc solid;
margin: 20px 0 0 160px;
}

.CommentResBox {
padding: 10px;
}

.CommentResTitle {
border-bottom: 1px #abc dotted;
}

.CommentResTitle span{
padding-left: 10px;
}

.CommentResText {
padding: 10px;
}

.CommentResFooter {
border-top: 1px #abc dotted;
text-align: right;
}

/*-------------------------------------------------------
 コメント 編集部分デザイン
-------------------------------------------------------*/
#comment_edit {
width: 920px;
margin: 0 auto;
background: url(http://bfile.shinobi.jp/4991/body_bg.gif) repeat-y center top;
}

#edit_title {
padding-top: 110px;
width: 920px;
background: url(http://bfile.shinobi.jp/4991/edit_top.gif) no-repeat center top;
}

#edit_title span {
font-size: 20px;
}

#edit_Form {
margin-top: 30px;
}

#edit_Form table {
margin: 0 auto;
}