/**************************************************************
 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;
    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:#333333;
}
input, textarea{
    padding:2px;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#333333;
}
a:link,a:visited{
    outline:0;
    text-decoration:underline;
    color:#666666;
}
a:hover,a:active {
    outline:0;
    color:#999999;
    text-decoration:none;
}

strong,b {
    font-weight:bold;
}

#MainBlock {
    margin:0 auto;
    width:960px;
}
.clear {
    height:0;
    line-height:0;
    clear:both;
}
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}



/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
}
/*ページタイトル文字部分の設定*/
#TopTitle {}
#TopText {
    padding:1em 0 0;
    font-size:170%;
    font-weight:bold;
    line-height:1.5;
}
#TopText a:link, #TopText a:visited {
    font-weight:bold;
    text-decoration:none;
    color:#333333;
}
#TopText a:hover {
    font-weight:bold;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
    padding:0.5em 0;
    line-height:1.4;
}



/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
    border-top:1px solid #999;
    padding:1em 0 3em;
}
#FooterBlock ul {
    text-align:center;
}
#FooterBlock li {
    display:inline;
    padding:0 0.2em;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
    padding:15px 0 2em;
    width:300px;
    float:right;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
    padding:1em 0;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
    font-weight:bold;
    border-bottom:1px solid #999999;
    line-height:1.4;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
    line-height:1.4;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
    padding:0.5em 0;
    line-height:1.4;
}
.PluginContents li {
    line-height:1.4;
}


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

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
    padding:0.3em 0 1em;
    text-align:right;
    border-top:1px solid #999999;
}
.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:2em 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:2em 0 0;
    text-indent:center;
}



/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
    padding:1em 0 0;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
    padding:0.5em 0 0.2em;
    font-size:115%;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
    padding:1em 0 0;
}
/*コメントフォーム項目名設定*/
.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:480px;
}
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{
    padding:1em 0 0;
}
/*コメントのタイトル部分*/
.CommentTitle{
    padding:0.5em 0 0.2em;
    font-size:110%;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
}
/*コメント部分*/
.CommentText {
    padding:1em 0;
    line-height:1.4;
}
.CommentText * {
    line-height:1.4;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
    padding:0.3em 0 1em;
    text-align:right;
    border-top: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{}
/*投稿された時間が記載されている部分*/
.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:4em;
}
/* 管理者返信部分内側の設定 */
.CommentResBox {
    padding:1em 0 0;
}
/* 管理者返信のタイトル */
.CommentResTitle {
    padding:0.5em 0 0.2em;
    font-size:110%;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
}
/* 管理者返信の本文 */
.CommentResText {
    padding:1em 0;
    line-height:1.4;
}
/* 管理者返信のフッター */
.CommentResFooter {
    padding:0.3em 0 1em;
    text-align:right;
    border-top: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;
    color:#666666;
}



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



/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
    margin:0 auto;
    width:80%;
    border-top:1px solid #999;
    border-right:1px solid #999;
    border-left:1px solid #999;
}
.CalendarMoveTable td {
    height:23px;
    text-align:center;
    vertical-align:middle;
}
.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%;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd a {
    padding-right:1em;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat right 50%;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
    margin:0 auto;
    width:80%;
}
.CalendarTable th, .CalendarTable td {
    height:23px;
    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:#eeeeff;
    font-weight:bold;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
    text-align:center;
    font-weight:bold;
    color#666666;
    background:#efefef;
}



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



/**************************************************************************************
  ブログ内検索用デザイン
**************************************************************************************/
.blogsearch .box {
    width:200px;
    padding:3px;
}
.blogsearch .btn {
    background:#efefef;
    cursor:pointer;
}
.blogsearch .btn:hover {
    background:#f9f9f9;
    color:#999999;
}


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

/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
 ProAffiliatorsTemplate
 Name   : ninja-basic_2c_r
 Layout : 2カラム 固定 右
 Update : 2010.05.29
 color#1: #336699
 color#2: #EAEFF5
 (c) YoshidaDesignInc. All Rights Reserved.
━━━━━━━━━━━━━━━━━━━━━━━━━
*/


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 共通 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
* {
	word-break: break-all;
}

body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

body {
	color: #000;
	margin:0px ;
	padding:0px ;
}

a {
	color: #0000cc;
	text-decoration: underline;
}
a:hover {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	color: #0000cc;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトルエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div#header {
	background: #336699;
}
div#header-inner {
	width:860px;
	margin:0 auto ;
	padding: 10px 0px;
}
div#header h1 {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	text-align:left;
	margin: 0px;
	padding: 10px 0px;
}
div#header a {
	color:#ffffff;
	text-decoration:none;
}
div#header a:hover {
	text-decoration:underline;
}
h2.description {
	display: block;
	color: #e6e6e6;
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

body { 
	text-align:center;
	background: #336699;
}
div#container {
	background: #e8e8e8;
}
div#container-inner {
	width:860px;
	margin:0 auto ;
	padding: 0px;
	background: #ffffff;
}
.cl {
	clear:both;
	width:1px;	height:1px;	font-size:1px;	line-height:1px;
}

div#main {
	float:left;
}
div#main-inner {
	width:550px;
	margin:30px 0 30px 30px;
}
div#side {
	float:left;
}
div#side-inner {
	width:235px;
	margin:30px 0 0 20px;
}

/* clearfix
───────────────────────── */
div#container-inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* hasLayout
───────────────────────── */
{
	height: 1%;
}

/* peek-a-boo bug
───────────────────────── */
 {
	height: 1%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 広告 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.ad1-title {
	font-size:13px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:10px 0 10px;
	padding:10px 0 0;
	border-top:#999999 solid 1px;
}
span.ad1 {
	text-align:left;
	margin:0 15px 30px 0;
}
span.ad2 {
	text-align:left;
	margin:0 0 30px 0;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* エントリ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div.entry {
	margin:0 0 30px;
}

/* 日付
───────────────────────── */
h2.date {
	display:none;
}

/* ナビ
───────────────────────── */
div.navi {
	color:#333333;
	font-size:13px;
	font-weight:normal;
	line-height:150%;
	text-align:left;
	margin:0 0 15px;
}

/* エントリタイトル
───────────────────────── */
h3.title {
	color:#333333;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:10px 0 10px;
	padding:10px 10px 5px;
	background: #EAEFF5;
	border-top:#336699 solid 1px;
}
h3.title a {
	color:#333333;
	text-decoration:none;
}
h3.title a:hover {
	color:#333333;
	text-decoration:underline;
}

/* エントリ本文
───────────────────────── */
div.text {
	font-size:12px;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
}
div.text p {
	margin:0;
	padding:0;
}
span.article-continue {
	color:#666666;
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0 0 20px;
	padding:0;
}
div.text-more a {
}
div.text-more a:hover {
}
div.text strong {
}
div.text em {
}
div.text blockquote {
	color:#333333;
	font-style:normal;
	margin:0 0 1em;
	padding:1em;
	border:#cccccc solid 1px;
}
div.text ul {
	margin:0 0 1em 2em;
	padding:0;
}
div.text ol {
	margin:0 0 1em;
	padding:0;
}
div.text li {
	margin:0 0 1em;
	padding:0;
}

/* タグ
───────────────────────── */
div.tag-word {
	font-size:12px;
	line-height:150%;
	text-align:left;
	margin:10px 0 10px;
}

/* エントリフッタ
───────────────────────── */
div.posted {
	color:#333333;
	font-size:10px;
	line-height:150%;
	text-align:left;
	margin:0 0 25px;
	padding:5px 0;
	border-top:#cccccc dotted 1px;
}

/* このブログのトップページへ
───────────────────────── */
div.to-blogtop {
	color:#333333;
	font-size:12px;
	line-height:150%;
	text-align:left;
	margin:0px 0px 10px;
	padding:0px 1em 0px 0px;
}

/* PR
───────────────────────── */
span.footer-ad {
	padding:0px 1em;
}

/* コメント・トラックバック
───────────────────────── */
#comments {
	font-size:14px;
	line-height:150%;
	margin-bottom:30px;
	margin-top:25px;
	text-align:left;
	margin:0px 0px 20px;
	padding:0px;
}
#comments form {
	margin:0px;
	padding:0px;
}
#comments input {
max-width:200px;
}
#comments textarea{
	width:300px;
	margin-bottom:5px;
}
.comments-head{ 
	font-weight:bold;
	font-family:Verdana;
	border-top:#cccccc solid 1px;
	margin:0 0 10px;
	padding:5px 0 0;
}
.comments-body {
	margin:0px;
	font-family:Verdana;
}

.comments-post {
	padding:3px 0px 3px 0px;
	font-size:10px;
	text-align:right;
	font-family:Verdana;
}
#trackback {
	font-size:13px;
	line-height:150%;
	margin-bottom:30px;
	margin-top:25px;
	border:1px dotted #aaaaaa;
	background:#f3f3f3;
	padding:10px;
	text-align:left;
	font-family:Verdana;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドバー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div#side {
	font-size:13px;
	line-height:160%;
	text-align:left;
}
div.side {
	font-size:13px;
	line-height:160%;
	text-align:left;
	margin:0 0 10px;
}
div.sidetitle {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:1em 0 10px;
	padding:5px 5px 3px;
	background:#e8e8e8;
	border-top:#999999 solid 1px;
}
div.side ul {
	margin:0px 0px 1em;
	padding:0px;
}
div.side li {
	list-style:none;
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0;
	padding:0 0 5px;
}
.syndicate {
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
}

/* カレンダー
───────────────────────── */
#calendar {
	margin-bottom:10px;
	font-size:13px;
	border:2px solid #e6e6e6;
	baclground-color:#FFF;
}
table.CalendarTable {
	width:100%;
}
.CalendarMoveTable {
	width:100%;
	padding:4px 10px 4px 10px;
	font-weight:bold;
	border-bottom:#cccccc solid 1px;
	text-align:center;
	font-size:12px;
	font-family:Verdana;
}
.CalendarMoveTable a{
}

.CalendarTable {
	padding:3px;
	margin-bottom:10px;
	font-size:12px;
	font-family:Verdana;
}
.CalendarTable a{
	font-weight:bold;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div#footer {
	clear:both;
}
div#footer-inner {
	width:860px;
	margin:0 auto ;
	padding: 10px 0px;
}
div#footer { 
	color:#cccccc;
	font-size:12px;
	font-style:normal;
	line-height:180%;
	text-align:left;
	margin:0;
	padding:5px 0px 0px;
}
div#footer a { 
	color:#cccccc;
	font-weight:normal;
}

/* end */