@charset "utf-8";
/*------------------------[ リンクバー用 ]-------------*/
#linkbar {
  margin-top: 35px;
}
#linkbar ul{
  text-align: center;
  margin: 3px;
}
#linkbar ul li{
  padding-left: 1em;
  margin-top: 0;
  display: inline;
}
#linkbar ul li a {
  border: none;
}
#linkbar ul li a span {
  display: none;
}


/*------------------[ Ajaxボタン ]--------------------------*/
.cute-button {
  background: url(Images/button-bg-left.png) no-repeat 0 0;
  height: 24px;
  margin: 3em auto 2.5em 1em;
  padding: 0 0 0 12px;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1; *display: inline;
}
.cute-reply { margin: 1em auto 4em 4em; }
.cute-button button {
  background: url(Images/button-bg-right.png) no-repeat 100% 0;
  height: 24px; line-height: 24px;
  cursor: pointer;
  display: block;
  padding: 0 12px 0 0;
  margin: 0;
  border: none;
  overflow: visible; width: auto;
  font: 500 13px Trebuchet MS, Tahoma, 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, sans-serif;
}
* html .cute-button { overflow-y: hidden; width: 1%;} /* for IE6... */
* html .cute-button button { width: 1%;}   /* for IE6... */
.cute-button:hover {
  background-position: 0 50%;
}
.cute-button:hover button {
  background-position: 100% 50%;
}
.cute-button:active {
  background-position: 0 100%;
}
.cute-button:active button {
  background-position: 100% 100%;
}

.cute-button button[disabled] { 
  color: #aaa;
}
/*
.cute-button button {
  *behavior: expression(
   (function(o){
     if(o.disabled) return;
     if(typeof cute_mdown == 'undefined'){
      if(o.disabled) return;
      cute_mover = function(){
       this.style.backgroundPosition = '100% 50%';
       this.parentNode.style.backgroundPosition = '0 50%';
      }
      cute_mdown = function(){ 
       this.style.backgroundPosition = '100% 100%';
       this.parentNode.style.backgroundPosition = '0 100%';
       this.parentNode.style.overflowY = 'visible';
      }
      cute_mup = function(){
       this.style.backgroundPosition = '100% 0';
       this.parentNode.style.backgroundPosition = '0 0';
       if(!window.XMLHttpRequest) this.parentNode.style.overflowY = 'hidden';
      }
     }
     o.runtimeStyle.behavior = 'none';
     o.onmouseover = cute_mover;
     o.onmousedown = cute_mdown;
     o.onmouseup = o.onmouseout = cute_mup;
   })(this)
  );
}*/
.cute-button button:focus::-moz-focus-inner { border-color: transparent !important; }
/*-------------------------[ サイドバー関連 ]----------------------*/

#recently, #pages, #categories, #comments, #trackbacks, #archives, #tags, #others, #google-ads {
  margin : 20px auto 0 auto;
  color : #005151;
  width: 200px;
}
#google-ads { margin: 70px auto 0 10px; padding: 0; width: 180px; height: 150px;}

h3.sidebar-cap{
  background: url(Images/box-cap.png) no-repeat 0 0;
  font: 700 118% Georgia, Arial, sans-serif;
  letter-spacing: 1px;
  color: #6478a6;
  margin: 0;
  padding-left: 1em;
}
span.expand-icon {             /* サイドボックス展開用ボタン */
  display: block;
  width: 13px; height: 13px;
  font-size: 1px;
  margin: 5px 7px 1px 0;
  background: url(Images/toggle.png) 0px 0px no-repeat; 
  float: right;
  cursor: pointer;
  z-index: 1000;
}

.sidebar-body {
  background : url(./Images/box-back.png) repeat-y;
  width : 200px;
  line-height: 120%;
  color : #041A4D;
}
.sidebar-foot {
  text-align : center;
  width : 200px;
  height : 15px;
  background : url(./Images/box-foot.png) no-repeat;
}

                        /* UL指定　デフォルトではマークなし */
ul, ol {
  list-style: none;
}
ul.sidebar-pages { padding: 5px 0; }
ul.sidebar-pages li {                     /* # メニュー用 */
  text-align: center; line-height: 1.5;
  margin-right: 20px;
}
          /* # 最近のエントリー・コメント・トラックバック用スタイル */

ul.sidebar-recently,
ul.sidebar-comments,
ul.sidebar-trackbacks,
ul.sidebar-archives,
ul.sidebar-tags,
ul.sidebar-others {
  line-height: 1.3; text-align: left;
}
ul.sidebar-recently li, ul.sidebar-comments li, ul.sidebar-trackbacks li,
ul.sidebar-categories li.main-category {
  background: url(Images/listmark1.png) 0 9px no-repeat;
  padding : 5px 7px 2px 12px;
}
ul.sidebar-comments ul li.nest1 {
  background: url(Images/nest1.png) 0 1px no-repeat;
  padding : 1px 0 2px 20px;
}
ul.sidebar-comments ul li.nest2 {
  margin-left: 27px; padding-left: 20px;
  background: url(Images/nest2.png) 0 3px no-repeat;
}
ul.sidebar-comments ul li.show-all-comments a {
  color: navy; padding-bottom: 5px; font-size: x-small;
}
ul.sidebar-comments ul li.show-all-comments a:before {
  content: " ↓ ";
}
ul.sidebar-categories {                  /* サイドバーカテゴリー表示 */
  text-align: left;
}
ul.sidebar-categories * a {
  font-size: 90%;
}
ul.sidebar-categories li.sub-category {
  background: url(Images/nest1.png) 35px 1px no-repeat;
  padding : 0 0 2px 55px;
}
ul.sidebar-categories span { /* 記事数がゼロのとき */
  font-size: 90%;
  color: #aaa;
}
ul.sidebar-trackbacks ul li.nest1 {
  background: url(Images/nest1.png) 0 1px no-repeat;
  padding : 0 0 2px 20px;
}
ul.sidebar-trackbacks li.no-ping, ul.sidebar-tags li.no-tag {
  color: #bbb; padding-left: 20px;
}
ul.sidebar-archives li {                /* サイドバーアーカイブ用 */
  padding-right: 3.5em;
  text-align: right;
}
ul.sidebar-others {                      /* サイドバーOTHERS用 */
  width: auto;
  padding-left: 45px;
  padding-top: 5px;
}
ul.sidebar-tags ul {
  padding: 0 5px;
}
ul.sidebar-tags li {  display: inline; }
ul.sidebar-tags .tags-end {
  text-align: right; font-size: 12px;
  display: block; padding-right: 1em;
}


/*------------------------[ ログイン情報用 ]-------------*/
#login-info {
  position: absolute; 
  top: 130px; right: 5px;
  width: 200px;
  text-align: center;
}
#login-info span {
  color: navy;
  font-weight: 600;
}

/*------------------------[ ブロッグバー用 ]-------------*/
#blog-bar{
  margin-top: 15px;
  text-align: center;
}
/*------------------------[ HTML生成時間表示用 ]-------------*/
#rendering-time {
  position: absolute;
  top: 5px; right: 25px;
  color: #888;
  font:500 80% georgia, serif;
}
/*------------------------[ カウンター用 ]-------------*/
#pp-counter{
  position: absolute; 
  top: 7px; left: 25px;
  font-size : 9px;
  color: #5353A6;
  text-align: right;
}
/*------------------------[ 検索ボックス用 ]-----------------*/
#search-box{
  position: absolute;
  top: 50px; left: 50px;
  width: auto; height: 21px;
  margin: auto;
  text-align: center;
}
#search-box form #submit {
  width: 23px; height: 20px;
  vertical-align: top;
  padding-left: 0;
}
#search-box form #q {
  width: 110px; height: 1.2em;
  font: 500 12px arial, MS P Gothic, sans-serif;
  border:  1px solid #9097A2;
  background: #e4ebfa url(Images/bg-formtext.png) repeat-x;
  padding: 2px;
}
#search-box form #q:hover, #search-box form #q:focus {
  background: #fff;
}
/*---------------------[ 詳細検索用 ]-------------*/
.search-form {
  background-color: #fafcfb;
  border: 1px solid #aaa;
  width: 450px;
  margin: 1em auto auto auto;
  padding: 1em;
}
.search-intro  { margin: 3em auto 2em; font-size: 15px; letter-spacing: 2px;}
.search-alert { margin: 3em auto 2em; font-size: 15px; }
.search-alert { color: crimson;}
.search-form ul { list-style: square; margin-left:30px;}
dl.search-result {
  width: 70%;
  margin: 1em auto; padding: 1em;
}
dl.search-result dd {
  text-decoration: none;
  color: #555;
  padding: 0.25em 0 0 2.5em;
}
.search-result dt {
  margin-top: 0.7em;
}
dt.search-result-hit {
  background: none;
  margin-top: 1.5em;
}
dt.search-result-hit span.cat{
  font-weight: 500;
  padding-left: 2em;
}
.search-result-index {
  font: 700 16px Georgia, arial, sans-serif; color: #555;
}
.search-result-comment{
  border-left: solid 2pt #ddd;
  margin-left: 2em;
  padding-left:0.5em;
}
.search-result-comment dt {
  padding-left: 0.3em;
  font: 600 14px MS P Gothic, sans-serif;
  background: none;
  color: #111;
}

