/**************************************************************
 reset
**************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,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,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight:normal;
    background: transparent;
    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 {
    width:850px;
	background:url(http://file.jami25.blog.shinobi.jp/blog_back.jpg) center no-repeat fixed #0D0D0D;
    margin:0 auto;
    font-size:15px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#000;
    line-height:100%;
}
input, textarea{
    padding:2px;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#000;
}
a:link,a:visited {
    color:#cc3333;
    text-decoration:none;
}
a:hover {
    color:#cc3333;
    text-decoration:underline;
}
a:active {
    color:#cc3333;
    text-decoration:underline;
}

strong,b {
    font-weight:bold;
}

#MainBlock {
    margin:0 auto;
    width:850px;
    background:url(http://file.jami25.blog.shinobi.jp/ricepaper2.jpg);
    box-shadow: 0px 0px 8px #0D0D0D;
}
.clear {
    height:0;
    line-height:0;
    clear:both;
}
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}



/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
    margin-bottom:50px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {}
#TopText {}
#TopText a:link, #TopText a:visited {}
#TopText a:hover {}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {}



/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
    width:800px;
    font-size:10pt;
    margin:0 auto;
    margin-top:25px;
    padding:25px 0px;
    line-height:150%;
    border-top:2px solid #000;
}
#FooterBlock ul {
    text-align:center;
}
#FooterBlock li {
    display:inline;
    padding:0 0.2em;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
    width:253px;
    margin-left:25px;
    border-right:1px solid #000;
    float:left;
}
/*上部下部プラグイン表示箇所全体の設定*/
.PluginBlock-2 {
    width:522px;
    margin-bottom:0px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	margin:0px 25px 50px 0px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
    font-size:11pt;
    font-weight:bold;
    padding-bottom:5px;
    margin-bottom:15px;
    border-bottom:2px solid #000;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {}
/*プラグインが表示される場所の設定*/
.PluginContents {
    font-size:10pt;
    line-height:150%;
}
.PluginContents li {}


/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
    width:522px;
    margin-right:25px;
    float:right;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	color:#cc3333;
    font-size:10pt;
    font-weight:bold;
    padding-bottom:10px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
    font-size:16pt;
    color:#000;
    padding-bottom:10px;
    margin-bottom:5px;
    border-bottom:2px solid #000;
}
.EntryTitle a:link, .EntryTitle a:visited {
    font-weight:bold;
    color:#000;
}
.EntryTitle a:hover {
    text-decoration:underline;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {}
/*記事本文が記載される部分*/
.EntryText {
    padding:15px 0;
    line-height:150%;
}
.EntryText * {}
.EntryText img {}
.EntryText ul {}
.EntryText ol {}
.EntryText td,
.EntryText th {
    border:1px solid #000;
}
.EntryText blockquote,
.EntryText quote {}
/*「つづきを読む」が記載される部分*/
.EntryPsText {
    padding:1em 0;
}
.EntryPsText a {
    padding-left:13px;
    background:url(http://bfile.shinobi.jp/img//ico-arrow1.gif) no-repeat 0 50%;
}
/*拍手ボタンの設定*/
.NinjaClap {
}
.NinjaClap a img {
    vertical-align:middle;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
    font-size:10pt;
    text-align:right;
    border-top:2px solid #000;
    margin-bottom:100px;
}
.EntryFooter ul {}
.EntryFooter li {
    padding:5px 0px 0px 15px;
    float:right;
}
.EntryFooter li a:link, .EnryFooter li a:visited {
    color:#cc3333;
    text-decoration:none;
}
.EntryFooter li a:hover {
   color:#cc3333;
    text-decoration:underline;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {}



/* ページナビ */
.PageLinkBlock{
    text-align:center;
    margin:0 auto;
    margin-bottom:100px;
}
.PageLinkNum {
    padding:0px 10px;
}
.PageLinkBuck {
    margin-right:10px;
}
.PageLinkNext {
    margin-left:10px;
}


/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data * {
    line-height:150%;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
    text-align:left;
}
.plugin_data a:link {
        font-weight:bold;
}
.small {
    font-size:8pt;
}


/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
    margin:0 auto;
    width:100%;
}
.CalendarMoveTable td {
    height:30px;
    text-align:center;
    vertical-align:middle;
}
.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd a {}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd a {}
/*カレンダー表示用テーブル*/
.CalendarTable {
    margin:0 auto;
    width:100%;
}
.CalendarTable th, .CalendarTable td {
    height:30px;
    border:1px solid #000;
    text-align:center;
    vertical-align:middle;
}



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



/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
    text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
    text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
    text-align:center;
    color#000;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {}
.CalendarTdLink a {
    display:block;
    height:15px;
    text-align:center;
}
.CalendarTdLink a:hover {}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
    font-weight:bold;
}



/**************************************************************************************
  ブログ内検索用デザイン
**************************************************************************************/
.blogsearch .box {
    width:85%;
}
.blogsearch .btn {
    background:#efefef;
    cursor:pointer;
    margin-top:5px;
}
.blogsearch .btn:hover {
    background:#f9f9f9;
    color:#999999;
}


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

