/******************************
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    list-style:none;
}

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;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

header, nav, hgroup, footer, section, article, aside {
    display: block;
}

/******************************
common

BaseColor   :#FFFFFF;
BaseColor   :#FFFFFF; -(quote,pre)
MainColor   :#FFFFFF;
SubColor    :#e9edea;
borderColor :#B9B8B5; -border(table/frame/hr) 
borderColor :#CCCCCC; -border(img/input/commentborder)
TextColor(M):#333333;
TextColor(S):#999999;
LinkColor   :#0044CC;
*******************************/

a ,input{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:link, a:visited {
    color: #0044CC;
    outline: none;
    text-decoration: none;
}

a:hover,a:active {
    text-decoration:underline;
}

::-moz-selection,
::selection {
  color: #333333;
  background: #FFFFFF;
}


strong,b {
    font-weight:bold;
}

input, textarea{
    padding:2px;
    border:1px solid #CCCCCC;
    background:#FFFFFF;
    color:#333333;
}

.clear {
    height:0;
    line-height:0;
    clear:both;
}

.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}

/******************************
 Base 
*******************************/

body {
    font-size:13px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#333333;
    background:url('http://bfile.shinobi.jp/6759/texturesp_238.png') ;
}

#MainBlock {
    width:980px;
    margin: 40px auto ;
    background:#FFFFFF;
    -moz-box-shadow: 5px 5px 5px #B9B8B5; 
    -webkit-box-shadow: 5px 5px 5px #B9B8B5;
    box-shadow: 5px 5px 5px #B9B8B5;
}

/******************************
 header 
*******************************/
header {
    /*background:#F7F4EE;*/
    border-top: #B9B8B5 20px solid;

}

#BlogTitle {
    padding:40px 0;
    display:block;
    text-align:center;
}

#BlogTitle a:link, #BlogTitle a:visited {
    font-size:150%;
    font-weight:bold;
    text-decoration:none;
    /*color:#333333;*/
}

#BlogTitle p{
    line-height: 1.5;
    text-align: center;
    color:#999999;
}

nav {
    background:#f7f8f7;
    margin: 0 auto;
    padding: 0 10px;
    width:auto;
}

.menu {
    margin:0 auto;
    line-height:2.5em;
    float:none;
}

.menu li {
    display:block;
    float:left;
    margin:0px 5px 0 0 ;
}

.menu a {
    padding: 5px 10px ;
    text-decoration: none;
    color:#999999;
}

.menu a:focus,
.menu a:hover,
.menu a:active {
    background: #a1c3f4 !important;
    color: #333333;
}

#TopPankuzu {
    margin:15px 20px;
    width:100%;
    font-size:12px;
}

#TopPankuzu img{
    vertical-align:baseline;
    margin:0 2px 0 0;
}

#TopPankuzu img:focus,
#TopPankuzu img:hover,
#TopPankuzu img:active {
    filter:alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}

/******************************
一覧
*******************************/
#EntryListBlock {
    margin:0 0 0 20px;
    padding:0 0 1em;
    width:600px;
    float:left;
}

#EntryBlock {
    margin:0 auto;
    padding:0 20px;
}

#PluginBlock {
    margin:0 20px 0 0;
    padding:10px 0 10px ;
    width:320px;
    float:right;
}

/******************************
記事内
*******************************/
article {
    padding:2em 0 0;
}

#EntryListBlock article {
    margin:0 0 2em;
}

#EntryBlock article {
    margin:0 0 3em;
}

.EntryThumbBox {
    float:left;
}
.EntryThumbTextBox {
}
.EntryTextBox {}


/*一覧記事の設定*/
.EntryThumbBox img{
    width:200px;
    margin:0 10px 0 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
}

.EntryThumbTextBox .EntryTitle {
    margin:0.5em 0 ;
    font-size:120%;
    line-height:1.4;
    font-weight:bold;
    text-decoration:none;
}

.EntryThumbTextBox .EntryTitle a {
}

.EntryThumbTextBox .EntryTitle a:link,
.EntryThumbTextBox .EntryTitle a:visited {
    color:#333333;
}
.EntryThumbTextBox .EntryTitle a:hover {
    color:#A3954F;
}

.EntryThumbTextBox .EntryMeta {
    margin: 0;
    color:#999999;
    font-size:90%;
}

.EntryThumbTextBox .EntryMeta a:link,
.EntryThumbTextBox .EntryMeta a:visited {
    color:#999999;
    font-size:90%;

}
.EntryThumbTextBox .EntryMeta a:hover {
    text-decoration:underline;
}


/*詳細記事の設定*/

.EntryTextBox .EntryTitle {
    padding:0.5em 0 0;
    font-size:120%;
    line-height:1.4;
    font-weight:bold;
    text-decoration:none;
}

.EntryTextBox .EntryTitle a {
}

.EntryTextBox .EntryTitle a:link,
.EntryTextBox .EntryTitle a:visited {
    color:#333333;
}
.EntryTextBox .EntryTitle a:hover {
    color:#A3954F;
}

.EntryTextBox .EntryTitleFont {}

.EntryTextBox .EntryMeta {
    margin: 0.5em 0 ;
    text-align:right;
}

.EntryTextBox .EntryMeta ul {
    margin: 0;
}
.EntryTextBox .EntryMeta li {
    padding:0 0 0 1em;
    display:inline-block;
    float:right;
}
.EntryTextBox .EntryMeta a:link,
.EntryTextBox .EntryMeta a:visited {
    display:inline-block;
    padding:0 0 0 10px;
    background:url('http://bfile.shinobi.jp/6759/icon_arrow_r_b.png') no-repeat 0 50%;
    text-decoration:none;
}
.EntryTextBox .EntryMeta a:hover {
    text-decoration:underline;
}

.EntryTextBox .EntryUserName {}
.EntryTextBox .EntryWriteDate {}
.EntryTextBox .EntryCategory {}
.EntryTextBox .EntryComment {}

.EntryTextBox .EntryText {
    padding:0;
    line-height:1.5;
}

.EntryPsText {
    padding:1em 0;
    text-align: right;
}

.EntryPsText a {
    padding-left:13px;
    color:#333333;
    background:url('http://bfile.shinobi.jp/6759/icon_arrow_r_b.png') no-repeat 0 50%;
}


/*------
記事タグ
--------*/
.EntryText * {
    line-height:1.6;
}

/*リンク*/
.EntryText a:link,
.EntryText a:visited{
    text-decoration:underline;
}
.EntryText a:hover,
.EntryText a:active {
}

/*画像*/
.EntryText img {
}

/*見出し*/
.EntryText h1,
.EntryText h2,
.EntryText h3,
.EntryText h4,
.EntryText h5,
.EntryText h6 {
    margin:1em 0px 0.2em;
    padding:0 0 0 0.5em; 
    word-wrap: break-word;
    font-weight:bold;
}

.EntryText h1 { 
    font-size:120%;
    border-left: #333333 4px solid;
}

.EntryText h2 { 
    font-size:120%;
    border-left: #333333 4px solid;
}

.EntryText h3 { 
    font-size:120%;
    border-left: #333333 4px solid;
}

.EntryText h4 { 
    font-size:110%;
}

.EntryText h5 { 
    font-size:100%;
    font-style: italic;
}

.EntryText h6 { 
    font-size:100%;
    font-style: italic;
}

/*本文*/
.EntryText p { 
    margin:0.4em 0 1.5em 0.5em;
}

.EntryText mark { 
    background: #A3954F;
    padding:0 0.2em;
}

/*テーブル*/
.EntryText table {
    width: 100%;
    border: 1px #B9B8B5 solid;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.EntryText table th,
.EntryText table td,
.EntryText table caption {
    padding: 2%;
}

.EntryText table th {
    padding: 5px;
    border: #B9B8B5 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    text-align: center;
}
.EntryText table td {
    padding: 5px;
    border: 1px #B9B8B5 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
.EntryText table caption {
}

/*リスト*/
.EntryText ul,
.EntryText ol,
.EntryText dl {
    margin:0.5em 1.0em;
}

.EntryText ul li{
    list-style: disc inside;
    margin:0 0 0.3em 0;
}

.EntryText ol li{
    list-style: decimal inside;
    margin:0 0 0.3em 0;
}

.EntryText dl dt {
    font-weight: bold;
    margin: 0 0 0.2em 0 ;
}
.EntryText dl dd {
    margin: 0 0 0.5em 0.5em;
}

/*引用*/
.EntryText blockquote{
    background-color: #EDEDED;
    padding: 10px;
    border-left: #999999 3px solid;
    font-size:90%;
    font-style: italic;
}

.EntryText blockquote cite {
    color: #999999;
}

.EntryText blockquote cite:before {
    content: "\2014";
}

.EntryText pre{
    background-color: #EDEDED;
    padding: 10px;
    font-size:90%;
}

.EntryText hr {
    border: 0;
    height: 1px;
    margin: 2em auto;
    background-color: #B9B8B5;
}

/*拍手ボタン*/
.NinjaClap {
    padding:1em 0 0;
}
.NinjaClap a img {
    margin:0 0.5em;
    vertical-align:middle;
    width:80px;

}
/*------
ページリンク
--------*/
.PageLinkBlock {
    display:block;
    margin:3em auto 2em;
}
.PageLinkBlock ul {
    text-align:center;
}
.PageLinkBlock li{
    display:inline;
    margin:0 ;
}
.PageLinkBlock li a.prev {
}
.PageLinkBlock li a.next {
}

.PageLink10 {
    padding:1em 0;
    text-indent:center;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
}

.PageLink10 li {
    margin:0.4em;
    font-weight:bold;
}

.PageLink10 li a{
    background-color: #F7F4EE;
    padding:0.3em 0.5em;
    font-weight:normal;
    text-decoration:none;
    color: #333333;
}

.PageLink10 li a:focus,
.PageLink10 li a:hover,
.PageLink10 li a:active > a {
    background: #A3954F !important;
    color: #333333;
}


/******************************
コメント
*******************************/
.CommentBlock{
    margin:2em 0 0;
}

.CommentMenuTitle{
    font-weight:bold;
    text-decoration:none;
    margin:0 0 10px;
}

.CommentFormBlock{
}

.CommentFormBlock ul {
    margin:3px 0;
}

.CommentFormBlock ul li {
    padding:0.5em 0em;
    text-align:left;
    vertical-align:middle;
    font-size:80%;
}

.CommentForms{
    width:250px;
    margin:0 5px 0 0 ;
}
textarea.CommentForms{
    resize:none;
    width:350px;
}
.CommentForms_pass{
    width:150px;
    margin:0 5px 0 0 ;
}

.CommentFormSubmit{
    clear:both;
    padding:1em 0;
}
.CommentFormSubmit input {
    padding:0.5em 1em;
    background:#F7F4EE;
    color:#333333;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:#A3954F;
    color:#333333;
}

.CommentTextBox {
    margin: 0 0 1em ;
    padding: 0.5em 0 0.5em 0;
    border-bottom:1px solid #B9B8B5;
}

.CommentResBox {
   margin: 1em 0 0 1em;
   padding: 0.5em 0 0.5em 1em;
   border-left:3px solid #B9B8B5;
}

.CommentTitle, .CommentResTitle{
    padding:0.3em 0.2em 0 0;
    font-weight:bold;
    line-height:1.4;
}
.CommentUserName,
.CommentUserName .CommentUserName a,
.CommentWriteDate,
.CommentEdit {
    font-style: italic; 
    color:#999999;
    font-size:90%;
    padding:0 0 0 0.2em;
}

.CommentText, .CommentResText {
    padding: 0.5em 0;
    line-height:1.4;

}
.CommentText * {
    line-height:1.4;
    font-size:90%;
}

.CommentBlock.edit {
    margin:2em auto;
    padding:2em;
    border:1px solid #B9B8B5;
    width:630px;
}

/******************************
プラグイン
*******************************/
.PluginInnerBlock {
    padding:10px 0;
}
.PluginTitle {
    font-weight:bold;
    padding:10px 0px 10px 5px;
    line-height:1.5;
}
.PluginExplanation {
    line-height:1.8;
}
.PluginContents {
    padding: 10px 10px 0 ;
    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/6759/icon_arrow_l_b.png') no-repeat 0 50%;

}
.CalendarNowTd {}
.CalendarNextTd a {
    padding-right:1.5em;
    background:url('http://bfile.shinobi.jp/6759/icon_arrow_r_b.png') no-repeat right 50%;

}
.CalendarTable {
    margin:0 auto;
    width:90%;
}
.CalendarTable th, .CalendarTable td {
    height:30px;
    border:1px solid #B9B8B5;
    text-align:center;
    vertical-align:middle;
}
.CalendarWdaySat, .CalendarWday, .CalendarWdaySun{
    text-align:center;
    font-weight:bold;
}

.CalendarTr {}
.CalendarTd , .CalendarTdSat, .CalendarTdSun{
    text-align:center;
}

.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:#F7F4EE;;
    color: #333333;
    cursor:pointer;
    padding:3px;
    font-size:90%;
}
.blogsearch .btn:hover {
    background:#A3954F ;
    color:#333333;
}

.qrcode_image {
    text-align:center;
}


/******************************
フッター
*******************************/
footer{
    margin:20px auto 0;
    padding:10px 0;

    /*background:#F7F4EE;*/
    color:#333333;
}

footer ul {
    text-align:center;
}
footer li {
    display:block;
    width:100%;
}

footer li.cm {
    font-size:80%;
}

footer li.copy {
    padding:0.8em 0 0  ;
}

li.cm a,li.copy a{
    color:#333333;
}

address {
    margin:0px 8px;
    color:#333333;
    font-size:80%;
    text-align:right;
}

address a {
    color:#333333;
}
