﻿@charset "utf-8";
/*------------------[ レイアウト ]--------------------------*/
* {
  margin: 0; padding: 0;
}
html { overflow-x: hidden; }

body {
  margin: 0px;
  padding:0px;
  text-align:left;
  font-size: 14px !important;
  font-family: 'HG正偕書体-PRO',Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
  color: #555;
  background-color:#FFF;
}

#blog-name {
  width: 900px;
  border: 0px solid #aaa;
  margin: 0px 0 0 25px;
  padding:3px;
  color: #666;
  font-size:10px;
}

*html #header {
  width: 900px;
  height: 600px;
  margin: 0px 0 0 20px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/top-title.png',sizingMethod=scale); 
}
#header {
  width: 900px;
  height: 600px;
  margin: 0px 0 0 20px;
  background: transparent url("Images/top-title.png");
   
}

#blog-body{
float:left;
width:900px;
margin:-290px 0 0 20px;
margin-right:-145px;
padding:5px;
}

*html #blog-body{
float:left;
width:900px;
margin:-300px 0 0 20px;
margin-right:-145px;
padding:5px;
}
#main-column {
position: relative;

padding:5px;

margin:20px;
}
.page-box {
margin:0px;
padding:15px;
}
#content {
margin-left:180px;
padding:0px;
width:680px;
position:relative;
z-index: 3;
}

#left-column {
position:absolute;
top:-140px;
left:-20px;
width:200px;
height:400px;
z-index: 2;
}

*html #left-column {
position:absolute;
top:-150px;
left:-60px;
width:200px;
height:400px;
z-index: 2;
}

#footer {
margin:-150px 0 0 0;
  clear: both;
  width:900px;
 
  font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" #ffffff;
  padding:400px 0 0 0;
  text-align: center;
   font-size:9px;
   background: transparent url(Images/shohin.png) no-repeat;
  
}
*html #footer {
margin:0px 0 0 0;
  clear: both;
  width:900px;
 
  font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" #ffffff;
  padding:400px 0 0 0;
  text-align: center;
   font-size:9px;
   
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=Images/shohin.png); 
}

#footer a,.site_title a:link,.site_title a:visited,.site_title a:active,
#footer a:hover  { color: #e6e6e6;  text-decoration: none;
}
#footer p{ padding-top: 5px; }

#cm{
margin:-400px 0 0 0;
padding:0px;
background:top;
position:relative;
z-index: 1;
}

/* -------------------------[ BOLOGネーム ]--------------------------- */
.site_title     {
  font-family: Arial, Verdana, Meiryo, Osaka, MS P Gothic, sans-serif;
  margin: 0px;
  position: relative; 
  top: 5px; left:10px;
  font-size:18px;
  font-weight:800;
  color:#000;

}
.site_title a,.site_title a:link,.site_title a:visited,.site_title a:active,
.site_title a:hover  { color: #fff;  text-decoration: none;
}
/*------------------[ 汎用タグ ]--------------------------*/
a, a:link, a:visited, a:active {
  text-decoration: none;
}
a:link, a:visited { color: #003d84; }
a:hover, a:active { 
  color: #672d01;  text-decoration: underline;
}
a img { border: none; }
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, 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: 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: 10px auto;
 
}
.alert { color: crimson; }
.new-entry {
  width: 17px; height: 12px;
}
hr.clear {
  clear: both;
  padding-bottom: 1px;  margin-bottom: -1px;
  width: 100%;  height: 1px;  border: none;
  visibility: hidden;
}
.separator {
  clear: both;
  border: none;  text-align: center;  margin: 0 auto 20px auto;
  padding-bottom: 2px;
  background: url(Images/divider.gif) repeat-x 50% top;
}
#HTML .separator {
  clear: both;
  border: none;  text-align: center;  margin: 0 auto 20px auto;
  padding-bottom: 2px;
  background: url(Images/divider.gif) repeat-x 50% top;
}
.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;
}
/*------------------[ サイトナビゲーション ]--------------------------*/
*html #header-nav {
  position: relative;
  width:750px;
  border: solid 0px #000;
 margin: 0px 0 0 150px;
 z-index: 1;
}
#header-nav {
  position: relative;
  width:750px;
  border: solid 0px #000;
 margin: 0px 0 0 153px;
 
}

#navlist {
  margin:0px 0 0 -50px;
  padding:0px 0 0 2px;
  z-index: 1;
}
*html #navlist {
  margin:0px 0 0 -50px;
  padding:0px 0 0 2px;
  z-index: 1;
}


#navlist ul, #navlist li {
  display: inline;
  list-style-type: none;
  
  
}
#navlist a:link, #navlist a:visited {
  float: left;
  font-size: 14px;  line-height: 30px;
  margin-bottom: 4px;  padding: 0 5px;
  color: #000;  text-decoration: none;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  color: #ff9900;
  font-size: 20px;
}
#navlist .feeds { 
float: right;
margin:-4px 0 0 0px;
padding:3px; 
}
#navlist .feeds img{vertical-align:middle; }

*html #navlist .feeds { float: right; }
*html #navlist .feeds { padding-top: 5px; }
*html #navlist .feeds img { vertical-align: middle; }
/*------------------------[ リンクバー用 ]-------------*/

/* --------------------[ ページナビのスタイル ]----------------------*/
.nav {
  margin:5px 0 0 -10px;
  text-align:center;
  width:100%;
  height:15px;
  border:#CCCCCC solid 0px;
  padding:0 0 5px 0;

}
.nav p {
  margin-top: 0px;
}
.new {
padding:5px;

height:365px;

width:87%;


}
/* --------------------[ ペイン切り替えタブ用 ]----------------------*/
#switch {
position: relative;
 padding-top:0px;
 text-align:right;
 top: 78px;
 right: 2px;
 width: 22px; height: 22px;
 cursor: pointer;
 background: url(Images/tabs.gif) 0px 0px no-repeat;
 float : right;
}
/* --------------------[ 記事ボックススタイル ]----------------------*/


.article {
  font-size: 95%;  line-height:110%;
  margin:35px 0 0 0px; width: 90%;
  min-height: 300px;
  /*background:url(Images/back-arc.png) repeat-y;*/

}
* html .article {/* for IE */}
.article-united { margin: 2em  auto; width: 100%; }
.article-united .article { /* 同日エントリー結合時の個別ボックス */
  margin: 0;
  width: 100%;min-height: 500px;
}
.article-category {
  position: relative;
  left: 35px;
  bottom: 10px;
  width: 100%;
  font-size: 12px;
  margin-bottom: -15px;
  padding-top: 1px;
  padding-left: 1.5em;
  padding-bottom: .5em;
  text-align: left;
  

}
#article-date {
  color: #990000;
  text-decoration: none;
  display: block;
  margin: -35px 0 0 380px;
  
}
.article-date a {
  color: #990000;
  text-decoration: none;
  display: block;
  margin: 2px 0 0 0;
  
}
.article-title {
  font: 900 17px 'HG正偕書体-PRO',arial,  sans-serif;
  letter-spacing : 1px;  text-align: left;
  padding : 4px 0 0px 5px;
  margin-top: 0px;
 /*border-left:#ff9900 solid 155px;
 border-right:#FF9900 solid 155px;*/
 background-color:#ffffff;
}
* html .article-title { height: 1%; } /* for buggy IE */
.article-cat-icon img{
  float: right;  margin: 0px 20px 5px 5px;
}
div.article .article-title a, div.article .article-content a {
  text-decoration: none;
  color: #5e729e;
    
}
div.article .article-content a {
  border-bottom: dotted 1px #86b933;
  padding:5px;
}
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:2px 0 0 20px;
  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 {  /* 記事内リスト */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/keiran.png',sizingMethod=scale);
 /* background: url(Images/keiran.png) no-repeat left 3px;*/
  padding-left: 15px;
}
.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: 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: 11px; }
.article-content .headline-readmore { /*--[ ヘッドライン用 続きを読む ]--*/
  margin: 5px;
}
.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 : #fbfbf9;
  border: 0px solid #efefff;
  margin-bottom: 1em;
  clear: both;
}
.article-united .article .article-bottom { border: 0px solid #efefff; }
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;
}
/* ------------------------[ コメント表示用 ]--------------------*/
.comment-div {
  text-align : left;
  font-size : 97%;
  margin: 0 3em;
}
.comment-div .comment-header, .trackback-header {
  padding-bottom: 2em;
  text-align: center;
  font-size: 120%;
  color: navy;
}
.comment-div a{
  text-decoration: underline;
}
.comment-div .comment-entry p{
  color: #555;
  text-align: left;
}
.comment-div a.No{
  font: 800 150% georgia, arial, sans-serif;
  text-decoration: none;
  padding-right: 10px;
}
.comment-div a.No:before { content: "#"; }
.comment-div .comment-entry {
  margin:0 auto auto 2em;
}
.comment-div .non-disclosure {
  border: 1px dotted #aaa;
}
.comment-div .non-disclosure:before {
  content: "[]";
  font-size: 80%;
  color: crimson;
}
.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;
  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;
}
.comment-owner {
  width: 18px; height: 18px;
  padding-left: 5px;
}
hr.comment-separator {
  border-width: 0;
  visibility: hidden;
  margin: 1em 0 0.5em 4em;
}
.comment-private {
  color: crimson;
  font-size: 80%;
}
.comment-closed {
  margin: 2em;
  padding: 3px 0 0 230px;
  height: 2em;
  font-size: 90%; color: #777;
  background: url(Images/closed.png) no-repeat 200px top;
}
/* ------------------------[ コメントフォーム用 ]---------------------*/
form.comment-form {
  padding: 1em 0 1em 2em;
  width: 30em;
  margin: auto;
}
.comment-intro {
  background: url(Images/check.png) 0 0 no-repeat;
  padding-left: 1.5em;
  font-size: 15px;
  color: #4c4c5c;
}
.comment-createlink {
  background: url(Images/button-fill.png);
  height: 23px;
  cursor: pointer;
}
.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;
}
.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;
}
/* ------------------------[ Ajax用コメントボタン ]---------------------*/
.comment-expand {
  clear: both;
  padding-left: 2em;
}
.comment-expand button {
  margin: 1em 0 0 1em;
  background: url(Images/button-fill.png) repeat-x 0 0;
  font: 500 12px arial;
  cursor: pointer;
  width: 120px;
}
.comment-mailback, .comment-nondisclosure {
  background: url(Images/check-blue.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: 500 14px/1.3 Verdana, Arial, MS P Gothic, sans-serif;
  height: 1.3em;
  vertical-align: middle;
}
input.txt:focus {

  border: solid 1px #ff8d60;
  background: #fff7f7;
}
.comment-submit {
  width: 100%;
  margin: 1em auto;
  text-align: center;
}
form.comment-form #c_color {
  vertical-align: middle;
}
.commentFormHere {
  margin-bottom: .7em;
}
.commentFormHere button {
  color: #094583;
  background: url(Images/button-fill.png) repeat-x 0 0;
  font: 500 12px arial;
  cursor: pointer;
  margin-left: 5em;
  font: small-caps 500 12px verdana, sans-serif;
}

/*------------------------[ 記事のリスト表示 ]-------------*/
div.show-list {
  width: 100%;
  margin:0px 0 0 30px;
  border:solid #CCCCCC 0px;
  
  padding:5px;
}
div.show-list ul {
  width: 100%;
  margin:-20px;
  list-style: url(Images/keiran.png) square;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/keiran.png',sizingMethod=scale);
  padding:2em 3em;
}
div.show-list ul li { padding-bottom: .4em; }
/*------------------------[ 引用フォーマット ]-------------*/
div.quote {
  border-left : 2px solid #ddd;
  border-right : 2px solid #ddd;
  background-color : #fff;
  font-size : 95%;
  padding : 5px;
  margin: 0em 2em 1em 0em;
  color : #00468c;
}
blockquote {
width:80%;
  font-size : 95%;
  padding : 0px;
  margin: 0 2em 1em -1em;
  color : #00468c;
  background: #ffffff;
  height:auto;
}
blockquote dl {
  padding: 3px 10px 0px 0px;
}
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;
}

/*----------------------------[ トラックバック表示 ]-------------*/
dl.trackback{
  text-align: left;
  width: 83%;
  margin: auto;
  padding-left: 1em;
  border-bottom: dotted 2px #ddd;
}
dl.trackback dt { 
  font: 500 15px georgia;
  color: #2A3164;
  padding-left: .5em;
}
dl.trackback dd { 
  margin-top: .5em;
}
dl.trackback dd:first-letter { 
  font-size: 16px;
  color: crimson;
}
dd.trackback-footer{
  font-size: 11px;
  color: #00004d;
  text-align: right;
}
/*------------------------[ ログイン情報用 ]-------------*/
#login-info {
  position: absolute; 
  top: 10px; left: 0px;
  width: 200px;
  text-align: center;
}
#login-info span {
  color: navy;
  font-weight: 600;
}
/*------------------------[ テーマ切り替えセレクター用 ]-------------*/
#theme-selector {
  position: absolute; 
  top: 188px; left: 50px;
  width: 100px; height: 20px;
  color: navy;
  cursor: crosshair;
  text-align: center;
  border: solid 1px #aaa;
  font: 500 12px/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: #0063a4;
}
/*------------------------[ ブロッグバー用 ]-------------*/
#blog-bar{
  width : 180px;
  margin-top: 15px;
  text-align: center;
  position: absolute;
}
/*------------------------[ HTML生成時間表示用 ]-------------*/
#rendering-time {
  position: relative;
  top: 0px; left: 0px;
  color: #888;
  font:500 80% georgia, serif;
}
/*------------------------[ カウンター用 ]-------------*/
#pp-counter{
  position: absolute; 
  top: 18px; right: 170px;
  font-size : 9px;
  color: #FFF;
  text-align: right;
}
/*------------------------[ 検索ボックス用 ]-----------------*/
#search-box{
  position: absolute;
  top: 10px; right: 15px;
  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:430px;
  margin: 1em auto auto auto;
  padding: 0.5em;
}

.search-form ul { list-style: square; margin-left:30px;}
dl.search-result {
  margin: 1em 0 1em 3em;
  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 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;
}
/*--------------------[ カレンダー用 ]-----------------------*/

#calendar {
  padding: 1px;
  text-align : center;
  width: 180px;
  margin : -6px 0 0 4px;
  font : 600 14px;
  font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
}
* html#calendar {
  padding: 2px;
  text-align : center;
  width: 180px;
  margin : 2px;
  font : 500 13px;
  font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
}
#calendar .box-cap {
 
  padding-top: 0px;
}
#calendar .box-foot {
  margin-top: 0; padding-top: 0;
}
#calendar table.calendar {
 
  width : 100%;
}
#calendar table {
  width: 100%;
  text-align: center;
  margin: 0px 0 0 -40px;
    font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
}
*html #calendar table {
  width: 100%;
  text-align: center;
  margin: 0px;
    font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
}

#calendar table.calendar td{
  font : 500 13px ;
  font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
  padding : 2px;
  text-align : center;
 /*border : 1px solid #aaa; カレンダー枠線*/
}
#calendar table.calendar a {
  text-decoration : none;
  font : 500 13px;
  font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
}
#calendar tr.header td {
  font : 600 14px;
  font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
}
#calendar span.calendar-cap {
  display: block;
  width: 100%;
  font: 700 130%;
  font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
  text-align: center;
  color: #5b0012;
}
#calendar span.prev-month {
  display: block;
  text-indent: -10000px; /* 画像を指定したいときに */
  width: 20px; height: 20px;
  background: url(Images/prev.png) 5px 5px no-repeat;/* 背景として画像指定 */
}
#calendar span.next-month {

  display: block;
  width: 20px; height: 20px;
  text-indent: -10000px;
  background: url(Images/next.png) 5px 5px no-repeat;
}

#calendar table td.daySubmit {
  background-color : #ffc0cb;
}
#calendar table td span.Sun {
  color : rgb(250,90,70);
}
#calendar table td span.Sat {
  color : navy;
}
#calendar table td span.Today {
  color : #cc0033;
  font-weight : 600;
}
#calendar table td strong.month {
  font : 600 13px ;
  font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
  color : #2d3073;
  
}
/*-------------------------[ サイドバー関連 ]----------------------*/
#recently
 {
  margin : 10px auto 0 auto;
  color : #003d84;
  width: 180px;
  font-size: 100%;
  background: url(Images/yakimono.gif) no-repeat 0 0;
}

#menu{
  margin : 600px 0 0 0px;
  color : #003d84;
  width: 180px;
  font-size: 100%;
}
*html #menu{
  margin : 2px;
  color : #003d84;
  width: 180px;
  font-size: 100%;
}
#categories{
  margin : 5px auto 0 5px;
  color : #003d84;
  width: 180px;
 
    font-size: 100%;

}
* html #categories{
  margin : 5px auto 0 5px;
  color : #003d84;
  width: 180px;
  height:25px;
    font-size: 100%; 
	
}
#comments{
  margin : 10px auto 0 auto;
  color : #003d84;
  width: 180px;
  font-size: 89%;
   
}
#trackbacks{
  margin : 10px auto 0 auto;
  color : #003d84;
  width: 180px;
  font-size: 89%;
    
}
#archives{
  margin : 10px auto 0 auto;
  color : #003d84;
  width: 180px;
  font-size: 100%;
  
}
#tags{
  margin : 2px auto 0 auto;
  color : #003d84;
  width: 180px;
  font-size: 89%;
    background: url(Images/ringo.gif) no-repeat 0 0;
}
#others
 {
  margin : 10px auto 0 auto;
  color : #003d84;
  width: 180px;
  font-size: 89%;
    background: url(Images/busi.gif) no-repeat 0 0;
}

h3.sidebar-cap{
width:180px;
 background: url(Images/user.png) no-repeat 0 0;
  font: 700 118% Georgia, Arial, sans-serif;
  letter-spacing: 1px;
  color: #000000;
  margin: 5px 0 0 5px;
  padding:10px;
}

span.expand-icon {             /* サイドボックス展開用ボタン */
  display: block;
  width: 14px; height: 14px;
  font-size: 1px;
  margin: 4px 7px 1px 0;
/*background: url(Images/toggle.png) 0px 0px no-repeat; */
  float: right;
  cursor: pointer;
  z-index: 1000;
}
.sidebar-body { /*カレンダーボックスを含む全体のボデイ*/
margin:0 0 0 10px;
  width : 180px;
  color : #003d84;
  border : 0px solid #aaa;
}

.sidebar-foot {
margin-bottom: 0px;
}

                        /* UL指定　デフォルトではマークなし */
ul, ol {
  list-style: none;
}
ul.sidebar-menu {
                  /* # メニュー用 */
  text-align: center; list-style: none; line-height: 1.5;
}
*html ul.sidebar-menu {                     /* # 最近のエントリー・コメント・トラックバック用スタイル */
  text-align: center; list-style: none; line-height: 1.5;
}
           /* # 最近のエントリー・コメント・トラックバック用スタイル */
ul.sidebar-recently,
ul.sidebar-comments,
ul.sidebar-trackbacks,
ul.sidebar-archives,
ul.sidebar-tags,
ul.sidebar-others {
  width: 168px; line-height: 1.3;
  padding-left: 5px;
  padding-right: 5px;
}
ul.sidebar-recently li, ul.sidebar-comments li, ul.sidebar-trackbacks li {
  padding: 4px 0 2px 15px;
  
}
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-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-trackbacks li.no-ping {
  color: #bbb;  background: none;
  padding-left: 3em;
}
ul.sidebar-categories {                 /* サイドバーカテゴリー表示 */
  text-align: left;
}
ul.sidebar-categories * a {
  font-size: 130%;

}
ul.sidebar-categories li.main-category {
margin:10px 0 -10px -7px;
  background: url(Images/keiran.png) no-repeat;
  padding :0px 0 10px 20px;
}
*html ul.sidebar-categories li.main-category {
margin:0px 0 0 0px;
  background: url(Images/keiran.png) no-repeat;
  height:10px;
  padding : 5px 0 0 40px;
}
ul.sidebar-categories li.sub-category {
 background: url(Images/list_marker_red.gif) 5px no-repeat;
  padding : 2px 0px 2px 22px;
}
ul.sidebar-categories span { /* 記事数がゼロのとき */
  font-size: 130%;	

  color: #aaa;
}
ul.sidebar-archives li {                /* サイドバーアーカイブ用 */
  padding-right: 3.5em;
  text-align: right;
}
ul.sidebar-others {                       /* サイドバーOTHERS用 */
  width: 0px;
  padding-left: 4em;
  padding-top: 5px;
}
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:280px;
  margin: 20px auto;
}

.category-list ul {
  list-style: none;
  margin-left: 2em;
  padding-left: 25px;
}
.category-list ul li.main-category {
  background: url(Images/folder.png) 15px 5px no-repeat;
  padding : 25px 0px 2px 45px;
}
.category-list ul li.main-category span,
.category-list ul li.sub-category span {
  color:#aaa;
  font-size: 90%;
  margin:20px;
  
}
.category-list ul li.sub-category {
  background: url(Images/nest1.png) 45px 1px no-repeat;
  padding : 0px 0px 2px 5px;
}
* html .category-list ul {height: 100%; /* for IE */}
.category-nav, .tags-nav {
  margin-top: 0;
  width:82%;
  /*background:#FFFF99;
  color:#992222;
  border-top:#CC0033 1px solid;
  border-bottom:#CC0033 1px solid;
  border-right:#CC0033 25px solid;
  border-left:#CC0033 25px solid;*/
  padding-top:5px;
  padding-bottom:5px;
}

/*--------------[ 外部動画 ]-------------*/
.video-link {
  width: 425px; margin: auto; z-index:1;
}
/*---------------------------[ アーカイブ / タグ 一覧表示用 ]----------------------*/
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;
}
/* ------------------------[ トラックバック導入 ]---------------------*/
form.trackback-preface {
  text-align: center;
  width: 73%;
  margin: auto;
  padding: 1em;
}
form.trackback-preface legend {
  color: #ac1822;
  font-size: 90%;
}
form.trackback-preface p {
  margin: .7em;
  padding: .5em;
  font-size: 90%;
  color: #777;
  text-align: left;
}
form.trackback-preface p input.txt {
  width: 87%;
}
form.trackback-preface p input.button {
  margin-left: .3em;
  vertical-align: middle;
}
/*------------------------[ 写真・ドロップシャドウ設定 ]-----------------*/
p.photo-noshadow {
  padding: 3px;
  float: left;
  margin: 15px 2px 2px 7px
}

p.photo-shadow img, p.photo-noshadow img {
  display: block;
  padding: 7px; margin: 0;
  border: 1px solid #ccc;
  border-color: #aaa #888 #999 #bbb;
  background-color: #fff;
  position: relative;
  left: -7px; top: -7px;
  overflow: hidden;
}
* html p.photo-shadow img, p.photo-noshadow img {
  display: block;
  position: relative;
  margin: -5px 7px 7px -5px;
}
.photo-shadow img.borderless, p.photo-noshadow img.borderless{
  padding: 0;
}
p.photo-shadow {
  float: left;
  margin: 4px -4px -4px 4px;
  background: url(Images/shadow.gif) repeat;
}
html>body p.photo-shadow {
  background: url(Images/shadow.png) no-repeat right bottom;
  margin: 18px 0 0 18px;
}
p.photo-shadow:before {
  content: " ";
  background: url(Images/shadow.png) no-repeat right top;
  display: block;
  width: 9px; height: 9px;
  margin: -9px 0 0 auto;
}
p.photo-shadow:after {
  content: "";
  background: url(Images/shadow.png) no-repeat left bottom;
  display: block;
  margin: -9px 0 0 -9px;
  width: 9px;  height: 9px;
}

.photo-caption {
  margin: -5px auto 20px -5px;
  font-size: 13px; color: navy;
  padding-left: 30px;
  clear: both;
}
.al-left {
  float: left;
  display: inline;
}
.al-right {
  float: right;
}
.al-center { margin: auto;}

/* ---------------------[ 画像ギャラリー表示設定 ]---------------------*/
.gallery {
  margin: 60px auto; 
  position: relative;
  z-index: 1;
  width: 296px; /* (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;
  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;
  padding:5px;
  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: 5px;
}
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: 1em;
  padding: .3em .2em 1em 0;
  width: 350px;
  position: relative;
}
* html .amazon-box {
  height: 1%;
  display: inline;
}
.amazon-box p.entry {
  margin: 10px;
  float: right;
}
.amazon-box p.entry a {
  border: none;
}
.amazon-box p.entry a {
  border: none;
}
.amazon-box ul.amazon-info {
  list-style: none;
  border: none;
}
.amazon-box .title {
  padding-top: 10px;
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 107%;
}
.amazon-box ul.amazon-info li {
  font-size: 90%;
  margin: 0 0 -2px 20px;
  background: url(Images/dlmark.png) no-repeat left 3px;
  padding-left: 13px;
}
.amazon-box ul.amazon-info li.delivery{
  color: crimson;
}
.amazon-box ul.amazon-info li.related {
  padding-top: 3px;
  padding-left: 23px;
  background-image: none;
}
.amazon-box ul.amazon-info li.related a:hover,
.amazon-box .title a:hover{
  border-bottom: dotted 1px navy;
 text-decoration: none;
}
.amazon-box a {
  border-bottom: none;
}
.amazon-box a {
  text-decoration: underline;
}
