@charset "utf-8";
/* レイアウトなど基本的な設定 */
* {
  margin: 0;
  padding: 0;

}
html {
  position: relative;
  overflow-x: hidden;
}
body {
  background: url('/images/chinacld-15.gif') repeat;
  color:  #000000;
  font-family: Arial, Verdana, 'メイリオ', Meiryo, Osaka, MS P Gothic, sans-serif;
/*  overflow-y: scroll; */
}
/* メインタイトル */
#header {
  width: 100%;
  height: 24px;
  background: url('/images/sidedec.gif') #BB4466 no-repeat 3px 3px;
  padding: auto 3px auto 3px;
}
h1 {
  color:#EEAACC;
  font-size:11px;
  font-family:Times,Roman;
  padding-top:4px;
}
h1 .title{
}
h1 .star{
	padding-top:1px;
}
/* 大枠レイアウト */
#header-nav{
	position: absolute;
	right: 3px; top:0px;
	height: 24px;
	color:#EEAACC;
	background: url('/images/sidedec.gif') no-repeat right center;
	padding-right: 24px;
}
#navlist{
	display: inline;
	font-family:Arial,Helvetica;
}
#navlist li{
  font-size:11px;
	display: inline;
	position: relative; bottom: 1px;
}
#navlist li a {
	color:#EEAACC;
  text-decoration: none;
}
#navlist li a:link, #navlist li a:visited {
	color:#EEAACC;
}
#navlist li a:hover, #navlist li a:active {
	background-color: #EEAACC;
	color:#BB4466;
}
#column-middle{
	width: auto;
	padding-left : 196px;
	padding-right: 196px;
}
#column-left{
	position: absolute;
	left: 0px; top: 48px;
	width: 184px;
	padding: 2px;
}
#column-right{
	position: absolute;
	right: 0px; top: 48px;
	width: 184px;
	padding: 2px;
}
/* 本文タイトル */
h2 {
  font-size: 12px; font-weight: bold; line-height: 1.5;
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 5px 0px;
}
h3,h4,h5,h6 {
  font-weight: normal;
  text-align: center;
}
p {
  margin: 0 0 16px 0;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #00004D;
}
a:hover, a:active {
  color: #ff0066;
  border-bottom: dotted 1px #09de04;
}
strong {
  color: #a33131;
}
em {
  border-bottom: 3px double #ccc;
  font-style: normal;
}
kbd {
  font-weight: 500; font-size: 12px;
  font-family: verdana, arial, sans-serif;
  text-decoration: underline;
}
acronym, abbr {
  cursor: help;
}
a img {
  border: none;  
}
#footer {
 width: 870px;
  height: 30px;
 margin: 0px 13px -5px 14px;
  padding-top:5px;
  text-align: center;
 clear: both;
 font-size:12px;
 color: #777;
}
#footer p {
}
/*------------------[ 汎用クラス ]--------------------------*/
p.jump {
  padding-right: 1em;
  cursor: pointer;
  background: url('Images/jump.png') no-repeat right top;
  text-indent: -1000px;
  width: 50px;
  float: right;
}
a.jump {
  padding-right: 1em;
  cursor: pointer;
  float: right;
}
.center {
  width: 99%;
  text-align: center;
  margin: 30px auto;
}
.alert {
  color: #d01e33;
  font-weight: 600;
}
h3.alert {
  margin-top: 30px;
}
.new-entry {
  width: 17px; height: 12px;
}
hr.clear {
  clear: both;
  height: 1px;
  margin: -1px 0 10px 0;
  border: none;
  width: 1%;
  visibility: hidden;
}

hr.separator {
  width: 12px;
  height: 12px;
  background: #ddd;
  margin: 0 auto 30px auto;
  border: 3px double #aaa;
  text-align: center;
}
/* -------------------------[ BOLOGネーム ]--------------------------- */
.site_title     {
  font-family:Trebuchet MS, Verdana, Arial, Helvetica, MS P Gothic, sans-serif;
  margin: 5px 0px 0px 10px;
  position: relative; 
  top: 20px; left:0px;
  font-size:30px;
  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;
}

/* --------------------[ 記事ボックススタイル ]----------------------*/
.headdeco{
	width: 35px; height: 19px; font-size: 1px; line-height: 1px;
	position: absolute; margin-top: -15px; margin-left: -7px;
	background: url('Images/main-headdeco.gif') no-repeat top left;
}
.bottomdeco{
	width: 25px; height: 13px; font-size: 1px; line-height: 1px;
	position: absolute; margin-top: -1px; right: 192px;
	background: url('Images/main-bottomdeco.gif') no-repeat bottom right;
	border: none;
}
.article, .article-united {
	width: 100%; height: auto;
	background: white;
	border: 1px #9088BB solid;
	padding: 1px;
	margin-bottom: 16px;
}
.article-united{
  padding: 0px;
}
.articleLine{
	width: auto; height: auto;
	border: 1px #9088BB solid;
	padding: 4px;
}
.article-united .article { /* 同日エントリー結合時の個別ボックス */
  border: none; 
  margin-top: 0;
  margin-bottom: 0;
}
.article-united .separator {
  font-size: 1px; line-height: 1px;
  margin-top: -2px;
}
.article-category {
  margin-top:-3px;
  font-size: 8px; line-height: 10px;
  color: #888;
}
.article-category a {
  font-size: 8px; line-height: 10px;
  color: #888;
}
.article-date {
	float: right;
	padding: 0px; margin: 0px;
	width: auto; height: 15px;
	font-size:12px;
	padding-left:37px;
	background: url('/images/diary-date.gif') 0px 4px no-repeat;
	display: inline;
}
.article-title {
	padding: 0px;
	padding-left:37px;
	width: auto; height: 15px;
	background: url('/images/diary-title.gif') 0px 3px no-repeat;
	border-bottom: 1px #9088BB solid;
}
.article-cat-icon img{
  float: right;
  margin: -30px 0 5px 5px;
}
div.article .article-title a, div.article .article-content a {
  text-decoration: none;
  color: #5e729e;
	border: none;
}
div.article .article-title a:hover,
div.article .article-content a:hover {
  text-decoration: underline;
  border-bottom: none;
}
.article-content {
	margin-top: -16px;
	width: 100%;
	font-size: 12px; line-height: 21px;
	background: url('/images/noteback21.gif');
	text-align: justify; text-justify: inter-ideograph;line-break: strict;
	letter-spacing : 1px;
}
.article-content p {
	margin-top: 21px; margin-bottom: 21px;
}
.article .article-content p.cap:first-letter {
  font-size : 16px;
  font-weight : 600;
  color: navy;
	border: none;
}
* html .article-content { 
}
* html .article-content br{ /* for buggy IE */ 
  letter-spacing: normal;
}
.article-content ul, .article-content dl { /* 記事内リスト */
  margin-left: 1em; margin-top: 21px; margin-bottom: 21px;
  border-right: double 3px #ddd;
  border-bottom: double 3px #aaa;
}
.article-content ul li, .article-content dl dt { /* 記事内リスト */
  background: url('Images/dlmark.png') no-repeat left center;
  padding-left: 10px;
}
.article-content ol { /* 記事内orderedリスト */
  list-style-type: decimal;
}
.article span.readmore {
  cursor: pointer;
  color: navy;
  padding-left: 1em;
	border: none;
}

.article-nav {  /* 記事ページ用 */
  text-align: center;
  width: 230px;
  margin: 2em auto;
  font-size: 12px;
}
.article .article-icon {
  width: 16px; height: 11px;
	border: none;
}
.article-content .headline-readmore { /*--[ ヘッドライン用 続きを読む ]--*/
  margin-left: 1em;
}
.article-content p.headline-readmore a {
  font-size: 10px;
  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 .article-posted {
  font-weight: 500; font-size: 12px; font-family: arial;
  padding: 8px 15px 0px 0;
  color: #888;
  clear: both;
  text-align: right;
	border: none;
}
.article .attached {
  clear: both;
  color: #003264;
  margin: 20px auto 10px 15px;
  font-size: 12px;
	border: none;
}
.article .article-bottom {
	margin-top: -16px;
  text-align : right;
  padding-right: 1em;
	border: none;
}
object {
  width: 93%;
  margin: auto;
  overflow: auto;
}
.draft { /*--[ ドラフト記事囲み用 ]--*/
  height: 100%;
}
.draft:before, .draft-before {
  content: "↓未公開の記事です↓";
  color: #fff;
  background: crimson;
  font-size: 10px;
  text-align: center;
}
/* ------------------------[ Ajax用コメントボタン ]---------------------*/
.comment-expand {
  clear: both;
  padding-left: 2em;
}
.comment-expand button {
/*  margin: .5em 0 0 1em; */
  background: url('Images/button-fill.png') repeat-x 0 0;
  font-weight: 500; font-size: 10px; font-family: arial;
  cursor: pointer;
  width: 120px;
}
.comment-mailback {
  background: url('Images/mail.png') left 3px no-repeat;
  padding-left: 1.3em;
  font-size: 12px;
}
input.txt {
  background: url('Images/bg-formtext.png');
  border: solid 1px #aaa;
  font-weight: 500; font-size: 14px; line-height: 1.3;
  font-family: Verdana, Arial, MS P Gothic, sans-serif;
  height: 1.3em;
  vertical-align: middle;
}
input.txt:focus {
  border: solid 1px #ff8d60;
  background: #fff7f7;
}
form.comment-form #c_color {
  vertical-align: middle;
}
.commentFormHere {
}
.commentFormHere button {
  color: #094583;
  background: url('Images/button-fill.png') repeat-x 0 0;
  font-weight: 500; font-size: 12px;
  cursor: pointer;
  font-variant: small-caps; font-family: verdana, sans-serif;
}
/* ------------------------[ コメント表示用 ]--------------------*/
.comment-div {
  position: relative; top: -24px;
  background-color: white;
  text-align : left;
  font-size: 11px; line-height: 17px;
  margin-left: 8px; margin-right: 8px;
  border: 1px #9088BB solid;
  padding:4px;
  padding-top:0px;
}
.comment-div .comment-header {
  text-align: center;
  color: navy;
  border-bottom: 1px #9088BB solid;
}
.comment-div a{
  text-decoration: underline;
}
.comment-div .comment-entry p{
  color: #555;
  text-align: left;
}
.comment-div span.No{
  font-weight: 600; font-size: 12px;
  font-family: georgia, arial, ms p gothic, sans-serif;
}
.comment-div .comment-entry {
  margin-left: 1em;
}
.comment-div .comment-index {
  padding: 2px;
  background-color: #FFEEF5;
  margin-bottom:4px;
}
.comment-div .comment-index-owner {
  padding: 2px;
  background-color: #FFEEC5;
  margin-bottom:4px;
}
.comment-div .comment-entry-owner {
  margin-left: 1em;
}
.comment-div .comment-entry-owner p{
  padding: 2px;
  background-color: #FFEEC5;
  margin-bottom:4px;
}
.comment-div .comment-body{
  padding-left: 1em;
  line-height: 17px;
  background: url('/images/noteback17.gif');
  margin-bottom:4px;
}
.comment-quote {
  color: #7e7a94;
  font-size: 90%;
  border-left: 2px #ddd solid;
  margin-top: 10px;
  padding-top: 7px;
  padding-left: 0.5em;
  padding-bottom: 7px;
  margin-bottom: 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;
}
/* ------------------------[ コメントフォーム用 ]---------------------*/
form.comment-form {
  background: #ffffe5;
  padding: 1em;
  width: auto;
  color:#000;
  border: 1px black solid;
  margin-left:16px; margin-right:16px;
  font-size: 12px;
  position: relative; top: -32px;
}
* html form.comment-form { height: 1%; }
.comment-intro {
  background: url('Images/check.png') 0 0 no-repeat;
  padding-left: 1.5em;
  font-size: 12px;
  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-submit {
  margin-top: 1.5em;
  text-align: center;
}
.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: 11px;
  margin: 1em 0 0 1.5em;
  border-left: solid 2pt #ddd;
  padding: 0 1em 0 0.5em;
}
/* -----------------------[ 記事のリスト表示 ]-------------------------*/
div.show-list {
  width: 100%;
}
div.show-list ul {
  width: 73%;
  margin: auto;
  list-style: url('Images/dlmark.png') square;
  padding-left: 2em;
}

/*----------------------------[ 引用フォーマット ]-------------*/
div.quote {
  border-left : 2px solid #ddd;
  border-right : 2px solid #ddd;
  background-color : #fff;
  font-size : 11px;
  padding : 5px;
  margin: 1em 2em 1em 1em;
  color : #00468c;
}
blockquote {
  font-size : 11px;
  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-weight: 500; font-size: 12px; font-family: courier new,Verdana, monospace;
  background : #f7f7f7;
  border : dashed 1px #808080;
  margin: auto;
  padding: 10px;
  width: 89%;
  height: 3em;
  clear: both;
  overflow-x: auto;
}
body[id=weblog] pre {
  min-height: 4em;
  height: auto;
}
code {
  font-weight: 500; font-size: 12px; font-family: courier new,Verdana, monospace;
  color: #2d542c;
}
ul.decimal {
  list-style-type: decimal;
  padding-left: 2em;
  background: #fff;
  font-size: 12px;
}
.underline {
  text-decoration: underline;
}
.google-it {
  font : 600 12px '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;
}
/* --------------------[ ページナビのスタイル ]----------------------*/
#column-middle .nav {
  font-size: 10px;
  text-align: center;
}
/*------------------------[ ログイン情報用 ]-------------*/
#login-info {
  position: relative; 
  top: 0px; left:15px;
  width: 100%;
  text-align: center;
  color:#000;
}
#login-info span {
  color: #A33131;
  font-weight: 600;
  font-size: 110%;
}
/*------------------------[ テーマ切り替えセレクター用 ]-------------*/
#theme-selector {
	display: none;
}
#theme-selector ul {
  display: none;
  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: relative; 
  top: 5px; right:10px;
  font-size : 9px;
  color: #5353A6;
  width: 180px;
  height: 20px;
  text-align: right;
}
/*------------------------[ ブロッグバー用 ]-------------*/
#blog-bar{
  position: relative; 
  top: 0px; right:30px;
  text-align: center;
 float : right;
}
/*----------------------------[ リンクバー用 ]-------------*/
#linkbar {
  margin-top: 50px;
}
#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;
}
/*------------------------[ HTML生成時間表示用 ]-------------*/
#rendering-time {
  position: relative; 
  top: 40px; left:10px;
  color: #006890;
  font-weight: 500; font-size: 80%; font-family: georgia, serif;
  float : left;
}
/*----------------------------[ 検索ボックス用 ]-------------*/
#search-box{
	display: inline;
}
#search-box form {
	display: inline;
}
#search-box form p {
	display: inline;
	position:relative; top:2px;
}
#search-box form #submit {
  width: 18px; height: 20px;
  vertical-align: top;
}
#search-box form #q {
  width: 110px; height: 13px;
  font-weight: 500; font-size: 12px; font-family: 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: #fff;
}
/*----------------------------[ 詳細検索用 ]-------------*/
.search-intro {
  margin-top: 50px;
  color: navy;
}
.search-form {
  background-color: #eeeef4;
  border: 1px solid #aaa;
  width: auto;
  margin: 2.3em auto auto auto;
  padding: 1em;
}

.search-form ul { list-style: square; margin-left:30px;}
dl.search-result {
  margin: 1em;
  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-weight: 700; font-size: 14px; font-family: 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-weight: 600; font-size: 14px; font-family: MS P Gothic, sans-serif;
  background: none;
  color: #111;
}
/* -----------------------[ カレンダー用 ]--------------------- */
#calendar {
  width : 180px;
  margin : 0px auto 8px auto;
  padding: 0px;
  color:#000;
  background-color: white;
  border: 1px #BB4466 solid;
}
#calendar .box-cap {
  background-color: #BB4466;
  color: #EEAACC;
  height: 24px;
  padding-top: 2px;
}
#calendar .box-cap table {
  width: 100%;
}
#calendar .box-foot {
  background-color: #BB4466;
  color: #EEAACC;
  height: 6px;
  font-size:1px; line-height:1px;
}
#calendar table.calendar {
  background-color: white;
/*  border: 1px solid #EEAACC;
  border-top-width: 0; */
  width : 100%;
  margin: auto;
}
#calendar table.calendar td{
  font : 500 13px Georgia, arial;
  padding : 2px;
  text-align : center;
  border: 1px outset #EEAACC;
}
#calendar table.calendar a {
  text-decoration : none;
  font : 500 13px Georgia, arial;
}
#calendar tr.header td {
  font : 500 14px arial;
  background-color: #EEAACC;
}
#calendar span.calendar-cap {
  font-weight: 700; font-size: 110%; font-family: Georgia;
  text-align: center;
  color: #EEAACC;
}
#calendar span.prev-month {
  display: block;
  text-indent: -10000px; /* 画像を指定したいときに */
  width: 20px; height: 20px;
  background: url('Images/prev.gif') 5px 5px no-repeat;/* 背景として画像指定 */
}
#calendar span.next-month {
  display: block;
  width: 20px; height: 20px;
  text-indent: -10000px;
  background: url('Images/next.gif') 5px 5px no-repeat;
}

#calendar table td.daySubmit {
  background-color : #eaeaf4;
}
#calendar table td span.Sun {
  color : rgb(250,90,70);
}
#calendar table td span.Sat {
  color : navy;
}
#calendar table td span.Today {
  color : rgb(5,170,50);
  font-weight : 600;
}
#calendar table td strong.month {
  font : 600 13px georgia, serif;
  color : #2d3073;
}
/*------------------------[ トラックバック表示 ]---------------------*/
h4.trackback-header {
  color: #cc3300;
}
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-weight: 500; font-size: 12px; font-family: 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:10px;
  color:#00004d;
  text-align: right;
}
/* ------------------------[ トラックバック導入 ]---------------------*/
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: .7em;
  padding: .5em;
  font-size: 90%;
  color: #777;
  text-align: left;
}
form.trackback-preface p input.txt {
  width: 400px;
}
/* -----------------------[ サイドバー関連 ]--------------------- */
#recently, #menu, #categories, #comments, #trackbacks, #archives, #others {
  width : 180px;
  margin : 0px auto 8px auto;
  padding: 0px;
  color:#000;
  background-color: white;
  border: 1px #BB4466 solid;
}
h3.sidebar-cap{
  background-color: #BB4466;
  color: #EEAACC;
  font-weight: 600; font-size: 100%; font-family: Georgia,arial, sans-serif;
  letter-spacing: 1px;
  padding: 2px;
  padding-left:16px;
}
.sidebar-body{
	padding: 2px;
	font-size: 12px; line-height: 16px;
	border-top: 1px #881144 solid;
	border-left: 1px #881144 solid;
	border-bottom: 1px #EEAACC solid;
	border-right: 1px #EEAACC solid;
}
.sidebar-body a{
  font-weight: normal;
}
.sidebar-foot {
  background-color: #BB4466;
  color: #EEAACC;
  height: 6px;
  font-size:1px; line-height:1px;
}
span.expand-icon {             /* サイドボックス展開用ボタン */
  display: block;
  width: 13px; height: 13px;
  font-size: 1px;
  margin: 1px 2px 2px 0;
  background: url('Images/toggle.png') 0px 0px no-repeat; 
  float: right;
  cursor: pointer;
  z-index: 1000;
}
                        /* UL指定　デフォルトではマークなし */
ul, ol {
  list-style: none;
}

ul.sidebar-menu {                     /* # メニュー用 */
  text-align: center;
  list-style: none;
}
          /* # 最近のエントリー・コメント・トラックバック用スタイル */

ul.sidebar-recently,
ul.sidebar-comments,
ul.sidebar-trackbacks,
ul.sidebar-archives,
ul.sidebar-others {
  width: auto;
  padding-left: 7px;
}
ul.sidebar-recently li, ul.sidebar-comments li, ul.sidebar-trackbacks li {
  padding: 3px 0px 0px 15px;
  background: url('Images/listmark2.png') 2px 8px no-repeat;
}
ul.sidebar-comments ul li.nest1 {
  margin-top: 1px;
  margin-left: 0px;
  font-size: 90%;
  padding : 0px 0px 0px 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;
  font-size: 90%;
  padding : 0px 0px 0px 20px;
}
ul.sidebar-trackbacks li.no-ping { /* tBがまだないとき */
  color: #bbb;
  background: none;
  padding-left: 2em;
  font-variant: small-caps; font-size: 13px; font-family: Century Gothic,Arial,sans-serif;
}
ul.sidebar-comments ul li.nest2 {
  background: url('Images/nest2.png') 0 3px no-repeat;
  font-size: 90%;
  margin-left: 9px;
  padding-left: 20px;
}
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.png') 15px 4px no-repeat;
  padding : 0px 0px 0px 35px;
}
ul.sidebar-categories li.sub-category {
  background: url('Images/nest1.png') 25px 1px no-repeat;
  padding : 0px 0px 0px 45px;
}
ul.sidebar-categories span { /* 記事数がゼロのとき */
  font-size: 90%;
  color: #aaa;
}
ul.sidebar-archives li {                /* サイドバーアーカイブ用 */
  padding-right: 2em;
  text-align: right;
}
ul.sidebar-others {                      /* サイドバーOTHERS用 */
  text-align: center;
  padding-top: 5px;
}
ul.sidebar-others li {
}
/*---------------------------[ カテゴリー一覧表示用 ]----------------------*/
.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 {
  margin-top: 1.5em;
}
#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 {
  width: 230px;
  padding-left: 1em;
  margin: auto;
}
div.archives-list ul {
  list-style: url('Images/folder.png') inside square;
  margin-left: 2em;
}
div.archives-list ul li{
  margin-bottom: 3px;
}
div.archives-list h3 {
  margin: 2em auto;
  color: navy;
}

/*------------------------[ 写真・ドロップシャドウ設定 ]-----------------*/
p.photo-noshadow {
  padding: 3px;
  float: left;
  margin: 15px 2px 2px 7px
}
p.photo-shadow img, p.photo-noshadow img {
  display: block;
  padding: 7px;
  border: 1px solid #ccc;
  border-color: #aaa #888 #999 #bbb;
  background-color: #fff;
  margin: 0px 7px 8px 0px;
}
* 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;
  background: url('Images/shadow.png') no-repeat right bottom;
  margin: 1em 0 0 1em;
}
/* CSS2 compatible Shadow */
p.photo-shadow:before {
  content: "";
  background: url('Images/shadow.png') no-repeat right top;
  display: block;
  height: 18px;
  margin-bottom: -18px;
}
p.photo-shadow:after {
  content: "";
  background: url('Images/shadow.png') no-repeat left bottom;
  display: block;
  border-top: solid 1px #999;
  width: 18px; height: 9px;
  margin:-9px 0px 0px 0px;
}
.photo-caption:before {
  content: "";
  display: block;
  font-size: 1px; line-height: 1px;
  height: 16px;
}
.photo-caption {
  position: relative; top: -16px;
  margin: 0px 10px -16px 27px;
  text-align: left;
  font-size: 10px; line-height: 12px;
  color: navy;
  clear: both;
}
.al-left {
  float: left;
  padding: 1px; /* Moz bug ? */
  margin-right: 1em;
}
.al-right {
  float: right;
  padding: 1px; /* Moz bug ? */
}
.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 {
  display: none;
  padding: 0;
  border: 0;
}
.gallery ul li a {
  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: -40px;
  width: 100px;
  border: 1px solid #aaa;
  padding: 5px;
  background: #fff;
  display: block;
}
.gallery ul li a:hover span { /* ToolTip */
  position: absolute;
  left: -20px; top: -60px; /* top is img's top + height */
  width: 100px; height: 20px;
  font-weight: 700; font-size: 14px; font-family: 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-weight: 600; font-size: 13px; line-height: 21px; font-family: 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 {
	border: 1px black solid;
	padding: 1em; padding-bottom: 0px;
	margin: 1em; margin-bottom: 0px;
	background-color: #EEEEFF;
}
.amazon-box p.entry {
  float: left;
  margin: 0px; padding: 0px;
  border: 1px solid #aaa;
  border-color: #ddd #999 #999 #ccc;
}
.amazon-box p.entry a {
  margin: 0px; padding: 0px;
  border: none;
}
.amazon-box ul.amazon-info {
  margin: 0px; padding: 0px; padding-top: 0.5em;
  list-style: none;
  float: right;
  background-color: white;
}
.amazon-box .title {
  margin: 0px; padding: 0px;
  margin-bottom: 1em;
  text-align: right;
}
.amazon-box ul.amazon-info li {
  font-size: 90%;
  margin: 0 0 -2px 15px;
  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: 2px;
  padding-left: 23px;
  padding-right: 1em;
  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;
}
.amazon-box hr.clear {
  margin: 0px; padding: 0px;
  font-size: 1px; line-height: 1px;
  height: 1em;
}
