@charset "utf-8";
/*------------------[ レイアウト ]--------------------------*/

* {
  margin: 0;
  padding: 0;
  color: #333;
}
html {
  overflow-x: hidden;
  position: relative;
}
body {
  background: #fff url(Images/bg.png);
  margin: 20px 0px 20px 0px;
  font-size: 12px !important;
  font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
  padding-bottom: 30px;
  padding-left: 40px;
  background-image:
	url(mizubasyou.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed
}

#header {
  background: #fff url(/*Images/bg-header.png*/) repeat-x left bottom;
}
#header p {
  text-align: center;
}
#header p.link {
  margin-bottom: 0;
}
#blog-body{
  position: relative;
  min-width: 300px;
  min-height: 100%;
  margin: 0px 260px 0px 210px;
}
* html #blog-body { height: 1%; }
* html #blog-body hr.clear { width: 500px; }
.center-column {
  position:relative;
  width: 96%;
  margin-bottom: 20px;
  border: 1px none #333;
  background-color: #fff;
  padding: 10px;
  z-index: 3;
}
* html .center-column{
  word-wrap: break-word;
  overflow: hidden;
}
#left-column {
  position: absolute;
  float: left;
  width: 180px;
  top: 0px;
  left: 10px;
  border: 1px none #333;
  background-color: none;
  padding: 10px;
  margin-left: -210px;
  z-index: 2;
}
#right-column {
  position: absolute;
  width: 200px;
  top: 0px;
  right: 20px;
  border: 1px none #333;
  background-color: none;	 /*#f7f7f7;*/
  padding: 10px;
  margin-right: -235px;
  z-index: 1;
}

#footer {
　background-color: #f1f1f5;
}
#footer p {
  text-align: center;
  margin: 0.5em;
}

/*------------------[ 汎用タグ ]--------------------------*/
a, a:link, a:visited, a:active {
  text-decoration: none;
}
a:link, a:visited { color: #6a74a6; }
a:hover, a:active { 
  color: navy;
  text-decoration: underline;
}
a img { border: none; }
/*li, dd, blockquote {
  margin-left: 1em;
}
form label {
  cursor: pointer;
}
fieldset {
  -moz-border-radius: 6px;
}
input, select, textarea {
  font-size: 100%;
}
:link,:visited, {text-decoration: none;}
a img,:link img,:visited img { border: none; }
a:link, a:visited { color: #6a74a6; }
a:hover, a:active { 
  color: navy;  text-decoration: underline;
}*/
strong { color: #7b4d4b; }
em { font-style: italic; }
kbd {
  font: 500 12px verdana, arial, sans-serif;
}
acronym, abbr { cursor: help; }
h3,h4,h5,h6 { font-weight: normal; }
h1 {
  margin: 15px;
  text-align: center;
}
h2, h3, h4, h5 {
  margin: 10px 0;
  text-align: center;
}
sup { color:crimson; font-size:90%;}
h1 { font-size: 220%; color: #ccc; }
h2 { font-size: 190%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
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;
}
/*------------------[ 汎用クラス ]--------------------------*/
.hidden { display: none !important; }
.jump {
  padding-right: 1em; text-indent: -1000%;
  cursor: pointer;
  background: url(Images/jump.png) no-repeat right top;
  display: block;
  width: 50px;  float: right;
}
.center, .alert {
  width: 99%;
  text-align: center;
  margin: 30px auto;
}
.alert { color: crimson; }
.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%;
  /*padding-bottom: 1px;  margin-bottom: -1px;
  width: 90%;  height: 1px;  border: none;*/
}
.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;
}
/* --------------------[ ペイン切り替えタブ用 ]----------------------*/
#switch {
  position: absolute;
  top: 35px; left: 25px;
  width: 35px; height: 80px;
  cursor: pointer;
  background: url(Images/usa02.gif) 0px 0px no-repeat;
}
/* --------------------[ 記事ボックススタイル ]----------------------*/
.article {
  font-size: 95%;  line-height: 1.2;
  margin: 2em auto;  padding: 1px;  width: 100%;
}
* html .article {/* for IE */}
.article-united { margin: 2em  auto; width: 100%; }
.article-united .article { /* 同日エントリー結合時の個別ボックス */
  margin: 0;
  width: 100%;
}
.article-category {
  font-size: 12px;
  margin-top: -5px;  padding-left: 1em;
}
.article-date {
  float: right;
  width: 51px; height: 51px;
  border: 1px dotted #5e729e;
  color: #1c0b5;
  text-align: center;
  font: 500 11px Arial, sans-serif;
  margin: -35px 10px 0 10px;
  background: url(Images/date.gif) no-repeat;
}
.article-date em { /* 日付の太文字数字に対応 */
  font: 800 22px Georgia, serif;
  text-decoration: none;
  display: block;
  margin: -5px 0 -3px 0;
}
.article-date a {
  color: #000096;
  text-decoration: none;
  display: block;
  margin-top: 4px;
}
.article-title {
  font: 800 17px 'メイリオ', arial,  sans-serif;
  letter-spacing : 1px;  text-align: left;
  padding : 0px 0 2px 30px;
  margin-top: 35px;
  background: url(Images/footprint.png) no-repeat left top;
}
* html .article-title { height: 1%; } /* for buggy IE */
.article-cat-icon img{
  float: right;  margin: -5px 20px 5px 5px;
}
div.article .article-content a.button:hover { color: navy; text-decoration: none; }
div.article .article-title a, div.article .article-content a {
  text-decoration: none;
  color: #5e729e;
}
div.article .article-content a {
  border-bottom: none;	/*dotted 1px #86b933;*/
}
div.article .article-title a:hover,
div.article .article-content a:hover {
  text-decoration: underline;
  /*border-bottom: none;*/
}
.article-content {
  line-height : 1.2;
  letter-spacing : 1px;
  padding: 1em 1em .5em 1em;
  font-family: 'メイリオ', MS P Gothic;
  font-size: 12px;
}
.article-content p { margin: .8em 0; }
* html .articel-content {height: 100%;}
* html .article-content br { /* for buggy IE */
  line-height: 1; letter-spacing:0px;
}
.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 { /* 記事内リスト */
  background: url(Images/dlmark.png) no-repeat left 3px;
  padding-left: 10px;
}
.article-content dl dt { background: none; margin-bottom: .8em; font-weight: 500; }
.article-content ol { /* 記事内orderedリスト */
  list-style-type: decimal;
}
.article span.readmore {
  cursor: pointer;
  color: navy;
  padding-left: 1em;
}
.article-pageNav {  /* 記事内ページリンク用スタイル */
  clear: both;
  font-size: 90%;  text-align: center;
  width: auto; height: 10px;
  margin: 2em auto;
}
.article-pageNav span {
  background: url(Images/page-cell.png) repeat-x 0 0;
  border: solid 1px #696EA4;
  width: 4px; height: 10px;
  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: 11px; }
.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: 15px 15px 3pax 0;	/*10px 0 0 40px;*/
  padding-right: 3em;
  height: 30px;
  color: #888;
  text-align: right;
}
.article .article-bottom {
  text-align : right;
  padding-right: 1em;
  background : #f8f8ff;
  border-bottom: 2px solid #efefff;
  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;
}
.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;
}
/* ------------------------[ Ajax用コメントボタン ]---------------------*/
.cute-button {
  background: url(Images/button-bg-left.png) no-repeat 0 0;
  height: 20px;
  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: 20px; line-height: 20px;
  cursor: pointer;
  display: block;
  padding: 0 12px 0 0;
  margin: 0;
  border: none;
  overflow: visible;
  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 { /* button:hover になってました */
  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; }
/*------------------------[ 記事のリスト表示 ]-------------*/
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; }

/* ------------------------[ コメント表示用 ]--------------------*/
.comment-div {
  text-align : left;
  font-size : 97%;
  margin: 0 20px;
}
.comment-div .comment-header {
  text-align: center;
  font-size: 120%;
  color: #912d39;
  margin: -10px 0 30px 0;
}
.comment-div a{
  text-decoration: underline;
}
.comment-div .comment-entry p{
  color: #555;
  text-align: left;
}
.comment-div span.No{
  font: 600 100% georgia, arial, ms p gothic, sans-serif;
}
.comment-div .comment-entry {
  margin:0 auto auto 2em;
}
.comment-div .comment-index {
  padding-bottom: 0.5em;
}
.comment-div .comment-index-owner {
  margin:-1em auto 0.5em -1em;
}
.comment-div .comment-entry-owner {
  padding-left: 4em;
}
.comment-div .comment-body{
  margin: 0.5em 0 0 1em;
  padding-left: 1em;
}
.comment-cntrl {
  padding-left: 0.5em;
}
.comment-cntrl img {
  vertical-align: middle;
}
.comment-owner {
  width: 18px; height: 18px;
  padding-left: 5px;
}
.comment-quote {
  color: #7e7a94;
  border-left: 2px #ddd solid;
  padding: 10px;
}
hr.comment-separator {
  border-width: 0;
  visibility: hidden;
  margin: 1em 0 0.5em 4em;
}
/* ------------------------[ コメントフォーム用 ]---------------------*/
form.comment-form {
  padding: 1em;
  margin: auto;
}
.comment-intro {
  background: url(Images/check.png) 0 0 no-repeat;
  padding-left: 1.5em;
  font-size: 15px;
  color: #912d39;
}
.comment-createlink {
  background: url(Images/button-fill.png);
  height: 23px;
  cursor: pointer;
}
.comment-inputarea {
  margin: 1em 0 1em 1em;
  padding-left: 0.5em;
}
.comment-inputarea p {
  margin: 5px 0;
}
.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;
}
.comment-quoted {
  text-align: left;
  margin: 1em;
  padding: 0 .5em 0 0.5em;
  background: #fffefe;
}
.comment-quoted p#quoted-comment {
  font-size: 93%;
  margin: -1em 0 0 1.5em;
  border-left: solid 2pt #ddd;
  padding: 0 1em 0 0.5em;
}

/*------------------------[ 引用フォーマット ]-------------*/
div.quote {
  border-left : 2px solid #ddd;
  border-right : 2px solid #ddd;
  background-color : #fff;
  font-size : 95%;
  padding : 5px;
  margin: 1em 2em 1em 1em;
  color : #00468c;
}
blockquote {
  font-size : 95%;
  padding : 0px;
  margin: 0 2em 1em 1em;
  color : #00468c;
  background: #f0efec;
}
blockquote dl {
  padding: 3px 10px 0px 10px;
}
.quote:before {
  background: transparent url(Images/qtr.png) scroll no-repeat top right;
  padding: 0;
  margin-bottom: -24px;
  height: 24px;
  display: block;
  border: none;
  content: url(Images/qtl.png);
}
.quote:after {
  display: block;
  content:  url(Images/qbl.png);
  padding: 0;
  margin: 1px 0 0 0;
  height: 24px;
  border: none;
  background: transparent url(Images/qbr.png) scroll no-repeat bottom right;
}
q {
  font-size : 12px;
  margin: 1em;
  color : #00468c;
}
pre {
  font: 500 15px/1.4 courier new,Verdana, 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;
}

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;
}
.decimal {
  list-style-type: decimal;
  background: #fff;
  font-size: 90%;
  margin: 3em 4em 3em 3em;
}
.decimal li, ol li {
  background-image: none;
  margin-left: 2em;
}
.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;
}
dl dd {
  padding: 0 2em 0 1em;
  margin-bottom: 0.8em;
  line-height: 145%;
  color: #444;
}
dd a { text-decoration: underline; }
.attached {
  clear: both;
  color: #003264;
  margin-top: 20px;
}
span.stars img {
  width: 16px; height: 16px;
}
/* --------------------[ ページナビのスタイル ]----------------------*/
#main .nav {
  margin: 20px auto;
  text-align: center;
}
#main .nav p {
  margin-top: 1em;
}
#login-info {                 /* ログイン情報用 */
  position: absolute; 
  top: 15px; left: 0px;
  width: 219px;
  text-align: center;
}
#login-info span {
  color: #A33131;
  font-weight: 600;
  font-size: 110%;
}
/*------------------------[ テーマ切り替えセレクター用 ]-------------*/
#theme-selector {
  position: absolute; 
  top: 80px; left: 57px;
  width: 100px; height: 20px;
  color: navy;
  cursor: crosshair;
  text-align: center;
  border: dotted 1px #aaa;
  font: 500 13px/20px Century Gothic, Arial, sans-serif;
  z-index: 1000;
}
#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: 20px;
}
#theme-selector:hover ul, #theme-selector.over ul { display: block; }
#theme-selector ul li a:hover{ 
  color: #fff;
  background: #33cc33;
}
#pp-counter{                  /* カウンター用 */
  position: absolute; 
  top: 6px; left: 0px;
  width: 200px;
  text-align: right;
  font-size : 9px;
  color: #5353A6;
}
#blog-bar{                    /* ブロッグバー用 */
  width : 150px;
  margin-top: 15px;
  padding-left: 10pax;
  text-align: center;
}
#toggleIcon {
  position: absolute;
  top: 10px; left: 10px;
  cursor: pointer;
  width: 34px; height: 34px;
}
/*----------------------------[ リンクバー用 ]-------------*/
#linkbar {
  margin-top: 20px;
}
#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;
}
#rendering-time {             /* HTML生成時間表示用 */
  margin-top: 2em;
  color: #888;
  font:500 80% georgia, serif;
  text-align: center;
}
/*----------------------------[ 検索ボックス用 ]-------------*/
#search-box{
  text-align: center;
  padding-top: 30px;
}
#search-box form input { font-size: 85%; }
  
#search-box form #submit {
  width: 20px; height: 21px;
  vertical-align: top;
}
#search-box form #q {
  width: 135px; height: 15px;
  font: 500 14px Trebuchet MS, Osaka, MS P Gothic, sans-serif;
  border:  1px dotted #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: 3em auto auto auto;
  padding: 1em;
}

.search-form ul { list-style: square; margin-left:30px;}
.search-result {
  margin: 1em;
  padding: 1em;
  border: dotted 2px #eee;
}
.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 {
  margin-top: 1.5em;
}
.search-result-index {
  font: 700 14px verdana, arial, sans-serif;
}
.search-result-comment{
  border-left: solid 2pt #f3dfdf;
  margin-left: 2em;
  padding-left:0.5em;
}
.search-result-comment dt {
  padding-left: 0.3em;
  font: 600 14px MS P Gothic, sans-serif;

  color: #ff692f;



}
/* -----------------------[ カレンダー用 ]--------------------- */
#calendar {
  text-align : center;
  width: 200px; max-width: 200px;
  background: #fff;
  margin : 75px auto 0 auto;
  font : 500 13px arial, sans-serif;
}
#calendar div.calendar-top {
  background: url(Images/box-cap.png) no-repeat 0 0;
  padding-top: 0px; height: 24px;
}
#calendar div.calendar-cap {
  font: 700 130% Georgia;
  text-align: center; width: 140px;
  color: #6478a6; 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: 26px; }
#calendar div.next-month {
  width: 30px; height: 20px; float:left;
}

#calendar div.calendar-bottom {
  text-align : center;
  width : auto;
  height : 15px;
  background : url(Images/box-foot.png) no-repeat 0 0;
  margin-top: 0; padding-top: 0;
}
#calendar div.calendar-body {
  border-left :1px solid rgb(162,162,162);
  border-right : 1px solid rgb(162,162,162);
  width: 198px; clear: both;
}
#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;
}
/* -----------------------[ サイドバー関連 ]--------------------- */
#recently, #menu, #categories, #comments, #trackbacks, #archives, #tags, #others {
  margin-bottom: 20px;
  color: #005151;
}
.sidebar-cap{
  font: 800 120% Georgia,arial, sans-serif;
  margin : 10px 0;
  /*border: 1px solid #aaa;*/
  letter-spacing: 1px;
  color: #58587e;
  /*border-left: 10px solid #72767c;*/
}
.sidebar-body{
  border: 1px dotted #aaa;
  padding: 5px;
  margin-bottom: 15px;
}
.sidebar-body a{
  font-weight: normal;
}
.sidebar-foot {
  /*margin-top: 0; padding-top: 0;*/
}
       /*----[ UL指定 ]----*/
ul, ol {
  list-style: none;
}
ul.sidebar-menu {                     /* # メニュー用 */
  text-align: center;
  list-style: none;
}
          /* # 最近のエントリー・コメント・トラックバック用スタイル */

ul.sidebar-recently, ul.sidebar-categories, ul.sidebar-archives, ul.sidebar-tags { /* LEFT SIDE */ 
  margin-top: 5px;
  padding: 3px 0 2px 15px;
  text-align: left;
  list-style: none;
}
ul.sidebar-comments, ul.sidebar-trackbacks { 
  padding-left: 5px;
  list-style: none;
}
ul.sidebar-recently li, ul.sidebar-comments li, ul.sidebar-trackbacks li {
  padding: 3px 0px 2px 15px;
  background: url(Images/listmark1.png) 2px 8px no-repeat;
}
ul.sidebar-comments li.nest1, ul.sidebar-trackbacks li.nest1 {
  margin: 3px 0 0 5px;
  padding-left: 20px;
  background: url(Images/nest1.png) 0px 1px no-repeat;
}
ul.sidebar-comments li ul, ul.sidebar-trackbacks li ul {
  list-style: none;
}
ul.sidebar-comments li ul li.nest2, ul.sidebar-trackbacks li ul li.nest2{
  margin: 0 0 0 30px;
  padding-left: 20px;
  background: url(Images/nest2.png) 0px 5px 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-archives li {                /* サイドバーアーカイブ用 */
  padding-right: 3em;
  text-align: right;
}
ul.sidebar-others {                      /* サイドバーOTHERS用 */
  text-align: center;
  padding-top: 5px;
}
ul.sidebar-others li {
}
ul.sidebar-tags li {                     /* サイドバータグ用 */
  display: inline;
}
ul.sidebar-tags .tags-end {
  text-align: right; font-size: 12px;
  display: block; padding-right: 1em;
}

                                        /* カテゴリー一覧表示用 */
.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;
}

/*-----------BBS------------------*/
.bbs-main {
	height : 200px;
	overflow:auto;
	/*font-size: 11px;*/
}
/*-----------ppBlogUser------------------*/
.blogpeople-main {
	height : 200px;
	overflow:auto;
	font-size: 11px;
}
.blogpeople-linklist {
	display: none;
}
.blogpeople-powered-by b{
	font-size : 10px;
	font-weight : nomal;
}
.blogpeople-update-suffixtext {
	color : red;
	font-weight: bold;
}

/*--------------[ 外部動画 ]-------------*/
.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.archives-list, div.tags-list {
  width: 230px;
  padding-left: 1em;
  margin: auto;
}
div.archives-list ul, div.tags-list ul {
  list-style: url(Images/folder.png) inside square;
  margin-left: 2em;
}
div.archives-list ul li, div.tags-list ul li{
  margin-bottom: 3px;
}
div.archives-list h3, div.tags-list h3 {
  margin: 2em auto;
  color: navy;
}
ul.sidebar-categories {                  /* サイドバーカテゴリー表示 */
  text-align: left;
  margin-left: 3px;
}
ul.sidebar-categories * a {
  font-size: 90%;
}
ul.sidebar-categories li.main-category {
  background: url(Images/listmark1.png) 5px 4px no-repeat;
  padding : 0px 0px 2px 20px;
}
ul.sidebar-categories li.sub-category {
  background: url(Images/nest1.png) 25px 1px no-repeat;
  padding : 0px 0px 2px 50px;
}
ul.sidebar-categories span { /* 記事数がゼロのとき */
  font-size: 90%;
  color: #aaa;
}
span.expand-icon {             /* # サイドボックス展開用 */
  display: block;
  width: 13px; height: 13px;
  font-size: 1px;
  margin: 3px 7px 1px 0;
  background: url(Images/toggle.png) 0px 0px no-repeat; 
  float: right;
}

/* -----------------------[ 記事のリスト表示 ]-------------------------*/
div.show-list {
  width: 100%;
}
div.show-list ul {
  width: 73%;
  margin: auto;
  list-style: url(Images/dlmark.png) square;
  padding-left: 2em;
}
div.show-list ul li { padding-bottom: .5em; }
/* ------------------------[ トラックバック導入 ]---------------------*/
form.trackback-preface {
  text-align: center;
  width: 80%;
  margin: auto;
  padding: 1em;
}
form.trackback-preface legend {
  color: #ac1822;
  font-size: 90%;
}
form.trackback-preface p {
  margin: 0.7em;
  font-size: 90%;
  color: #777;
  text-align: left;
}
form.trackback-preface p input.txt {
  width: 400px;
}
/*----------------------------[ トラックバック表示 ]-------------*/
.trackback-header {
  text-align: center;
  font-size: 120%;
  color: #912d39;
  margin: -10px 0 30px 0;
}
dl.trackback{
  text-align:left;
  width:95%;
  margin-left:1em;
  margin-right : 1em;
  padding-left: 1em;
  border-left : dotted 3px #ddd;
  border-bottom: dotted 2px #ddd;
}
dl.trackback dt { 
  font: 500 15px georgia;
  color: #2A3164;
  padding-left: 0.5em;
}
dl.trackback dd { 
  margin-top: .5em;
}
dl.trackback dd:first-letter { 
  font-size: 16px;
  color: crimson;
}
dd.tb-footer{
  font-size:11px;
  color:#00004d;
  text-align: right;
}
/*------------------------[ 写真・ドロップシャドウ設定 ]-----------------*/
.resized {
 cursor: pointer;
 cursor: url(Images/zoomin.cur), pointer;
 *cursor: url(theme/basic/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: url(Images/shadow.png) no-repeat right bottom; margin: 0;
}
div.photo div.shadow:before {
  content: " ";
  background: 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: 11px; 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: #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: 60px auto; 
  position: relative;
  z-index: 1;
  width: 296px; /* (1*2+64+4*2)*4 = 296 <-- minimal width   */
  height:400px;
}
.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;
  width: 64px; height: 64px; /* Image's width */
  border: 1px solid #333;    /* 画像の枠幅 */
  display: block;
}
.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;
  display: block;
  background: #fff;
  border: solid 1px #aaa;
  border-bottom-width: 0;
  text-decoration: none;
}

table.page-nav-main,
table.page-nav-sub {
  border-collapse: collapse;
  letter-spacing: 1px;
  font:600 13px/21px arial;
  width: auto;  height: 21px;
  margin: 37px auto;
  color: navy;
  border-top: 1px solid navy;
  border-bottom: 1px solid navy;
}
table.page-nav-main a{
  text-decoration: none;
}
table.page-nav-main tr td {
  padding: 0;
}
table.page-nav-main td.circle {
  width: 20px;
  text-align:center;
}
table.page-nav-main td.circle-a {
  width: 20px;
  text-align:center;
  color: navy;
  font-weight: 800;
  text-decoration: underline overline;
}
table.page-nav-main td.lhalf {
  width: 0;
}
table.page-nav-main td.rhalf {
  width: 0;
}
table.page-nav-main td.cen {
  line-height: 20px;
  height:20px;
}
/* ---------------------[ アマゾンアソシエイト表示設定 ]---------------------*/
.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: 3.5em; position: relative;
}
.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, .social-bookmark .sbm-facebook { 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; }
/*------------------------[ ToMain ]-----------------*/
#ToMain {
  position: fixed; bottom: 0; right: 0;
  width: 38px; height: 17px; display: block;
  font-size: 1px;
  background: url(Images/page-top.png) no-repeat right bottom;
}

