@charset "utf-8";
/*------------------[ レイアウト ]--------------------------*/
* {
  margin: 0;
  padding: 0;
}
html{ overflow-x: hidden; } /* for IE */
body {
  margin: 3px 10px;
  font-size: 14px !important;
  font-family: 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, Verdana, Osaka, MS P Gothic, sans-serif;
/*  background : url(Images/img001.gif) ; */

    background:  #fff; 
}
#page {
  min-height: 100%;
  width: 100%;
  background-color: #f2f4ff;
  border-top: 10px solid #466baf;
  border-left: 3px solid #466baf;
  border-right: 3px solid #466baf;
  border-bottom: 10px solid #466baf;
  padding-top: 20px;
}
* html #page { height: 100%; }
*:first-child+html #page { width: 99%; }
#blog-name {
  width: 100%;
  height: 30px;
/*  background: url(Images/kabe005.gif) repeat-x left top;*/

  background: url(Images/logobg.jpg) repeat-X left top;
  border: 3px solid #466baf;
  margin-bottom: 3px;
}
*:first-child+html #blog-name { width: 99%; }

#header2 img {
  position: absolute; top: 60px; left: 20px;
}
#header {
  width: 100%;
  height: 120px; 
/*  background: url(Images/baner.jpg) repeat-x left top; */
/*  background: url(Images/baner.jpg) repeat-x left ; */
  background-color: #466baf;
  background: url(Images/baner.jpg) CENTER 50%; 
  border-top: 3px double #466baf;
  border-left: 3px double #466baf;
  border-right: 3px double #466baf;
  border-bottom: 3px double #466baf;
  margin-bottom: 3px;
}
#header img {
  position: absolute; top: 55px; right: 20px;
}
#header span {
  position: absolute;  top: 145px;  right: 20px;
  color: snow;
  font: 500 14px Century Gothic, Arial, sans-serif;
}
*:first-child+html #header { width: 99%; }
#blog-body{
  position: relative;
  min-width: 340px;
  min-height: 100%;
  margin: 0px 190px 0px 190px;
}
* html #blog-body { height: 1%; }
* html #blog-body hr.clear { width: 340px; }

#column-wrapper {
  float: left;
  width: 99%;
  min-height: 100%;
  background-color: #fff; 
/*  background : url(Images/img001.gif) ; */

  border: 1px solid #466baf;
}
* html column-wrapper { height: 100%; }

#main-column {
  position: relative;
  float: right;
  width: 100%;
}
#left-column {
  position: relative;
  margin-left: -190px;
  width: 190px;
  float: left;
}
#right-column {
  position: relative;
  float: right;
  margin-top: -10px;
  margin-right: -190px;
  width: 190px;
}
#footer {
  position: relative;
  clear: both;
  text-align: center;
  font: italic 500 .9em trebuchet ms, arial, sans-serif;
  width: 100%;
  color: #777;
  margin: 0px auto;
  padding-top: 20px;
  height: 25px;
  background: url(Images/zoomin.cur) no-repeat -100px -100px; /* just for preload */
}
/* -------------------------[ BOLOGネーム ]--------------------------- */
.site_title     {
  font-family: 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, Verdana, Osaka, MS P Gothic, sans-serif;
  margin: 0px;
  position: relative; 
  top: 15%;
  left:15px;
  font-size:20px;
  font-weight:700;
}
.site_title a,.site_title a:link,.site_title a:visited,.site_title a:active,
/*.site_title a:hover  { color: #27002b;  text-decoration: none;*/
.site_title a:hover  { color: #ffffff;  text-decoration: none;*/

}
/*-----------------[ 汎用タグ ]--------------------------*/
a, a:link, a:visited, a:active {
  text-decoration: none;
}
a:link, a:visited { color: #3849a5; }
a:hover, a:active { 
  color: #212b63;
  text-decoration: underline;
}
a img { border: none; }
strong { color: #7b4d4b; }
em {
  border-bottom: 3px solid #ccc;
  font-style: normal;
}
kbd {
  padding: 0 3px 2px 3px;
  font: 500 12px Courier New, Verdana, Arial, sans-serif;
  background: url(Images/kbd.png) right bottom;
}
acronym, abbr { cursor: help; }
h3,h4,h5,h6 { font-weight: normal; }
h1, h2, h3, h4, h5 {
  margin: 15px 0;
  text-align: center;
}
sup { color:crimson; font-size:90%;}
h1 { font-size: 220%; }
h2 { font-size: 190%; }
h3 { font-size: 130%; }
h4 { font-size: 130%; }
h5 { font-size: 100%; }
code {
  font-family: "Courier New", Courier, monospace;
}
label { cursor: pointer; }
address {
  width :100%;  text-align: center;
  margin: 2em 0 1em 0;
  font: 500 13px Times New Roman;
}
/*------------------[ 汎用クラス ]--------------------------*/
ins { text-decoration: none;}
.hidden {
  display: none !important;
}
.jump {
  padding-right: 1em;
  cursor: pointer;
  background: url(Images/jump.png) no-repeat right top;
  text-indent: -1000%;
  width: 50px;
  height: 24px;
  float: right;
}
.center, .alert {
  width: 99%;
  text-align: center;
  margin: 30px auto;
}
.new-entry {
  width: 17px; height: 12px;
}
hr.clear {
  display: block;
  clear: both;
  margin: 0 !important;
  margin: -7px 0;
  height: 0;
  border: none;
  visibility: hidden;
  width: 90%;
}
.separator {
  clear: both;
  margin-top: -15px;
  border-bottom: dotted 1px #aaa;
  margin-bottom: 10px;
}
.micro-banner { width: 80px; height: 15px; }
img.smiley{
  width: 16px; height: 16px;
  vertical-align: middle; cursor: pointer;
  margin: 0 3px 0 0;
}
img.home-icon {
  width: 12px; height: 12px;
  vertical-align: middle; border: none;
}
img.extlink-icon {
  width: 12px; height: 12px;
  vertical-align: top; padding-left: 2px;
}
/*------------------[ サイトナビゲーション ]--------------------------*/
#entry_menu {
  position: relative;
  top: -20px; right:0px;
/*  top:-25px; right:0px; */
  width:100%;
  height:20px;
  margin: 0;
  padding :0;
white-space:nowrap;
}

#entry_menu ul {
margin: 0;
padding :0;
list-style-type : none;
float:right;
}
#entry_menu li {
display : inline;
padding :0;
margin:0;
float:left;
}
#entry_menu a {
display:block; 

border:2px solid #02300a;
background-color:#bfeaef;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#02300a;width:7em;
height:1.5em;
margin:0px 2px; 
text-align:center;
}
#entry_menu a:hover {
display:block; 
border:2px solid #02300a;
background-color:#fae3eb;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#02300a;
height:1.5em;
text-align:center;
}
/*------------------------[ リンクバー用 ]-------------*/
#linkbar {
  margin-top: 40px;
}
#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;
}
/* --------------------[ ページナビのスタイル ]----------------------*/
.nav {
  margin: 35px auto;
  text-align: center;
}
.nav p {
  margin-top: 1em;
}
 /* Pagination */
div.weblog-pageNav {
  padding: 3px; margin: 5px;
  text-align:center;
  font-family: Arial, Verdana, Georgia, 'メイリオ', Osaka, MS P Gothic, sans-serif;
}
div.weblog-pageNav a {
  padding: 0px 2px; margin-right: 2px;
  border: 2px solid #00582a;
  background-color: #edffff;
  text-decoration: none;
  color: #001d3e;


}
div.weblog-pageNav a:hover{
  border: 2px solid #ff35d8;

  background-color: #ffe5f9;
  color: #004a67;
}
div.weblog-pageNav a:active {
  border: 2px solid #5c0023;
  color: #5b0012;

}
div.weblog-pageNav span.current {
  padding: 0px 2px; margin-right: 2px;
  border: 2px solid #00582a;
  font-weight: bold;
  background-color: #aaffff; color: #004a67;
}
div.weblog-pageNav a.next { text-decoration: none; }
/* --------------------[ ペイン切り替えタブ用 ]----------------------*/
/*
#switch {
 padding-right:0px;
 text-align:right;
  width: 22px; height: 22px;
  cursor: pointer;
  background: url(Images/tabs.gif) 0px 0px no-repeat;
 float : right;
}
*/
/* --------------------[ 記事ボックススタイル ]----------------------*/
.article, .article-united {
  width: 95%;
  font-size: 95%;
  line-height: 1.2;
  margin: 2em auto;
  padding: 1px;
}
* html .article { height: 100%; }
.article-united .article { /* 同日エントリー結合時の個別ボックス */
  border: none; 
  margin-top: 0;
  width: 100%;
}
.article-category {
  font-size: 12px;
  margin-top: -5px;  padding-left: 1em;
}
.article-date {
  font: 700 22px georgia, arial, serif;
  color: #a6afc2;
  padding: 28px 10px 2px 0px;
  text-align: right;
  margin-top: -45px;  margin-bottom: 10px;
}
.article-title {
  font: 800 18px 'ヒラギノ丸ゴ Pro W4', 'メイリオ', arial,  sans-serif;
  letter-spacing : 1px;  text-align: left;
  padding : 7px 0 6px 40px;
  margin-top: 0;
  background: url(Images/footprint.gif) no-repeat left top;
}
* html .article-title { height: 1%; } /* for buggy IE */
.article-cat-icon img{
  float: right;
  margin: 0 15px 5px 5pxx;
}
div.article .article-title a, div.article .article-content a {
  text-decoration: none;
color: #5e729e;

}
div.article .article-title a:hover,
div.article .article-content a:hover {
  text-decoration: underline;
  /*border-bottom: none;*/
}

.article-content {
  line-height : 1.7;
  letter-spacing : 1px;
  padding: 1em 1em .5em 1em;
  font-family: 'ヒラギノ丸ゴ Pro W4', 'メイリオ', MS P Gothic;
  font-size: 14px;
}
html>body .article-content:first-letter {
 color: Navy; 
  font-weight: bold;
  font-size: 180% !important;
   }
html>body .article-content p:first-child:first-letter {
  color: Navy;


  font-weight: bold;
  font-size: 180% !important;
  }
.article-content p { margin: .8em 0; }
* html .article-content {height: 100%;}
* html .article-content br { /* for buggy IE */
  line-height: 1; letter-spacing:0px;
}
*:first-child+html .article-content br { /* just for IE7 */
  line-height: 1; letter-spacing: 0px; zoom: 1;
}
div.article .article-content a.button:hover { color: navy; text-decoration: none; }
.article .article-content p.cap:first-letter {
  font-size : 180%;
  font-weight : 600;
  color: navy;
}
.article-content ul, .article-content dl { /* 記事内リスト */
  margin: 1em 3em;
}
.article-content ul li, .article-content dl dt{ /* 記事内リスト */
  background: url(Images/dlmark.png) no-repeat left 3px;
  padding-left: 15px;
}
.article-content ol { /* 記事内orderedリスト */
  list-style-type: decimal; margin-left: 2em;
}
.article div.readmore-div { /*--[ 「続」ボタン使用時の続きを読む ]--*/
  margin: 1em;
}
.article span.readmore {
  cursor: pointer;
  color: navy;
  padding-left: 1em;
}
.article-pageNav {  /* 記事内ページリンク用スタイル */
  clear: both;
  font-size: 90%;  text-align: center;
  width: auto; height: 30px;
  margin: 2em auto;
}
.article-pageNav span {
  background: url(Images/page-cell.png) repeat-x 0 0;
  border: solid 1px #696EA4;
  width: 4px; height: 30px;
  padding: 2px 3px;
  font: 600 13px Verdana, Trebuchet MS, Arial;
}
.article-pageNav span.page-stat { background: navy url(Images/page-stat.png) repeat-x 0 0; color: #fff;}
.article-pageNav a { text-decoration: none; border-bottom: none; }
.article-pageNav span.page-cur { color: #aaa; border-left-width: 0; }
.article-pageNav span.page-cell { color: navy; border-left-width: 0; }
.article-pageNav span.page-cell a { border-bottom: none; }
.article-pageNav span.page-next { color: navy; border-left-width: 0;}
.article-pageNav span.page-next a { border-bottom: none; }

.article .article-icon { width: 16px; height: 16px; }
.article-content .headline-readmore { /*--[ ヘッドライン用 続きを読む ]--*/
  margin: 1em;
}
.article-content p.headline-readmore a {
  font-size: 93%;  color: navy;
  border: none;
}
.article-content p.headline-readmore a:hover {
  color: #ff0066;

  border-bottom: 1px dotted crimson;
  text-decoration: none;
}
.article-content p.headline-readmore a:hover:after {
  content: "≫";
}
.article-posted {
  clear: both;
  font: 500 12px arial;
  margin: 10px 0 0 40px;
  padding-right: 3em;
  height: 30px;
  color: #888;
  text-align: right;
}
.article .article-bottom {
  text-align : right;
  padding-right: 1em;
/*  background : url(Images/img001.gif) ; */
  background : #fff; 
  border-bottom: 2px solid #cedbff;
  margin-bottom: 1em;
  clear: both;
}
.article-united .article .article-bottom {  border: none; }
object {
  width: 93%;
  margin: auto;
  overflow: auto;
}
.draft { /*--[ ドラフト記事囲み用 ]--*/
  border: dashed 1pt crimson;
  height: auto;
}
.draft:before, .draft-before {
  content: "未公開の記事です";
  color: crimson;
  font-size: 11px;
  padding: .3em 1em;
}
.article .tags-entry {
  padding-left: 25px; font: 500 12px/17px arial, MS P Gothic, sans-serif; color: #777;
  background: url(Images/tags-entry.png) no-repeat 0 0px; margin-top: 1em;
}
.article .techrat-entry {
  padding-left: 20px; font: 500 12px arial, MS P Gothic, sans-serif;
  background: url(Images/techrat-entry.png) no-repeat 0 1px; margin-top: 1em;
  clear: both;
}
.article-content div.attached a { border: solid 1px #fff; }
.article-content div.attached a:link { border: solid 1px #fff; }
.article-content div.attached a:hover { border: solid 1px navy; text-decoration: none;}
.article-content div.media-part { 
  margin: auto; text-align: center;
  width: 177px;
  border: solid 1px #ddd;
}
/* --------------------[ 作成ページススタイル ]----------------------*/
.page-box .photo-shadow {
  margin: 2em; font-size: 13px;
  color: navy;
}
/*------------------[ 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: inline-block;
  display: -moz-inline-box;
  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; }
/* ------------------------[ コメント表示用 ]--------------------*/
.comments-div, .trackbacks-div {
  text-align : left;
  font-size : 97%;
  margin: 0 auto; width: 90%;
}
.comments-div .comments-header, .trackbacks-header {
  padding-bottom: 2em;
  text-align: center;
  font-size: 120%;
  color: navy;
}
.comments-div a{
  text-decoration: underline;
}
.comments-div .comment-entry p{
  color: #555;
  text-align: left;
}
.comments-div a.No{
  font: 800 150% georgia, arial, sans-serif;
  text-decoration: none;
  padding-right: 10px;
}
.comments-div a.No:before { content: "#"; }
.comments-div .comment-entry {
  margin:0 auto auto 2em;
}
.comments-div .non-disclosure {
  border: 1px dotted #aaa;
}
.comments-div .non-disclosure:before {
  content: "[非公開]";
  font-size: 80%;
  color: crimson;
}
.comments-div .comment-index {
  padding-bottom: 0.5em;
}
.comments-div .comment-index-owner {
  margin:-1em auto 0.5em -1em;
}
.comments-div .comment-entry-owner {
  padding-left: 6em;
}
.comments-div .comment-body{
  margin: 0.5em 0 0 1em;  padding: 0 6em 0 1em;
  line-height: 1.5;
}
.comment-quote {
  color: #7e7a94;
  border-left: 2px #ddd solid;
  padding: 10px;
}
.comment-cntrl {
  padding-left: 0.5em;
}
.comment-cntrl img {
  vertical-align: middle;
}
hr.comment-separator {
  border-width: 0;
  visibility: hidden;
  margin: 1em 0 0.5em 4em;
}
.comment-closed {
  margin: 2em;
  padding: 3px 0 0 280px;
  height: 2em;
  font-size: 90%; color: #777;
  background: url(Images/closed.png) no-repeat 250px top;
}
/* ------------------------[ コメントフォーム用 ]---------------------*/
form.comment-form {
  padding: 1em 0 1em 0;
  width: 85%; margin: auto;
}
form.comment-form .trackback-alert {
  background: url(Images/nest2.png) no-repeat 7px 10px;
  padding: .5em 2em 0 2em; color: #888;
}

form.comment-form input, #c_color {
 font-family: Trebuchet MS, Arial, Meiryo, sans-serif; vertical-align: middle; line-height: 1.0;
}
form.comment-form .time-now, form.comment-form img { vertical-align: middle; }
.comment-intro {
  background: url(Images/check.png) 0 0 no-repeat;
  margin-top: 1em; padding-left: 1.5em;
  font-size: 15px; color: #4c4c5c;
}
.comment-intro input.txt { width: 96%; }
.comment-inputarea {
  border-left: solid 4px #464d68;
  margin: 1em 0 1em 1em;
  padding-left: 0.5em;
}
.comment-inputarea p {
  margin: 5px 0;
}
.comment-form .info {
  font-size: 80%; color: #777;
  padding: 5px 0 5px 22px;
  background: url(Images/comment-icon.png) no-repeat left 3px;
}
.comment-preview-div {
  padding-left: 1em;
  border-left: solid 4px #696997;
}
#comment-previewarea {
  margin: 2em 0 0 0;
  width: auto;
}
#comment-previewarea .comment-confirm {
  background: url(Images/check.png) 2.3em -0.2em no-repeat;
  margin: 1em;
  padding-left: 4em;
  color: #564240;
}
img.smiley{
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor:pointer;
  margin:0 3px 0 0;
}
img.home-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border: none;
}
textarea.comment-textarea {
  width: 98%;
  border: solid 1px #aaa;
  background: #f7f7f7;
}
#Hiraptcha { color: rgb(160, 160, 160); }
#Hiraptcha + img {
  border: solid 1px #aaa;
}
/* ------------------------[ Ajax用コメントボタン ]---------------------*/
.comment-mailback, .comment-nondisclosure {
  background: url(Images/checked.png) left top no-repeat;
  padding-left: 1.3em; margin-top: .5em;
}
.comment-nondisclosure input.checkbox{
  vertical-align: middle;
}
input.txt {
  background: url(Images/bg-formtext.png);
  border: solid 1px #aaa;
  font-family: Trebuchet MS, Arial, Meiryo, sans-serif; vertical-align: middle; line-height: 1.0;
  vertical-align: middle;
}
input.txt:focus {
  border: solid 1px #ff8d60;
  background: #fff7f7;
}
.comment-submit {
  width: 100%;
  margin: 1em auto;
  text-align: center;
}
/*------------------------[ 記事のリスト表示 ]-------------*/
div.show-list {
  width: 100%;
}
div.show-list ul {
  width: 73%;
  margin: auto;
  list-style: url(Images/dlmark.png) square;
  padding-left: 3em;
}
div.show-list ul li { padding-bottom: .5em; }
/*------------------------[ 引用フォーマット ]-------------*/
div.quote, dl.quote {
  width: 86%;
  background: #fffafa;
  border: solid 1px #aaa;
  margin: 2em auto; padding: 0;
}
dl.quote dt{ padding: 5px 0 0px 10px;}
dl.quote dt cite { font-weight: 600; color: #556b2f; }
blockquote {
  font: 103%/1.7 "メイリオ", "Trebuchet MS", sans-serif;
  color: #484a47;
  margin: 0px auto;
  padding : 15px 15px 15px 48px;
  background: url(Images/quote.png) -5px -5px no-repeat;
}
blockquote p { padding: 0; margin: 0 !important; }
dl.quote dt.cite { 
  text-align: right; padding-right: 1em;
  font-size: 90%; 
}
dl.quote dt.cite * {
  padding-right: 1em;
}
q {
  color : #00468c;
}
pre {
  font: 500 1em/1.4 "Consolas","Bitstream Vera Sans Mono","Lucida Console","Courier New",Verdana,Meiryo,monospace;
  background : #f7f7f7;
  border : double 4px #808080;
  border-width: 0 0 0 4px;
  margin: 1em auto;
  padding: 20px;
  width: 89%;
  height: 3em;
  color: navy;
  clear: both;
  overflow-x: auto;
  letter-spacing: 0.1px;
}
pre strong { color: crimson; }
body[id=weblog] pre {
  overflow: auto;
  min-height: 4em;
  height: auto;
}
code {
  font: 500 15px/1.4 courier new,Verdana, monospace;
  color: #2d542c;
  letter-spacing: 0.1px;
}
.underline {
  text-decoration: underline;
}
.google-it {
  font : 600 13px 'Times New Roman',serif;
  color : #2020ff;
  cursor : pointer;
}
dl dt {
  background: url(Images/dlmark.png) center left no-repeat;
  padding: 5px 0 0 12px;
  font-weight: 600;
}
dd a { text-decoration: underline; }
.attached {
  clear: both;
  color: #003264;
  margin-top: 20px;
}
span.stars img {
  width: 16px; height: 16px;
}
/*------------------------[ トラックバック表示 ]---------------------*/

/*-------------------------[ サイドバー関連 ]----------------------*/
#recently, #pages, #categories, #archives, #ntimes, #others, #okini, #twitters,#ynews,#yother, #highway, #noblog_inf, #n_links, #m_links, #b_links, #h_links, #keitai, #search {
  width: 180px;
  color : #005151;
  padding-left: 4.5px;
  padding-right: 4.5px;
}
#comments {
  width: 180px;
  margin-top : 0px;
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.sidebar-selectr, .sidebar-search {
  width: 170px;
  margin-top : 0px;
  padding-left: 4.5px;
  padding-right: 4.5px;
}
h3.sidebar-cap{ /* 各ボックスのヘッダー */
  padding-top: 2px;
  border: 1px solid #466baf;
  border-bottom-width: 1px;
  border-top-color: #466baf;
  background: url(Images/topbg.gif) repeat-x left top;
  font-size: 103%;
  font-weight: 600;
  margin-bottom :0;
/***********************************************  メニューの色　*/
  color: #ffffff;
}
.sidebar-body{
  border: none;
  border-top-width: 0;
  background-color: #f2f4ff;
  padding: 5px;
  margin-bottom: 15px;
}
.sidebar-body a{
  font-weight: normal;
  font-size: 90%;
}
.sidebar-foot {
  /*margin-top: 0; padding-top: 0;*/
}
span.expand-icon {             /* サイドボックス展開用ボタン */
  position: relative;
  right:5px;
  display: block;
  width: 14px; height: 14px;
  font-size: 1px;
  margin: 1px 0;
  background: url(Images/toggle.gif) 0px 0px no-repeat; 
  float: right;
  cursor: pointer;
  z-index: 100;
}
                        /* 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: 0;
  font-size: 85%;
}

          /* # 最近のエントリー・コメント・トラックバック用スタイル */

ul.sidebar-recently,
ul.sidebar-comments,
ul.sidebar-archives,
ul.sidebar-ntimes,
ul.sidebar-others,
ul.sidebar-okini,
ul.sidebar-ynews,
ul.sidebar-twitters,
ul.sidebar-yother,
ul.sidebar-highway,
ul.sidebar-n_links, 
ul.sidebar-noblog_inf, 
ul.sidebar-m_links, 
ul.sidebar-h_links, 
ul.sidebar-b_links, 
ul.sidebar-keitai
{
  width: auto;
  padding-left: 7px;
}
ul.sidebar-recently li, ul.sidebar-comments li, ul.sidebar-trackbacks li {
  padding: 3px 0 2px 15px;
  background: url(Images/listmark1.gif) 2px 8px no-repeat;
}
ul.sidebar-comments ul li.nest1 {
  margin-top: 1px;
  margin-left: 9px;
  padding : 0px 0px 2px 20px;
  background: url(Images/nest1.png) 0 1px no-repeat;
}
ul.sidebar-trackbacks ul li.nest1 {
  background: url(Images/nest1.png) 0 1px no-repeat;
  padding : 0px 0px 2px 20px;
}
ul.sidebar-trackbacks li.no-ping, ul.sidebar-tags li.no-tag { /* tBがまだないとき */
  color: #bbb;
  background: none;
  padding-left: 2em;
  font: small-caps 13px Century Gothic,Arial,sans-serif;
}
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.main-category {
  background: url(Images/listmark1.gif) 15px 4px no-repeat;
  padding : 0px 0px 2px 35px;
}
ul.sidebar-categories li.sub-category {
  background: url(Images/nest1.png) 25px 1px no-repeat;
  padding : 0px 0px 2px 45px;
}
ul.sidebar-recently li.header {
  background: none;
  margin-left: 5px; padding-left: 3px;
}
ul.sidebar-categories span { /* 記事数がゼロのとき */
  font-size: 95%;
  color: #aaa;
}
ul.sidebar-archives li {                /* サイドバーアーカイブ用 */
  padding-right: 2em;
  text-align: right;
  font-size: 95%;
}
ul.sidebar-ntimes {                      /* サイドバーntimes用 */
  width: auto;
  text-align: center;
  padding-top: 5px;
}
ul.sidebar-others {                      /* サイドバーOTHERS用 */
  width: auto;
  text-align: center;
  padding-top: 5px;
}
ul.sidebar-twitters {                      /* サイドバーTwitters用 */
  width: auto;
  text-align: center;
  padding-top: 5px;
}
ul.sidebar-okini {                      /* サイドバーOkini用 */
  width: auto;
  text-align: center;
  padding-top: 5px;
}
ul.sidebar-ynews {                      /* サイドバーynews用 */
  width: auto;
  text-align: center;
  padding-top: 5px;
}
ul.sidebar-yother {                      /* サイドバーyother用 */
  width: auto;
  text-align: center;
  padding-top: 5px;
}
ul.sidebar-highway {                      /* サイドバーhighway用 */
  width: auto;
  text-align: center;
  padding-top: 5px;
}
ul.sidebar-noblog_inf {                  /* サイドバーNOBLOG_INF用 */
  width: auto;
  text-align: center;
  padding-top: 5px;
}
ul.sidebar-n_links{                      /* サイドバーN_links用 */
  width: auto;
  padding-left: 2x;
  padding-top: 5px;
}
ul.sidebar-m_links{                      /* サイドバーm_links用 */
  width: auto;
  padding-left: 2x;
  padding-top: 5px;
}
ul.sidebar-h_links{                      /* サイドバーh_links用 */
  width: auto;
  padding-left: 2x;
  padding-top: 5px;
}
ul.sidebar-b_links{                      /* サイドバーb_links用 */
  width: auto;
  padding-left: 2x;
  padding-top: 5px;
}
ul.sidebar-keitai {                      /* keitai用 */
  width: auto;
  padding-left: 2x;
  padding-top: 5px;
}
/*---------------------------[ カテゴリー一覧表示用 ]----------------------*/
.category-list {
  width:250px;
  margin: 30px auto;
}
.category-list ul {
  list-style: none;
  margin-left: 2em;
  padding-left: 15px;
}
.category-list ul li.main-category {
  background: url(Images/folder.png) 15px 5px no-repeat;
  padding : 5px 0px 2px 35px;
}
.category-list ul li.main-category span,
.category-list ul li.sub-category span {
  color:#aaa;
  font-size: 90%;
}
.category-list ul li.sub-category {
  background: url(Images/nest1.png) 45px 1px no-repeat;
  padding : 0px 0px 2px 65px;
}
* html .category-list ul {height: 100%; /* for IE */}
.category-nav, .tags-nav {
  margin-top: 1.5em;
}
/*--------------[ 外部動画 ]-------------*/
.video-link {
  width: 425px; margin: auto; z-index:1;
}
#category-structure {
  margin: 1.5em auto 1em auto;
  padding: 1em;
  width: 380px;
  background: url(Images/bg-header.png) repeat-x 0 100%;
}
#category-structure p {
  margin-bottom: 1em;
}
#category-structure p button {
  background: url(Images/button-fill.png);
  height: 20px;
  font-weight: 800;
  padding: 0 0 2px 1px;
  cursor: pointer;
}
#category-structure ul {
  margin-left: 5em;
}
/*---------------------------[ アーカイブ / タグ 一覧表示用 ]----------------------*/
div.tags-list {
  width: 250px;
  margin: 30px auto;
}

div.archives-list {
  width: 80%;
  padding-left: 1em;
  margin: auto;
}
div.archives-list ul li ul, div.tags-list ul {
  list-style: url(Images/folder.png) inside square;
  margin-left: 2em;
}
div.archives-list ul li ul li, div.tags-list ul li{
  margin-bottom: 3px;
}
div.archives-list h3, div.tags-list h3 {
  margin: 2em auto;
  color: navy;
}
div.archives-list ul { width: 400px; margin: auto; }
div.archives-list ul li { padding-left: 30px; }
div.archives-list ul h4 {
  margin: 10px auto 5px 0px;
  text-align: left; color: #2d3073;
  font: 800 14pt Georgia;
}

/*--------------------[ カレンダー用 ]-----------------------*/

#calendar {
  text-align : center;
  width: 180px; max-width: 180px;
  margin : 0px auto;
  background: #f2f4ff;
  font : 500 13px arial, sans-serif;
}
#calendar div.calendar-top {
  background: url(Images/topbg.gif) repeat-x 0 0;
    border: 1px solid #466baf;
  border-bottom-width: 1px;
  border-top-color: #466baf;
/*  border-top-color: #ffffff; */
  padding-top: 0px; height: 24px;
}
#calendar div.calendar-top * { padding-top: 3px; }
#calendar div.calendar-cap {
  font: 700 130% Georgia;
  text-align: center; width: 115px;
/*  color: #05420f; float:left;*/
/************************************************************************カレンダーの色 ********************************/
  color: #ffffff; float:left;
}
#calendar div.prev-month {
  width: 30px; height: 20px; float:left;
  text-align: left;
}
#calendar div.prev-month a,
#calendar div.next-month a { padding-left: 4px; line-height: 1; }
#calendar div.next-month {
  width: 30px; height: 20px; float:left;
}

#calendar div.calendar-bottom {
  text-align : center;
  margin-top: 0; padding-top: 0;
}
#calendar div.calendar-body {
  border :1px solid #466baf;
  width: 178px; clear: both;
  background: #f2f4ff;
}
#calendar table {
  text-align: center;
  margin: auto; width: 100%;
}
#calendar table td{
  font : 500 13px Georgia, arial;
  padding : 2px;
  text-align : center;
}
#calendar table a {
  text-decoration : none;
  font : 500 13px Georgia, arial;
}
#calendar tr.header td {
  font : 600 14px arial;
}

#calendar table td.daySubmit {
  background-color : #eaeaf4;
}
#calendar table td.Sun, #calendar table td.Holiday {
  color : rgb(250,90,70);
}
#calendar table td.Sat {
  color : navy;
}
#calendar table td.Today {
  color : rgb(5,170,50);
  font-weight : 600;
}
#calendar table td strong.month {
  font : 600 13px georgia, serif;
  color : #2d3073;
}

/*------------------------[ 検索ボックス用 ]-----------------*/
#search-box{
  position: relative;
  top: 95px; left: 3px;
  width: auto;
  margin: auto ; height: 21px;
  text-align: right;
}
#search-box form #submit {
  width: 18px; 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: #eee url(Images/bg-formtext.png) repeat-x;
  padding: 2px;
}
#search-box form #q:hover, #search-box form #q:focus {
  /* background : url(Images/img001.gif) ; */
   background: #fff; */
}
/*---------------------[ 詳細検索用 ]-------------*/
.search-form {
  background-color: #eeeef4;
  border: 1px solid #aaa;
  width: auto;
  margin: 2.3em 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-results {
  width: 70%;
  margin: 1em auto; padding: 1em;
}
dl.search-result dd {
  text-decoration: none;
  color: #555;
  padding: 0.25em 0 0 1.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 14px verdana, arial, sans-serif;
}
.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;
}
/*------------------------[ 写真・ドロップシャドウ設定 ]-----------------*/
.resized {
 cursor: pointer;
 cursor: url(Images/zoomin.cur), pointer;
 *cursor: url(theme/3pr002/Images/zoomin.cur), pointer;
}
div.photo {
  padding: 15px; margin: 15px;
}
div.photo div.shadow {
  background: url(Images/shadow.gif);
  float: left;
}
div.photo div.shadow img, div.photo div.noshadow img {
  display: block;
  padding: 8px; margin: 0;
  border: 1px solid #ccc;
  border-color: #ddd #ccc #bbb #ccc;
  background-color: #fff;
  position: relative;
  left: -6px; top: -6px;
  overflow: hidden;
}
html>body div.photo div.shadow {
  background: transparent url(Images/shadow.png) no-repeat right bottom; margin: 0;
}
div.photo div.shadow:before {
  content: " ";
  background: transparent url(Images/shadow.png) no-repeat right top;
  display: block;
  width: 6px; height: 6px;
  margin: -6px 0 0 auto;
}
div.photo div.shadow:after {
  content: " ";
  background: url(Images/shadow.png) no-repeat left bottom;
  display: block;
  margin: -6px 0 0 -6px;
  width: 6px; height: 6px;
}
div.photo-caption {
  font-size: 13px; color: navy;
}
div.photo div.photo-caption {
  padding: 0 2px 0 5px;
}
* html div.photo div.shadow { margin-bottom: -12px; }             /* just for IE6 */
* html div.photo div.shadow img, * html div.photo div.noshadow img { left: -3px; top: -4px; }
*:first-child+html div.photo div.shadow { margin-bottom: -12px; } /* just for IE7 */
div.photo div.shadow img.borderless,
div.photo div.noshadow img.borderless { padding: 0; }

/* ポラロイド風バージョン: Polaroid-style */
div.polaroid {
  background: url(Images/shadow-frame.png) no-repeat 0 0;
  padding: 15px 0 0 15px; margin: 30px;
}
div.polaroid div.shadow {
  background: url(Images/shadow-frame.png) no-repeat 100% 100%;
  margin: -9px -6px -4px -9px;
  padding: 9px 0 0 9px;
  overflow: hidden; /* just for IE */
}
div.polaroid:before, div.polaroid div.shadow:before {
  content: "";
  background: #fff url(Images/shadow-frame.png) no-repeat right top;
  display: block;
  width: 15px; height: 15px;
  margin: -15px -6px 0 auto;
}
div.polaroid div.shadow:before { margin-right: 0; }
div.polaroid div.shadow:after, div.polaroid:after {
  content: "";
  background: #fff url(Images/shadow-frame.png) left bottom;
  display: block;
  width: 15px;  height: 15px;
  margin: -15px 0 0 -15px;
}
div.polaroid div.photo-caption {
  margin-bottom: 20px;
}

  /*--- IE6 ---*/
* html div.polaroid {
  background: url(Images/shadow.gif);
  padding: 11px 8px 10px 11px; margin: 15px;
}
* html div.polaroid div.shadow {
  margin: -9px -6px -15px -9px;
  padding: 9px 0 0 9px;
  border: 1px solid #ccc;
  border-color: #ddd #ccc #bbb #ccc;
/*  background : url(Images/img001.gif) ; */
  background: #fff;
  background-image: none;
}
* html div.polaroid img {
  border: 1px solid #ccc;
  border-color: #ddd #ccc #bbb #ccc;
  margin-left: 1px;
}
* html div.polaroid div.photo-caption {
  margin-bottom: 10px; padding-bottom: 10px;
}
  /*--- IE6ここまで ---*/

.al-left { float: left; display: inline; }
.al-right { float: right;}
.al-center { margin-left: auto !important; margin-right: auto !important;}
.photo-canvas div.photo-caption { margin: -10px 5px 30px 5px; }
/* ---------------------[ 画像ギャラリー表示設定 ]---------------------*/
.gallery {
  margin: 30px auto; position: relative;
  z-index: 1; width: 370px; /* (1*2+64+4*2)*4 = 296 <-- minimal width   */
}
.gallery ul {
  position: absolute; top: 0; left: 0; 
  background: #fff; border: 0px solid #333;  /* 外枠の幅 */
  list-style-type: none;
}
.gallery ul li {
  display: inline; float: left; padding: 4px;
}
.gallery ul li span{ display: none; }
.gallery ul li a img {
  width: 64px; height: 64px;
  padding: 0; border: 0; background: #000;
}
.gallery ul li a {
  float: left; display: block;
  width: 64px; height: 64px; /* Image's width */
  border: 1px solid #333;    /* 画像の枠幅 */
}
.gallery ul li a:hover { position: relative;}
.gallery ul li a:hover img {
  position: absolute; left: -20px; top: -10px;
  width: 100px; border: 1px solid #aaa;
  padding: 5px; background: #fff; display: block;
}
.gallery ul li a:hover span { /* ToolTip */
  position: absolute; left: -20px; top: -30px; /* top is img's top + height */
  width: 100px; height: 20px;
  font: 700 14px Trebuchet MS, Tahoma, Verdana;
  padding: 5px; text-align: center;
  background: #fff;
  border: solid 1px #aaa; border-bottom-width: 0;
  text-decoration: none; display: block;
}

table.page-nav-main,
table.page-nav-sub {
  border-collapse: collapse;
  letter-spacing: 1px;
  font:600 13px/21px arial;
  width: auto;  height: 21px;
  margin: 40px auto 20px auto;
  color: navy;
  border-top: 1px solid navy;
  border-bottom: 1px solid navy;
}
table.page-nav-sub { margin: 1em auto 2em auto; }
table.page-nav-main a{ text-decoration: none; }
table.page-nav-main tr td { padding: 0; }
table.page-nav-main td.link {
  width: 20px;
  text-align:center;
}
table.page-nav-main td.current {
  width: 20px;
  text-align:center;
   background: #669;
  font-weight: 800; color: #fff;
}
table.page-nav-main td.avant { width: 0;}
table.page-nav-main td.apres { width: 0;}
table.page-nav-main td.centre {
  line-height: 20px;
  height: 20px;
}
.cooliris-link { text-align: center; }
/*------------------------[ ログイン情報用 ]-------------*/
#login-info {
  position: absolute; 
  top: 10px; left:0px;
  width: 180px;
  text-align: center;

}
#login-info span {
  color: navy;
  font-weight: 600;
  font-size: 100%;
}
/*------------------------[ テーマ切り替えセレクター用 ]-------------*/
#theme-selector {
  position: relative; 
  top: -10px; left: 50px;
  width: 80px; height: 15px;
  color: navy;
  cursor: crosshair;
  text-align: center;
  border: solid 1px #aaa;
  background: url(Images/ChooseTheme.png) no-repeat left top;
  z-index: 100;
}
#theme-selector ul {
  display: none;
  background: #fff;
  border: 1px solid #ccc;
}
#theme-selector ul li a {
  display: block;
  color: navy;
  background: #fff;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #ccc;
  width: auto; height: 15px;
}
#theme-selector:hover ul, #theme-selector.over ul { display: block; }
#theme-selector ul li a:hover{ 
  color: #fff;
  background: #a8a8d0;
}
/*------------------------[ カウンター用 ]-------------*/
#pp-counter{
  position: absolute; 
  top: -3px; right:10px;
  font-size : 10px;
  color: #5353A6;
  width: 180px;
  height: 25px;
  text-align: right;
 float : right;
}
/*------------------------[ ブロッグバー用 ]-------------*/
#blog-bar{
  position: relative; 
  top: 0px; right:0px;
  text-align: center;
}
/*------------------------[ HTML生成時間表示用 ]-------------*/
#rendering-time {
  position: relative; 
  top: -15px; left: 25px;
  color: #888;
  font:500 80% georgia, serif;
}
#pageTop {
  position: fixed; bottom: 0; right: 0;
  width: 38px; height: 17px; display: block;
  background: url(Images/page-top.png) no-repeat right bottom;
  font-size: 0px;
  line-height: 4;
}
* html #pageTop { display: none; }
/* ---------------------[ アマゾンアソシエイト表示設定 ]---------------------*/
.amazon-box {
  margin: 0 auto 1em .5em; padding: .3em .2em 1em 2em;
  width: auto; max-width: 540px;
  position: relative;
}
* html .amazon-box { height: 1%; display: inline; }
.amazon-box p.entry {
  margin: 10px; float: left;
}
.amazon-box p.entry img {
  margin: 10px;
}
.amazon-box p.title a, .amazon-box p.entry a,
.amazon-box ul.amazon-info li a { border-width: 0;}
.amazon-box p.title {
 margin: 15px 0 -8px 0; font-weight: 600;
}
.amazon-box ul.amazon-info {
  list-style: none; border: none;
}
.amazon-box ul.amazon-info li {
  font-size: 80%; padding-left: 10px;
  background: none; line-height: 1.5;
} * html .amazon-box ul.amazon-info li { line-height: 2.0; }
.amazon-box ul.amazon-info li span { color: #002233; font-weight: 600; }
.amazon-box ul.amazon-info li.review dl {
  border: solid 2px #ddd; width: 100%; background: ivory;
  position: relative; left: -100px; top: 3px;
} * html .amazon-box ul.amazon-info li.review dl{ left: -10px; }
/* ---------------------[ ソーシャルブックマーク設定 ]---------------------*/
.social-bookmark {
  float: right; min-width: 100px; vertical-align: top; padding-right: 2em; position: relative; top: 10px;
}
.social-bookmark img { cursor: pointer;}
div.sbm-pop { padding: 2px; font-size: 12px; width: 250px; background: ivory; border: solid 3px green; z-index: 1000;}
div.sbm-pop ul { list-style: none; padding: 10px;}
div.sbm-pop ul li { margin-top: 5px;}
div.sbm-pop .sbm-close { text-align: right;}
div.sbm-pop .sbm-intro, div.sbm-pop .sbm-info { padding: .5em 1em;}
.social-bookmark .sbm-entry { vertical-align: top; width: 100px; height: 16px;}
.social-bookmark .sbm-count {font: 600 12px Arial; margin-left: -20px; color: #f4008a; *display: inline-block;}
.social-bookmark .sbm-hatena { color:red; background:pink; font: 600 8pt Arial; text-decoration: underline;}
.social-bookmark .sbm-hatena:after, .social-bookmark .sbm-livedoor:after, .social-bookmark .sbm-twitter:after,
.social-bookmark .sbm-buzzurl:after { content: " users";}
.social-bookmark .sbm-twitter { color: navy; background: #eefcfc; font: 800 8pt Trebuchet MS, Arial; }
.social-bookmark .sbm-delicious { color:#fff; background: blue; font: 800 8pt Trebuchet MS, Arial; }
.social-bookmark .sbm-yahoo { font-weight: 800; color: crimson;}
.social-bookmark .sbm-livedoor { color:#cc00ff; background:#eeddff; font: 500 8pt Arial; }
.social-bookmark .sbm-buzzurl { color:navy; background:#ffeeff; font: 500 8pt Arial; }
