/**************************************************************
 reset
**************************************************************/


html,body,div,span,applet,object,iframe,h1,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th, {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight:normal;
    line-height: 1;
    text-align:left;
}
fieldset, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow:hidden;
    line-height: 1;
}
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,
q:before,q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus { outline: 0;}
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
/*
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 */

/**************************************************************
 common
**************************************************************/
body {
    font-size:15px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
    color:#000000;
    background: #CCFFFF;
    background-image: url(http://file.jo3gbd.blog.shinobi.jp/back1.jpg);
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-REPEAT: repeat-x;
    margin-top: 0px;
}
/*
input, textarea{
    padding:2px;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#333333;
}
*/
a:link,a:visited{
    outline:0;
    text-decoration:underline;
    color:#008800;
}
a:hover,a:active {
    outline:0;
    color:#008800;
    text-decoration:none;
    background-color: white;   
}

strong,b {
    font-weight:bold;
}

#MainBlock {
  width: 760px;
    padding: 0;
  margin : 5px auto 0px;
}
.clear {
    clear:both;
    height:0;
    line-height:0;
    width:100%;
}
.clear hr {
     display:none; 
}  
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}
/**************************************************************************************
ヘッダー用デザイン
**************************************************************************************/
#Header{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
}
#Header_1 {
	width: 728px;
	height: 15px;
                    margin-top: 16px;
                    margin-left: auto;
	margin-right: auto;
}
#Header_2 {

	position: absolute;
                      top: 0px;
                      left: 0px;
        
}
#Header_3 {
	float: right;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
}
/*ページタイトル文字部分の設定*/
#TopTitle {
clear:both;
    height:90px;
    width: 234px;
    float : left ;
}
#TopAd1 {
  height: 30px;
  width: 468px;
  padding: 0;
  position: relative;
  float : left;
  top: 0px;
  left: 30px;
 overflow:hidden;
    font-size: 70%;
}
#TopAd1 a:link { color: #000000; }
#TopAd1 a:visited { color: #000000; }
#TopAd1 a:hover { color: #000000; }
#TopAd1 a:active { color: #000000; }
}
#TopAd2 {
  height: 60px;
  width: 234px;
  padding: 0;
  float: left;
  position: relative;
  left: 25px;
overflow:hidden;
}
#TopAd3 {
  float: left;
  width: 234px;
  padding: 0;
  height: 60px;
  position: relative;
  margin-left: 25px;
  left: 25px;
overflow:hidden;
}
#TopAd23 {
  height: 60px;
  width: 468px;
  padding: 0;
  float: left;
  position: relative;
  left: 25px;
overflow:hidden;
}
#TopNavi {
    clear:both;
width: 100%;
    font-size:95%;
    margin: 0px;
    padding: 0px;
}
#TopNavi .Off {
    list-style-type: none;
    float: left;
    margin: 0.3em 0 0 0;
    border-style: none none solid none;
    border-bottom: solid 3px #009900;
    padding: 0px;
}
#TopNavi .Off a {
    text-decoration: none;
    display: block;
    padding: 0.3em;
}
#TopNavi .Off a:hover {
    background-color: white;
}
#TopNavi .On {
    list-style-type: none;
    float: left;
    margin: 0.3em 0 0 0;
    border-style: none none solid none;
    border-bottom: solid 3px #009900;
    padding: 0px;
    background-color: #009900;
    color: white;
}
#TopNavi .On a {
    text-decoration: none;
    display: block;
    padding: 0.3em;
    color: white;
}
#TopNavi .On a:hover {
  background-color: #009900;
}
#TopText {
    clear:both;

    float : left;
    line-height: 1.5;
    padding-top:10px;

}
#TopText a:link, #TopText a:visited {
    text-decoration:underline;
    color:#009900;
}
#TopText a:hover {
    text-decoration:none;
}

#TopButton {
    float : right;
    padding-top:10px;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
    clear:both;
    line-height: 1.5;
}



/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock { 
    clear:both;
width: 100%;
}
#FooterBlock ul {
}
#FooterBlock li {
}
#FooterCopy {
    float : center;
}
#FooterCopy ul {
}
#FooterCopy li {
    text-align:center;
}
#FotterAd1 {
    text-align:center;
}

#FotterAd2 {
}
#FooterCM {
}
#FooterCM ul {
}
#FooterCM li {
    list-style-type: none;
    float: left;
    margin: 0.3em;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlockL {
    padding:0px 5px 0px 0px;
    width:163px;
    float:left;
}
.PluginBlockR {
    padding:0px 0px 0px 5px;
    width:125px;
   float:left;
}
/*記事の下のプラグイン
.PluginBlockB {
    padding:5px 0px 5px 0px;
    width:100%;

}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
    padding:0px 0px 0px 0px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
    margin:5px 0px;
    padding:0px 3px;
    background-image: url(http://file.jo3gbd.blog.shinobi.jp/half_transparent.gif);
    font-weight:bold;
    border-bottom:1px solid #999999;
    line-height:1.4;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
    margin: 0;
    padding:0;
    line-height:0;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
    margin: 0px 0px 25px 0px;
    padding:0;
    line-height:1.4;
}
.PluginContents li {
    padding:0;
    line-height:1.4;
}


/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
   margin-top:0px;
    padding:0px 0px;
    width:460px;
    float:left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
    margin-top:0px;
    margin-bottom:20px;
    margin-left:0px;
    margin-right:0px;    
    padding:0px 2px;
    background-image: url(http://file.jo3gbd.blog.shinobi.jp/half_transparent.gif);
}
/*各記事タイトル部分の設定*/
.EntryTitleBox {
   height:40px;
   margin:5px 0px;
   background-repeat : no-repeat;
   background-image: url(http://file.jo3gbd.blog.shinobi.jp/BlogLogo40x40.png);
    border-bottom:1px solid #999999;
}
.EntryTitle{
   display:table-cell;
   vertical-align:middle;
   height:40px;
   padding-left: 50px;   
    font-size:18px;
    font-weight:bold;
}
.EntryTitle a { 
    font-size:18px;
    font-weight:bold;
}
.EntryTitle a:link, .EntryTitle a:visited {
    text-decoration:none;
}
.EntryTitle a:hover {
    text-decoration:underline;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
    font-size:18px;
}
/*各記事タイトル下の日付設定*/
.EntryDay {
  float:none;
    padding:5px;
text-align:right;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {}

/*記事本文が記載される部分*/
.EntryText {
    padding:5px;
    line-height:1.4;
}
.EntryText * {
    line-height:1.4;
}
.EntryText img {
    padding:0px;
}
.EntryText ul {
    margin:0.5em 0;
    list-style:disc inside;
}
.EntryText ol {
    margin:0.5em 0;
    list-style:decimal inside;
}
.EntryText td,
.EntryText th {
    padding:0.5em;
    border:1px solid #999999;
}
.EntryText blockquote,
.EntryText quote {
    margin:1em 0 1em 3em;
}
/*「つづきを読む」が記載される部分*/
.EntryPsText {
    padding:1em 0;
    text-align:right;
}
.EntryPsText a {
    padding-left:13px;
    background:url(http://bfile.shinobi.jp/img//ico-arrow1.gif) no-repeat 0 50%;
    font-weight:bold;
}

.EntryButton {
}
/*拍手ボタンの設定*/
.NinjaClap {
    padding:1em 0 0;
}
.NinjaClap a img {
    margin:0 0.5em;
    vertical-align:middle;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
    clear:both;
    padding:5px;
    text-align:right;
}
.EntryFooter ul {
}
.EntryFooter li {
    padding:0 0 0 1em;
    display:inline-block;
    float:right;
}
.EntryFooter li a:link, .EnryFooter li a:visited {
    display:inline-block;
    padding:0 0 0 13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
}
.EntryFooter li a:hover {
    text-decoration:underline;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
    margin:0 auto;
    display:block;
    padding:1em 0;
}
.PageLinkBlock ul {
    text-align:center;
}
.PageLinkBlock li{
    padding:0 0.3em;
    display:inline;
}
.PageLinkBlock li a.prev {
    padding-right:13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow2.gif) no-repeat 100% 50%;
}
.PageLinkBlock li a.next {
    padding-left:13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
}

.PageLink10 {
    padding:1em 0 0;
    text-indent:center;
}



/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
    margin:0;
    padding: 3px;
    background-image: url(http://file.jo3gbd.blog.shinobi.jp/half_transparent.gif);
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
    margin:0;
    padding:0;
    font-weight:bold;
    border-bottom:1px solid #999999;
}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
    padding: 5px 0;
    margin:0;
    background-image: url(http://file.jo3gbd.blog.shinobi.jp/half_transparent.gif);
}
/*コメントフォーム項目名設定*/
.CommentFormBlock table {
    margin:0 auto;
}
.CommentFormTh{
    padding:0 0.5em 0.5em 0;
    white-space:nowrap;
    text-align:right;
    vertical-align:middle;
}
/*コメントフォーム入力欄設定*/
.CommentFormTd{
    padding:0 0 0.5em 0;
}
/*inputタグやtextareaの設定*/
.CommentForms{
    width:300px;
}
textarea.CommentForms{
    resize:none;
    font-size:15px;
}
.CommentFormBlock select{
    border:1px solid #cccccc;
}
.CommentForms_pass{
    width:150px;
    vertical-align:middle;
}
.CommentFormTd.emoji img {
    padding-left:0.5em;
    vertical-align:middle;
}
/*コメントフォーム送信ボタンの設定*/
.CommentFormSubmit{
    clear:both;
    padding:1em 0;
    text-align:center;
}
.CommentFormSubmit input {
    padding:0.5em 1em;
    background:#efefef;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:#f9f9f9;
    color:#999999;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
}
/*コメントのタイトル部分*/
.CommentTitle{
    margin:0;
    padding:5px 0;
    font-weight:bold;
}
/*コメント部分*/
.CommentText {
    margin:0;
    padding:5px 0;
}
.CommentText * {
    line-height:1.4;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
    text-align:right;
    padding:0 0 5px 1em;
    border-bottom:1px solid #999999;
}
.CommentFooter li{
    padding:0 0 0 1em;
    display:inline-block;
    float:right;
}
.CommentFooter li a:link, .EntryFooter li a:visited {
    display:inline-block;
    padding:0 0 0 13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
}
.CommentFooter li a:hover {
    text-decoration:underline;
}
/*投稿者名の部分*/
.CommentUserName{}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
    font-weight:bold;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
    margin-left:1em;
    padding:0 0 0 13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
    color:#666666;
}
/*コメント編集へのリンク部分*/
.CommentEdit{}

/*-------------------------------------------------------
  コメント -> コメント編集部分デザイン
-------------------------------------------------------*/
.CommentBlock.edit {
    margin:2em auto;
    padding:2em;
    border:1px solid #cccccc;
    width:630px;
}


/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
/* 管理者返信部分全体の設定 */
.CommentResBlock {
    padding-left:20px;
    margin:0;
}
/* 管理者返信部分内側の設定 */
.CommentResBox {
    padding:0;
    margin:0;
}
/* 管理者返信のタイトル */
.CommentResTitle {
    margin:0;
    padding:5px 0;
    font-size:100%;
    font-weight:bold;
}
/* 管理者返信の本文 */
.CommentResText {
    line-height:1.4;
    padding:5px 0;
    margin:0;
}
/* 管理者返信のフッター */
.CommentResFooter {
    padding:0.3em 0 1em;
    text-align:right;
    border-bottom:1px solid #999999;
}
.CommentResFooter ul {}
.CommentResFooter li {
    margin-left:1em;
    padding:0 0 0 13px;
    display:inline-block;
    float:right;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
}



/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data * {
    padding:0 0 0 0;
    line-height:1.2;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
    text-align:right;
}



/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
    margin:0 auto;
    width:160px;
    /* border-top:1px solid #999;
    border-right:1px solid #999;
    border-left:1px solid #999;*/
 
    
}
.CalendarMoveTable td {
    height:10px;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;  
}
.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
  /* text-decoration:none;*/
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd a {
    padding-left:1em;
    background:url(http://bfile.shinobi.jp/img/ico-arrow2.gif) no-repeat 0 50%;
    font-weight:bold;  
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd a {
    padding-right:1em;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat right 50%;
    font-weight:bold;  
}
/*カレンダー表示用テーブル*/
.CalendarTable {
    margin:0 auto;
    width:160px;
}
.CalendarTable th, .CalendarTable td {
    border:1px solid #999;
    text-align:center;
    vertical-align:middle;
}



/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
    text-align:center;
    color:#dd3333;
     /*background:#ffeeee;*/
    font-weight:bold;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
    text-align:center;
    color:#3333dd;
     /* background:#ffeeee;*/
    font-weight:bold;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
    text-align:center;
    font-weight:bold;
    color#666666;
     /*background:#efefef;*/
}



/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
    text-align:center;
    vertical-align:middle;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
    text-align:center;
    vertical-align:middle;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
    text-align:center;
    vertical-align:middle;
    color#666666;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {}
.CalendarTdLink a {
    display:block;
    text-align:center;
    vertical-align:middle;
    background-image: url(http://file.jo3gbd.blog.shinobi.jp/half_transparent.gif); 
}
.CalendarTdLink a:hover {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
    font-weight:bold;
}



/**************************************************************************************
  ブログ内検索用デザイン
**************************************************************************************/
.blogsearch {
        padding:5px;
       text-align:center;
        border:1px solid #cccccc;
        background:#efefef;
}        
.blogsearch .box {
    width:75px;
    padding:3px;
}
.blogsearch .btn {
    background:#efefef;
    cursor:pointer;
}
.blogsearch .btn:hover {
    background:#f9f9f9;
    color:#999999;
}


/**************************************************************************************
  バーコード用デザイン
**************************************************************************************/
.qrcode_image {
    text-align:center;
}

