/******************************
 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,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: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:13px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#333333;
    background-image:url('http://bfile.shinobi.jp/6749/backg_gray.gif');
}

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;
}

.clear {
    height:0;
    line-height:0;
    clear:both;
}
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}

/******************************
 レイアウト
*******************************/
#MainBlock {
    width:950px;
    margin: 36px auto 36px ;
    padding:0 0px;
    background:#FFFFFF;
    border-top: #333333 solid 10px;
}

#TopBlock {
    padding:15px 20px 70px ;
}

#EntryBlock {
    margin:0 0 0 20px;
    padding:0 0 2em;
    width:560px;
    float:left;
    background:#FFFFFF;
}

#PluginBlock {
    margin:0 20px 24px 0;
    padding:10px 0 10px ;
    width:330px;
    float:right;
    background:#F7F7F7;

}

#FooterBlock {
    margin:20px ;
    padding:5px ;
    border-top:2px solid #333333;
}

/******************************
トップブロック
*******************************/

#TopPankuzu {
    text-align: left;
}

#TopTitle {
}

#TopText {
    padding:1em 0 0;
    font-size:200%;
    font-weight:bold;
    line-height:1.5;
    text-align: center;
    vertical-align:middle;
}

#TopText a:link, #TopText a:visited {
    font-weight:bold;
    text-decoration:none;
    color:#333333;
}

#TopExplanation {
    padding:0.5em 0;
    line-height:1.4;
    text-align: center;
}

/******************************
フッター
*******************************/
#FooterBlock ul {
    text-align:center;
}
#FooterBlock li {
    display:block;
    padding:0 0 0.7em ;
}

#FooterBlock li.cm {
    font-size:80%;
}

#FooterBlock li.copy {
}


/******************************
記事
*******************************/

.EntryInnerBlock {
    margin:0 0 2em;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
    padding:0.5em 0 ;
    font-size:130%;
    line-height:1.4;
    background: url('http://bfile.shinobi.jp/6749/backg_gray.gif') repeat-x bottom;
}

.EntryTitle a:link, .EntryTitle a:visited {
    font-weight:bold;
    text-decoration:none;
    color:#333333;
}
.EntryTitle a:hover {
    color:#999999;
}

.EntryTitleFont {}
.EntryTextBox {}

.EntryText {
    padding:1em;
    line-height:1.5;
}

.EntryPsText {
    padding:1em 0;
    text-align: right;

}
.EntryPsText a {
    padding-left:13px;
    background:url('http://bfile.shinobi.jp/6749/icon_arrow_r.gif') no-repeat 0 50%;
}

/*-------------------------------------------------------
EntryText内で使用するタグの調整
-------------------------------------------------------*/
.EntryText * {
    line-height:1.5;
}

.EntryText a:link,
.EntryText a:visited{
    text-decoration:underline;
    color:#666666;
}

.EntryText a:hover,
.EntryText a:active {
    color:#999999;
}

/*画像*/
.EntryText img {
    padding: 0.5em ;
    border:1px solid #cccccc;
    text-align:center;
}

/*見出し*/
.EntryText h3 { 
    font-size:120%;
    font-weight:bold;
    border-left: #333333 4px solid;
    margin:1em 0px 0.5em;
    padding:0 0 0 8px; 
}

.EntryText h4 { 
    font-size:110%;
    font-weight:bold;
}

.EntryText p { 
    margin:1em 0;
}

/*リスト*/
.EntryText ol,ul { 
    list-style: square;
}

/*テーブル*/
.EntryText table {
    width: 100%;
　　margin: 0 1em 1em;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.EntryText table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
.EntryText table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

.EntryText blockquote, .EntryText pre{
    background-color: #F2F2F2;
    padding: 10px;
    border-left: #BFBFBF 5px solid;
    margin: 3px 15px 3px 15px;
    font-size:90%;
}

/*-------------------------------------------------------
拍手ボタン
-------------------------------------------------------*/

.NinjaClap {
    padding:1em 0 0;
}
.NinjaClap a img {
    margin:0 0.5em;
    vertical-align:middle;
}

/*-------------------------------------------------------
記事のメタ情報（カテゴリー、日付部分）
-------------------------------------------------------*/

.EntryMeta {
    padding: 0.5em;
    text-align:right;
}

.EntryMeta ul {
    margin: 0;
}
.EntryMeta li {
    padding:0 0 0 1em;
    display:inline-block;
    float:right;
}
.EntryMeta li a:link, .EnryFooter li a:visited {
    display:inline-block;
    padding:0 0 0 13px;
    background:url('http://bfile.shinobi.jp/6749/icon_arrow_r.gif') no-repeat 0 50%;
    text-decoration:none;
}
.EntryMeta li a:hover {
    text-decoration:underline;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {}

/*-------------------------------------------------------
ページリンク
-------------------------------------------------------*/
.PageLinkBlock {
    display:block;
    margin:2em auto 0;
}
.PageLinkBlock ul {
    text-align:center;
}
.PageLinkBlock li{
    display:inline;
    margin:0 ;
}
.PageLinkBlock li a.prev {
    /*padding-right:15px;
    background:url('http://bfile.shinobi.jp/6749/icon_arrow_l.gif') no-repeat 100% 50%;*/
}
.PageLinkBlock li a.next {
    /*padding-left:15px;
    background:url('http://bfile.shinobi.jp/6749/icon_arrow_r.gif') no-repeat 0 50%;*/
}

.PageLink10 {
    padding:0.5em 0;
    text-indent:center;
}
.PageLink10 li {
    border:1px dotted #BBBBBB;
    margin:0.2em;
    padding:0.3em 0.5em;
}

.PageLink10 li a{
	font-weight:normal;
}

/******************************
コメント
*******************************/
.CommentBlock{
    margin:2em;
    padding:1em;
    background-color: #F7F7F7;
}
.CommentMenuTitle{
    font-size:110%;
    font-weight:bold;
    text-decoration:none;
    margin:0 0 2em ;
}
.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;
    font-size:90%;
}
/*コメントフォーム入力欄設定*/
.CommentFormTd{
    padding:0 0 0.5em 0;
}
/*inputタグやtextareaの設定*/
.CommentForms{
    width:300px;
}
textarea.CommentForms{
    resize:none;
}
.CommentFormBlock select{
    border:1px solid #cccccc;
}
.CommentForms_pass{
    width:150px;
    vertical-align:middle;
}

/*コメントフォーム送信ボタンの設定*/
.CommentFormSubmit{
    clear:both;
    padding:1em 0;
    text-align:center;
}
.CommentFormSubmit input {
    padding:0.5em 1em;
    background:#DEDEDE;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:#DEDEDE;
    color:#999999;
}


/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
    padding:0.5em 1em 2em;
}
/*コメントのタイトル部分*/
.CommentTitle{
    padding:0.3em 0.2em 0 0;
    font-weight:bold;
    line-height:1.4;
}
.CommentUserName, .CommentUserName a, .CommentWriteDate{
    font-style: italic; 
    color:#999999;
    font-size:90%;
    padding:0 0 0 0.2em;
}

/*コメント部分*/
.CommentText {
    padding:1em 0 0em;
    line-height:1.4;
}
.CommentText * {
    line-height:1.4;
    font-size:90%;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
    text-align:right;
    border-bottom:1px dotted #999999;
    padding:0 0 1em ;
}
.CommentFooter li{
    display:inline-block;
    float:right;
    color:#999999;
    font-size:80%;

}
.CommentFooter li a:link, .EntryFooter li a:visited {
    display:inline-block;
    text-decoration:none;
}
.CommentFooter li a:hover {
    text-decoration:underline;
}

/*コメント編集へのリンク部分*/
.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/6749/icon_arrow_r.gif') no-repeat 0 50%;
    text-decoration:none;
    color:#666666;
}

/******************************
プラグイン
*******************************/
.PluginInnerBlock {
    padding:10px 10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
    font-weight:bold;
    border-bottom:1px solid #DCDCDC;
    line-height:1.5;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
    line-height:1.8;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
    padding: 10px 5px;
    line-height:1.8;
}
.PluginContents li {
    line-height:1.8;
}

.plugin_data  {
    padding:0 0 0.5em ;
}

.plugin_data * {
    padding:0 0 0.5em ;
    line-height:1.4;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
    text-align:right;
}

/*-------------------------------------------------------
  カレンダーテーブル
-------------------------------------------------------*/
.CalendarMoveTable {
    margin:0 auto;
    width:90%;
}
.CalendarMoveTable td {
    height:25px;
    text-align:center;
    vertical-align:middle;
}
.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
    text-decoration:none;
}
.CalendarMoveTr {}
.CalendarPrevTd a {
    padding-left:1.5em;
    background:url('http://bfile.shinobi.jp/6749/icon_arrow_l.gif') no-repeat 0 50%;
}
.CalendarNowTd {}
.CalendarNextTd a {
    padding-right:1.5em;
    background:url('http://bfile.shinobi.jp/6749/icon_arrow_r.gif') no-repeat right 50%;
}
.CalendarTable {
    margin:0 auto;
    width:90%;
}
.CalendarTable th, .CalendarTable td {
    height:30px;
    border:1px solid #DCDCDC;
    text-align:center;
    vertical-align:middle;
    background-color:#FCFCFC;    
}
.CalendarWdaySat, .CalendarWday, .CalendarWdaySun{
    text-align:center;
    color#666666;
    background:#efefef;
    font-weight:bold;
}

.CalendarTr {}
.CalendarTd , .CalendarTdSat, .CalendarTdSun{
    text-align:center;
    color:#666666;
}

.CalendarTdLink {}
.CalendarTdLink a {
    padding:4px 0;
    display:block;
    text-align:center;
}
.CalendarTdLink a:hover {
}
.CalendarTdLinkFont {
    font-weight:bold;
}

/*-------------------------------------------------------
  ブログ検索
-------------------------------------------------------*/
.blogsearch .box {
    width:200px;
    padding:3px;
}
.blogsearch .btn {
    background:#efefef;
    cursor:pointer;
    padding:3px;
}
.blogsearch .btn:hover {
    background:#f9f9f9;
    color:#999999;
}

/*-------------------------------------------------------
  バーコード
-------------------------------------------------------*/
.qrcode_image {
    text-align:center;
}