/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
*{
margin:0;
padding:0;
}
html body{ overflow: hidden; }
/*BODY全体に関する設定*/
body {
text-align: center;
font:normal 86% 'Century Gothic', 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', sans-serif;
background:#eeeeee url(http://bfile.shinobi.jp/6535/ss_bg01.gif);
color:#666666;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
font-size: 100%; 
}

/*リンクの設定*/
a {
text-decoration: none;
}
/*通常のリンクの設定*/
a:link {
color:#56BAEC;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#708090;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#FFAEAE;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#FFAEAE;
}
/*リスト*/
ol{
padding:0 0 0 1.5em;
}
ul{
margin:0 0 0 1.5em;
list-style: square outside url(http://bfile.shinobi.jp/6535/ss_li.gif);
}

dl{
margin:0.5em 0 0.5em 0.5em;
}
dt{
margin:0.5em 0 0;
}
dd{
margin:0 0 0 0.2em;
padding:0 0 0 5px;
}
/*引用*/
blockquote {
border-left: solid 3px #ccc;
padding: 0.25em 0.5em;
margin:0.5em;
}
q {
font-style: italic;
}
/*整形済み・コード*/
pre,code {
padding:0.5em 1em;
margin:1em 0;
border:solid 1px #ccc;
}
/*フォーム*/
input, select, textarea {
font-size: 100%; 
background-color: #eee;
}
input.checkbtn {
background-color:#fefefe;
}
/*画像*/
img{ border: none; }
.imgicon{margin-right:5px;}

/*全体の設定*/
#mainBlock {
width:800px;
text-align: left;
margin:0 auto;
background-color:#fefefe;
}
#wrap {
width:100%;
height: 100%;  
overflow: auto;
}
* html div#wrap {
height: 100%;  
overflow: auto;  
}  
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*管理画面へのリンク*/
#AdminLink {
text-align: right;
font-size: 84%;
background:#eeeeee url(http://bfile.shinobi.jp/6535/ss_bg01.gif);
}

/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:800px;
height: 200px;
text-align: left;
color:#fefefe;
background :#56BAEC;
position: relative;
z-index: 10;
}
#TopTitleBlock {
width:350px;
float:right;
text-align: right;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 30px 20px 0;
font-size:200%;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color:#fefefe;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
font-size:90%;
padding: 0px 20px 20px;
}

#DropDownMenuBlock {
width:450px;
height: 200px;
float:left;
}
            
#dd {
margin: 0;
padding: 0;
}

#dd li {
margin: 0;
padding: 0;
list-style: none;
float: left;
font: bold 100% arial;
}

#dd li a.menu {
display: block;
height: 200px;
text-align: center;
margin: 0;
color: #FFF;
width: 90px;
text-decoration: none;
}

#dd li a.menu:hover {
background :#fefefe;
color :#56BAEC;
}
.emptybox {
margin: 0;
padding: 0;
height: 165px;
}
.submenu {
white-space: nowrap;
background: #eee;
border: 1px solid #ccc;
visibility: hidden;
position: absolute;
z-index: 100;
filter: Alpha(opacity=80);
opacity:0.9;
}

.submenu a {
display: block;
font: 90% arial;
text-align: left;
text-decoration: none;
padding: 5px;
color: #0191C8;
}
.submenu a:visited {
color: #0191C8;
}
.submenu a:hover {
background: #56BAEC;
color: #fefefe;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 100px;
text-align: center;
background :#fefefe url(http://bfile.shinobi.jp/6535/ss_bg01.gif) repeat-x left bottom;
}
.partition {
clear:both;
background:#eeeeee url(http://bfile.shinobi.jp/6535/ss_bg01.gif);
height: 14px;
}
/*ページ上部へのリンク*/
#elevator {
position: fixed !important;  
position: absolute;  
top: 80%;  left: 50%;  
width: 40px;  
height: 60px;
margin-left:391px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 250px;
text-align: left;
float: right;
overflow: hidden;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding: 10px;
margin-right:10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
padding: 10px;
font-size:150%;
color:#ccc;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
margin-left:20px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 550px;
float: left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
margin:10 0 10 40px;
padding: 10px;
border-bottom :solid 1px #eee;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
font-size:150%;
}
.EntryTitle a:link{ color:#666;}
.EntryTitle a:visited {color:#666;}
.EntryTitle a:hover { color: #56BAEC; }
.EntryTitle a:active { color: #56BAEC; }
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
line-height: 1.8;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px 5px;
text-align: right;
font-size:90%;
}
a.PsText {padding:2px 5px;}
a.PsText:link { color: #fefefe; background:#666; }
a.PsText:visited { color: #fefefe; background:#666; }
a.PsText:hover { color: #fefefe; background:#56BAEC; }
a.PsText:active { color: #fefefe; background:#56BAEC; }
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
font-size:90%;
}
.EntryDate {
padding:5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
margin-left: 5px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
font-family:'Georgia';
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
border:solid 1px #666;
background :#eee;
}
.EntryComment a {color:#666;}
.EntryComment a:hover {color:#FFAEAE;}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
border:solid 1px #666;
background :#eee;
font-size:90%;
}
.EntryTrackback a {color:#666;}
.EntryTrackback a:hover {color:#FFAEAE;}
.Entrynum {
padding:0 5px;
background-color:#56BAEC;
color:#fefefe;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
font-size:90%;
padding:10px;
}
/*タイトルリスト*/
.ListBlock {
text-align: left;
margin:20px 10px 10px 30px;
padding:0 10px;
position:relative;
}
.ListMenu {
font-size:150%;
position:relative;
bottom:-0.5em;
left:5px;
z-index: 2;
}
.ListTitle{
border: 1px solid #cecece;
padding:20px 10px 10px;
}
.ListTitle ul {
margin: 0 0 0 1.5em;
padding: 0;
}
.HeadFont {
padding:0 10px;
color:#ccc;
background-color:#fefefe;
}
/*拍手*/
.NinjaClap {
padding:20px 0;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
margin:10 0 10 40px;
padding: 10px;
position:relative;
}
.CommentEditBlock {
width: 550px;
margin-left:30px;
padding: 20px 10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
font-size:150%;
position:relative;
bottom:-0.5em;
left:5px;
z-index: 2;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin-top: 30px;
border-bottom :solid 1px #eee;
}
/*コメントのタイトル部分*/
.CommentTitle{
}
/*コメント部分*/
.CommentText{
padding: 10px;
line-height: 1.6;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:left;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
font-weight: bold;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
font-family:'Georgia';
}
/*コメント編集へのリンク部分*/
.CommentEdit{
padding: 5px;
text-align:right;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
border: 1px solid #cecece;
padding:20px 10px 10px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding:5px;
text-align: left;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding:5px;
text-align: left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
padding:5px;
}
/*inputタグやtextareaの設定*/
.CommentForms{
font-size: 100%; 
width: 240px;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
text-align: left;
margin:10 0 10 40px;
padding: 10px;
position:relative;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
font-size:150%;
position:relative;
bottom:-0.5em;
left:5px;
z-index: 2;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin-top: 30px;
border-bottom :solid 1px #eee;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
padding: 10px;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height: 1.6;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:left;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
font-weight: bold;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
font-weight: bold;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
font-family:'Georgia';
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
margin-bottom:20px;
border: 1px solid #cecece;
padding:20px 10px 10px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
margin:5px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
.Plugin_data a{
display: block;
padding-left:0.5em;
border-left: solid #56BAEC 3px;
}
.Plugin_data a:hover {
position: relative;
left: -30px;
border-left: solid #FFAEAE 3px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:180px;
margin:0 auto;
text-align:center;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:180px;
margin:0 auto;
text-align:center;
border-collapse: separate;
border-spacing: 3px;
font-size:80%;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
border-bottom:2px solid #FFAEAE ;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
border-bottom:2px solid #ccc ;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
border-bottom:2px solid #56BAEC ;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background-color:#eee;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
border-bottom :solid 1px #eee;

}

.CommentResBox {
padding:10px;
background:#eee;
}

.CommentResTitle {
text-align:right;
}

.CommentResText {
padding:10px;
line-height: 1.6;
}

.CommentResFooter {
text-align:right;
background:#eee;
}
.CommentResName {
margin-left: 5px;
}
.CommentResWriteDate {
margin-left: 5px;
font-family:'Georgia';
}