/******************************
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:#FCFCFC;
BaseColor:#EDEDED; -(quote,pre)

MainColor:rgba(248, 248, 248, 0.8);
borderColor:#B3B3B3; -border(table/frame/hr)
borderColor:#CCCCCC; -border(img/input/commentborder)

TextColor(main):#333333;
TextColor(sub):#999999;
LinkColor:#E95464;

*******************************/

body {
    font-size:13px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#666;
    background: url("http://file.kuonyuu.blog.shinobi.jp/day96.png"), url('http://bfile.shinobi.jp/6756/texturegrunge_1.jpg');
   background-repeat: no-repeat, repeat;
   background-position: right bottom, left top;
   background-attachment: fixed;
}

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 {
 color: #47B5C5
}
a:link, a:visited {
    outline: none;
    text-decoration: none;
}

a:hover,a:active {
    color: #B5C547;
}

::-moz-selection,
::selection {
  background: #E95464;
}


strong,b {
    font-weight:bold;
}

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

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

.clearleft {
    height:0;
    line-height:0;
    clear:left;
}

.clearright {
    height:0;
    line-height:0;
    clear:right;
}


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

/******************************
 header 
*******************************/
#MainBlock {
    width:800px;
    margin: 0px auto ;
    background-color: rgba(252, 252, 252, 0.5);
}

header {
    background:rgba(248, 248, 248, 0.4);
}

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

#BlogTitle h1 {
    font-size:180%;
    font-weight:bold;
    text-decoration:none;
    color: #B5C547;
}

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

#BlogTitle p a {
    color:#47B5C5;
}

header nav {
    margin: 0 auto;
    padding: 10px 15px;
}

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

.menu strong {
   color: #999;
display: block;
border-bottom: 1px solid #cecece;
font-size: 110%;
}

.menu li {
    display:inline-block;
    margin:0px 5px 2px 0 ;
}

.menu a {
    padding: 5px 10px ;
    text-decoration: none;
font-size: 110%;
}

.menu a:focus,
.menu a:hover,
.menu a:active {
    background: #FEFEFE;
}

#TopPankuzu {
    padding:20px 30px 0px;
}


/******************************
トップページ
*******************************/
#TopPageBlock {
    margin:0 auto;
    padding:20px 20px;
}

#NewEntry {
    margin:0 auto;
    padding:0;
    text-aligh:center;
}

#NewEntry a .title{

    text-decoration:none;
    color:#333333;
    border:2px solid #FCFCFC;
    padding:10px;
    text-align:center;
    background: #FCFCFC url('http://bfile.shinobi.jp/6756/texturegrunge_1.jpg');
    font-size:120%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

#NewEntry a .title:focus,
#NewEntry a .title:hover,
#NewEntry a .title:active {
    background-image: none;
    background-color:#B5C547 !important;
   color: #fff;
}

#NewEntry ul {
    width:760px;
    margin: 0 auto;
}

#NewEntry li {
    margin: 10px 5px 0 5px;
    float:left;
    display:block;
    width:134px;
    height:134px;
    overflow:hidden;
    background: #EDEDED url('http://bfile.shinobi.jp/6756/icon_posts.gif') 95% 90% no-repeat;
    border:4px solid #CCCCCC;
}

#NewEntry li:focus,
#NewEntry li:hover,
#NewEntry li:active {
    border:4px solid #B5C547;
    
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#NewEntry ul a{
    color: #333333;
position: relative;
height: 100%;
width: 100%;
display: block;
}

#NewEntry ul .text{
    display:block;
    padding:5px;
    line-height:1.0;
}

#NewEntry li img{
    width:200%;
position: absolute;
top: -100%;
right: -100%;
left: -100%;
bottom: -100%;
margin: auto;
}

/******************************
一覧
*******************************/
#EntryListBlock {
    padding:0 4em;
}

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

#PluginBlock {
    margin:0 25px 24px 0;
    padding:10px 0 10px ;
    width:330px;
    float:right;
}

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

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

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

.EntryThumbBox {
    float:left;
width: 200px;
height: 120px;
overflow: hidden;
border: 1px solid #CCC;
margin-right: 10px;
}
.EntryThumbTextBox {
}
.EntryTextBox {}


/*一覧記事の設定*/
.EntryThumbBox a {
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
.EntryThumbBox img{
    width:150%;
   position: absolute;
   left: -100%;
   top: -100%;
   right: -100%;
   bottom: -100%;
   margin: auto;
}

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

.EntryThumbTextBox .EntryTitle a {
    color: #47B5C5;
}

.EntryThumbTextBox .EntryTitle a:hover,
.EntryThumbTextBox .EntryTitle a:visited {
    color:#B5C547;
}

.EntryThumbTextBox .EntryText {
    font-size:120%;
}

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

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

}
.EntryThumbTextBox .EntryMeta a:hover {
}


/*詳細記事の設定*/

.EntryTextBox .EntryTitle {
    padding:0.5em 0 0;
    font-size:150%;
    line-height:1.4;
    font-weight:bold;
    text-decoration:none;
    /*background: url('http://bfile.shinobi.jp/6756/backg_gray.gif') repeat-x bottom;*/
}

.EntryTextBox .EntryTitle a {
}

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

.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/6756/icon_arrow_r_b.png') no-repeat 0 50%;
    text-decoration:none;
}

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

.EntryTextBox .EntryText {
    padding:0;
    line-height:1.5;
    font-size: 120%;
}

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

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


/*-------------------------------------------------------
EntryText内で使用するタグの調整
-------------------------------------------------------*/
.EntryText * {
    line-height:1.6;
}

/*リンク*/
.EntryText a:link,
.EntryText a:visited{
}
.EntryText a:hover,
.EntryText a:active {
}

/*画像*/
.EntryText img {
    padding: 5px;
    border: 1px solid #CCC;
}

/*見出し*/
.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:170%;
    border-left: #333333 4px solid;
}

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

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

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

.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: #E95464;
    padding:0 0.2em;
}

/*テーブル*/
.EntryText table {
    width: 100%;
    border: 1px #B3B3B3 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: #B3B3B3 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    text-align: center;
}
.EntryText table td {
    padding: 5px;
    border: 1px #B3B3B3 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: #B3B3B3;
}

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

}

/*-------------------------------------------------------
ページリンク
-------------------------------------------------------*/
.EntryLinkNav {
    position:relative;
    height:auto;
    margin:0 15px;
}

.EntryLinkNav a {
    background-color: rgba(248, 248, 248, 0.8);
    width: 30px;
    height: 30px;
    position:absolute;
    bottom: 10px;
    cursor: pointer;
}

.EntryLinkPrev,
.EntryLinkNext {
    text-indent: -9999px;
}
.EntryLinkNext {
    background: url('http://bfile.shinobi.jp/6756/arrow-right.png') center center no-repeat;
    right: 0px;
}
.EntryLinkPrev {
    background: url('http://bfile.shinobi.jp/6756/arrow-left.png') center center no-repeat;
    right: 35px;
}
.EntryLinkPrev:hover{
    background-color: #E95464;
    background-image: url('http://bfile.shinobi.jp/6756/arrow-left-hover.png');
}
.EntryLinkNext:hover {
    background-color: #E95464;
    background-image: url('http://bfile.shinobi.jp/6756/arrow-right-hover.png');
}


.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: rgba(248, 248, 248, 0.8);
    padding:0.5em 0.8em;
    font-weight:normal;
    text-decoration:none;
    font-szie: 110%;
}

.PageLink10 li a:focus,
.PageLink10 li a:hover,
.PageLink10 li a:active > a {
    background: #B5C547;
    color: rgba(248, 248, 248, 0.8);
}


/******************************
コメント
*******************************/
.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:rgba(248, 248, 248, 0.8);
    color:#B5C547;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:#B5C547;
    color:#fff;
}

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

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

.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 #B3B3B3;
    width:630px;
}

/******************************
プラグイン
*******************************/
.PluginInnerBlock {
    padding:10px 10px;
}
.PluginInnerBlock.right { text-align: right }
.PluginTitle {
    font-weight:bold;
    padding:10px 0px 10px 5px;
    border-top:1px solid #B3B3B3;
    border-bottom:1px solid #B3B3B3;

    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/6756/icon_arrow_l_b.png') no-repeat 0 50%;

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

}
.CalendarTable {
    margin:0 auto;
    width:90%;
}
.CalendarTable th, .CalendarTable td {
    height:30px;
    border:1px solid #B3B3B3;
    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:rgba(248, 248, 248, 0.8);
    color: #FCFCFC;
    cursor:pointer;
    padding:3px;
    font-size:90%;
}
.blogsearch .btn:hover {
    background:#E95464 ;
    color:#333333;
}

/*---------
  バーコード
----------*/
.qrcode_image {
    text-align:center;
}


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

    background:rgba(248, 248, 248, 0.8);
}

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{

}

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

address a {

}



/******************************
slider
*******************************/

#slider-wrap{
    /*width: 970px;*/
    width: 100%;
    height: 320px;
    margin: -25px -25px 25px;
    position: relative;
}
#slider {
    position: relative;
    /*width: 970px;*/
    height: 320px;
    width: 100%;

}
.nivoSlider {
    position: relative;
    /*width: 970px;*/
    height: 320px;
    width: 100%;
    background: #FCFCFC url("http://bfile.shinobi.jp/6756/loading.gif") no-repeat 50% 50%;

    overflow:hidden;
}
.nivoSlider img {
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    right:0;
    bottom: -100%;
    z-index: 6;
    display:none;
    margin: -160px auto;
}
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-directionNav a {
    background-color: rgba(110, 110, 110, 0.8);
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1000;
    bottom: 20px;
    cursor: pointer;
}
.nivo-prevNav,
.nivo-nextNav {
    text-indent: -9999px;
    -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;
}
.nivo-controlNav a.active { font-weight: bold }
.nivo-nextNav {
    background: url('http://bfile.shinobi.jp/6756/arrow-right.png') center center no-repeat;
    right: 20px;
}
.nivo-prevNav {
    background: url('http://bfile.shinobi.jp/6756/arrow-left.png') center center no-repeat;
    right: 55px;
}
.nivo-prevNav:hover{
    background-color: #B5C547;
    background-image: url('http://bfile.shinobi.jp/6756/arrow-left-hover.png');
}
.nivo-nextNav:hover {
    background-color: #B5C547;
    background-image: url('http://bfile.shinobi.jp/6756/arrow-right-hover.png');
}
.nivo-controlNav a {
    display: none !important;
}

.nivo-html-caption {
    display:none;
}

.nivo-caption {
    position:absolute;
    left: 10px;
    bottom: 10px;
    background:rgba(110, 110, 110, 0.8);
    color: #FCFCFC;
    z-index:8;
    /*width: 300px;*/
    padding: 3px 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;

    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.nivo-caption h2,
.nivo-caption h3{
    font-weight: bold;
    font-size: 90%;

    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.nivo-caption p:last-child{
    margin: 0;
}

.treeTitle {
  padding: 0px 10px;
}
.groupTree {
   padding: 0 10px 0 20px;
}

