/*------------------[ レイアウト ]--------------------------*/

* {
  margin: 0;
  padding: 0;
}
body {
  margin:0;
  font-size: 93% !important;
  font-family: arial, verdana, MS P Gothic, sans-serif;
}

.contents{
  width:730px;
  margin:20px auto 20px auto;
}

#header {
  width: 100%; height : 100px;
  color : #000040;
  border-bottom-width: 0;
  background : url(./Images/title_bak.jpg) no-repeat;
  text-align : left;
}

#header img{
  margin:30px 0 0 0;
}

#header p.link {
  margin-bottom: 0;
  float: left;
}
#main-column-wrapper {
  float: left;
  width: 100%;
}
#main-column {
  margin: 0 0 0 210px;
  background: #fff;
  height: 100%; /* for IE */
}
#left-column {
  float: left;
  margin-left: -100%;
  margin-top: 50px;
  width: 210px;
}
#column-wrapper {
  height: auto;
}
* html #column-wrapper { /* for IE */
  height: 1px;
}
#column-wrapper:after {
  display: block; 
  content: " "; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}
#footer {
  clear: both;
  text-align: center;
  font: italic 500 13px trebuchet ms, arial, sans-serif;
}
/*------------------[ 汎用タグ ]--------------------------*/
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; }
strong { color: #7b4d4b; }
em {
  border-bottom: 3px double #ccc;
  font-style: normal;
}
kbd {
  font: 500 12px verdana, arial, sans-serif;
  text-decoration: underline;
}
acronym, abbr { cursor: help; }
h3,h4,h5,h6 { font-weight: normal; }
h1, h2, h3, h4, h5 {
  margin: 15px 0;
  text-align: center;
}
h1 { font-size: 220%; }
h2 { font-size: 190%; }
h3 { font-size: 130%; }
h4 { font-size: 130%; }
h5 { font-size: 100%; }
code {
  font-family: "Courier New", Courier, monospace;
}
label {
  cursor: pointer;
}

/*------------------[ 汎用クラス ]--------------------------*/
.hidden {
  display: none !important;
}
.jump {
  padding-right: 1em;
  cursor: pointer;
  background: url(Images/jump.png) no-repeat right top;
  text-indent: -1000px;
  width: 50px;
  float: right;
}
.center, .alert {
  width: 99%;
  text-align: center;
  margin: 30px auto;
}
.new-entry {
  width: 17px; height: 12px;
}
hr.clear {
  clear:both;
  height: 1px;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border: none;
  width: 100%;
  visibility: hidden;
}
.separator {
  clear: both;
  border: none;
  text-align: center;
  margin-top: 0px;
  background: url(Images/separator.png) no-repeat 50% top;
}
/*------------------------[ リンクバー用 ]-------------*/
#linkbar {
  margin-top: 35px;
}
#linkbar ul{
  text-align: center;
  margin: 3px;
}
#linkbar ul li{
  padding-left: 1em;
  margin-top: 0;
  display: inline;
}
#linkbar ul li a {
  border: none;
}
#linkbar ul li a span {
  display: none;
}
/* --------------------[ ページナビのスタイル ]----------------------*/
#main-column .nav {
  margin: 35px auto;
  text-align: center;
}
#main-column .nav p {
  margin-top: 1em;
}
/* --------------------[ 記事ボックススタイル ]----------------------*/
.article {
  font-size: 95%;
  line-height: 1.2;
  margin: 2em;
  padding: 1px;
  overflow: hidden;
  height: 100%; /* for IE */
}
.article-united {
  margin: 0 2em;
}
.article-united .article { /* 同日エントリー結合時の個別ボックス */
  margin: 0;
}
.article-category {
  font-size: 12px;
  margin-top: -5px;
  padding-left: 1em;
}
.article-date {
  font: 800 22px georgia, arial, serif;
  color: #a6afc2;
  padding: 2px 10px 2px 0;
  text-align: right;
  margin-bottom: -10px;
}
.article-title {
  font : 800 18px arial, sans-serif;
  letter-spacing : 1px;
  padding : 4px 0 2px 18px;
  text-align: left;
  margin-top: -3px;
  background: url(Images/title-bg.png) repeat-y left top;
}
.article-cat-icon img{
  float: right;
  margin: -5px 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;
}
div.article .article-title a:hover,
div.article .article-content a:hover {
  text-decoration: underline;
  border-bottom: none;
}
.article-content {
  line-height : 180%;
  letter-spacing : 1px;
  padding:.5em 1em .5em 1em;
  height: 100%;
}
.article-content br { /* for buggy IE */
  line-height: 0;
}
.article .article-content p.cap:first-letter {
  font-size : 180%;
  font-weight : 600;
  color: navy;
}
.article-content ul, .article-content dl { /* 記事内リスト */
  list-style: url(Images/dlmark.png) square;
}
.article-content ol { /* 記事内orderedリスト */
  list-style-type: decimal;
}
.article span.readmore {
  display: block;
  width: 70px; height: 13px; /* height is 1/2 of background-image's */
  background: url(Images/readmore.png) no-repeat 0 0;
  cursor: pointer;
  font-size: 1px;
  margin: 1em auto;
}
.article-pageNav {  /* 記事内ページリンク用スタイル */
  clear: both;
  text-align: center;
  width: auto;
  margin: 2em auto;
  font-size: 90%;
  height: 30px;
}
.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: 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 {
  font: 500 12px arial;
  margin: 10px 0 0 40px;
  height: 30px;
  color: #888;
  clear: both;
  padding-right: 3em;
  text-align: right;
}
.article .article-bottom {
  text-align : right;
  padding-right: 1em;
  background : #fbfbf9;
  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: 100%;
}
.draft:before, .draft-before {
  content: "未公開の記事です";
  color: crimson;
  font-size: 11px;
  padding: .3em 1em;
}
/*------------------------[ 記事のリスト表示 ]-------------*/
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 : 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 13px courier new,Verdana, monospace;
  background : #f7f7f7;
  border : dashed 1px #808080;
  margin: auto;
  padding: 0 10px 10px 10px;
  width: 89%;
  height: 30px;
  overflow-x: auto;
}
body[id=weblog] pre {
  width: auto; height: auto;
  min-height: 30px;
}
code {
  font: 500 13px courier new,Verdana, monospace;
  color: #2d542c;
}
ul.decimal {
  list-style-type: decimal;
  padding-left: 2em;
  background: #fff;
  font-size: 90%;
}
.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: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;
}
dd.tb-footer{
  font-size:11px;
  color:#00004d;
  text-align: right;
}
/*------------------------[ ログイン情報用 ]-------------*/
#login-info {
  position: absolute; 
  top: 107px; right: 5px;
  width: 200px;
  text-align: center;
}
#login-info span {
  color: navy;
  font-weight: 600;
  font-size: 110%;
}
/*------------------------[ テーマ切り替えセレクター用 ]-------------*/
#theme-selector {
  position: absolute; 
  top: 130px; left: 80px;
  text-align: center;
}
/*------------------------[ カウンター用 ]-------------*/
#pp-counter{
  
  font-size : 9px;
  color: #5353A6;
  text-align: left;
}
/*------------------------[ ブロッグバー用 ]-------------*/
#blog-bar{
  width : 180px;
  margin-top: 15px;
  text-align: center;
}
/*------------------------[ HTML生成時間表示用 ]-------------*/
#rendering-time {
  position: absolute;
  top: 5px; right: 25px;
  color: #888;
  font:500 80% georgia, serif;
}
/*------------------------[ 検索ボックス用 ]-----------------*/
#search-box{
  position: absolute;
  top: 50px;
  width: auto;height: 21px;
  text-align: right;
}
#search-box form #submit {
  width: 23px; height: 20px;
  vertical-align: top;
  padding-left: 0;
}
#search-box form #q {
  width: 110px; height: 13px;
  font: 500 12px arial, MS P Gothic, sans-serif;
  border:  1px solid #9097A2;
  background: #e4ebfa url(Images/bg-formtext.png) repeat-x;
  padding: 2px;
}
#search-box form #q:hover, #search-box form #q:focus {
  background: #fff;
}
/*---------------------[ 詳細検索用 ]-------------*/
.search-form {
  background-color: #fafcfb;
  border: 1px solid #aaa;
  width:450px;
  margin: 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;
}
.search-result-index {
  font: 700 14px verdana, arial, sans-serif;
}
.search-result-comment{
  border-left: solid 2pt #ddd;
  margin-left: 2em;
  padding-left:0.5em;
}
.search-result-comment dt {
  padding-left: 0.3em;
  font: 600 14px MS P Gothic, sans-serif;
  background: none;
  color: #111;
}
/*--------------------[ カレンダー用 ]-----------------------*/

#calendar {
  padding: 5px;
  text-align : center;
  width: 200px;
  background: #fff;
  margin : 20px auto 0 auto;
  font : 500 13px arial, sans-serif;
}
#calendar .box-cap {
  background: url(Images/box-cap.png) no-repeat 0 0;
  padding-top: 0px;
}
#calendar .box-foot {
  text-align : center;
  width : auto;
  height : 15px;
  background : url(Images/box-foot.png) no-repeat 0 0;
  margin-top: 0; padding-top: 0;
}
#calendar table.calendar {
  border-left : 1px solid rgb(162,162,162);
  border-right : 1px solid rgb(162,162,162);
  width : 100%;
}
#calendar table.calendar td{
  font : 500 13px Georgia, arial;
  padding : 2px;
  text-align : center;
}
#calendar table.calendar a {
  text-decoration : none;
  font : 500 13px Georgia, arial;
}
#calendar tr.header td {
  font : 600 14px arial;
}
#calendar span.calendar-cap {
  display: block;
  width: 100%;
  font: 700 130% Georgia;
  text-align: center;
  color: #6478a6;
}
#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 : #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;
}
/*-------------------------[ サイドバー関連 ]----------------------*/
#recently, #menu, #categories, #comments, #trackbacks, #archives, #others {
  margin : 20px auto 0 auto;
  color : #005151;
  width: 200px;
}
h3.sidebar-cap{
  background: url(Images/box-cap.png) no-repeat 0 0;
  font: 700 118% Georgia, Arial, sans-serif;
  letter-spacing: 1px;
  color: #6478a6;
  margin: 0;
  padding-left: 1em;
}
span.expand-icon {             /* サイドボックス展開用ボタン */
  display: block;
  width: 13px; height: 13px;
  font-size: 1px;
  margin: 5px 7px 1px 0;
  background: url(Images/expand.png) 0px 0px no-repeat; 
  float: right;
  cursor: pointer;
  z-index: 1000;
}
.sidebar-body {
  background : url(./Images/box-back.png) repeat-y;
  width : 200px;
  line-height: 120%;
  color : #041A4D;
}
.sidebar-foot {
  text-align : center;
  width : 200px;
  height : 15px;
  background : url(./Images/box-foot.png) no-repeat;
}

                        /* UL指定　デフォルトではマークなし */
ul, ol {
  list-style: none;
}
ul.sidebar-menu {                     /* # メニュー用 */
  text-align: center;
  list-style: none;
}
          /* # 最近のエントリー・コメント・トラックバック用スタイル */

ul.sidebar-recently,
ul.sidebar-comments,
ul.sidebar-trackbacks,
ul.sidebar-archives,
ul.sidebar-others {
  width: 190px;
  padding-left: 10px;
}
ul.sidebar-recently li, ul.sidebar-comments li, ul.sidebar-trackbacks li {
  padding: 3px 0 2px 15px;
  background: url(Images/listmark1.png) 2px 8px no-repeat;
}
ul.sidebar-comments ul li.nest1 {
  margin-top: 1px;
  margin-left: 9px;
  padding : 0px 0px 2px 20px;
  background: url(Images/nest1.png) 0 1px no-repeat;
}
ul.sidebar-trackbacks ul li.nest1 {
  background: url(Images/nest1.png) 0 1px no-repeat;
  padding : 0px 0px 2px 20px;
}
ul.sidebar-comments ul li.nest2 {
  margin-left: 27px;
  padding-left: 20px;
  background: url(Images/nest2.png) 0 3px no-repeat;
}
ul.sidebar-comments ul li.show-all-comments a {
  color: navy; padding-bottom:5px; font-size: x-small;
}
ul.sidebar-comments ul li.show-all-comments a:before {
  content: " ↓ ";
}
ul.sidebar-categories {                  /* サイドバーカテゴリー表示 */
  text-align: left;
}
ul.sidebar-categories * a {
  font-size: 90%;
}
ul.sidebar-categories li.main-category {
  background: url(Images/listmark1.png) 15px 4px no-repeat;
  padding : 0px 0px 2px 35px;
}
ul.sidebar-categories li.sub-category {
  background: url(Images/nest1.png) 45px 1px no-repeat;
  padding : 0px 0px 2px 65px;
}
ul.sidebar-archives li {                /* サイドバーアーカイブ用 */
  padding-right: 3.5em;
  text-align: right;
}
ul.sidebar-others {                      /* サイドバーOTHERS用 */
  width: auto;
  padding-left: 4em;
  padding-top: 5px;
}
ul.sidebar-others li {
}
/*---------------------------[ カテゴリー一覧表示用 ]----------------------*/
ul.category-list {
  list-style: url(Images/folder.png) inside square;
  margin-left: 2em;
  height: 100%;
}
ul.category-list ul li{
  list-style: url(Images/nest1.png) inside square;
  margin-left: 2em;
  padding-left: 5px;
}
ul.category-list li {
  margin-top: 7px;
  padding-left: 5px;
}
.category-nav {
  margin-top: 1.5em;
}
.category-structure {
  margin: 1.5em auto;
  padding: 1em;
  width: 350px;
  text-align: center;
  background: url(Images/bg-header.png) repeat-x 0 100%;
}
.category-structure p {
  color: #555;
  text-align: center;
}
.category-structure .category-list {
  margin: auto;
  width: 50%;
}
.category-structure .category-list * {
  font-size: 13px;
}
/*---------------------------[ アーカイブ一覧表示用 ]----------------------*/
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;
}
/* ------------------------[ コメント表示用 ]--------------------*/
.comment-div {
  text-align : left;
  font-size : 97%;
  margin: 0 3em;
}
.comment-div .comment-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 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-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;
}
/* ------------------------[ コメントフォーム用 ]---------------------*/
form.comment-form {
  padding: 1em 0 1em 2em;
  width: 35em;
  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-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 {
  padding-left: 2em;
}
.comment-expand button {
  margin: .5em 0 0 1em;
  background: url(Images/button-fill.png) repeat-x 0 0;
  font: 500 12px arial;
  cursor: pointer;
  width: 120px;
}
.comment-mailback {
  background: url(Images/mail.png) left 3px no-repeat;
  padding-left: 1.3em;
}
input.txt {
  background: url(Images/bg-formtext.png);
  border: solid 1px #aaa;
  height: 20px;
  font: 500 14px/1.3 Arial, MS P Gothic, sans-serif;
  vertical-align: middle;
}
input.txt:focus {
  border: solid 1px #ff8d60;
  background: #fff7f7;
}
form.comment-form #c_color {
  vertical-align: middle;
}
.commentFormHere p.show-commentform {
  color: #094583;
  cursor: pointer;
  text-align: right;
  font: small-caps 500 13px verdana, sans-serif;
}
.commentFormHere p.show-commentform span:hover {
  border-bottom: 1px dashed orange;
}

/* ------------------------[ トラックバック導入 ]---------------------*/
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;
}
/*------------------------[ 写真・ドロップシャドウ設定 ]-----------------*/
p.photo-shadow {
  padding: 0;
  float:left;
  background:transparent url(Images/shadow.png) right bottom no-repeat;
  margin: 15px 2px 2px 7px
}
p.photo-noshadow {
  padding: 3px;
  float: left;
  margin: 15px 2px 2px 7px
}
p.photo-shadow img, p.photo-noshadow img {
  display: block;
  position: relative;
  /* Margin is for SHADOW:
   Top and Left stand for offset
   Right, Bottom for width of shadow
  */
  margin: -3px 7px 5px -3px;
  /* Padding is for border of photo */
  padding: 7px;
  border: 1px solid #ccc;
  border-color: #ddd #999 #999 #ccc;
  background-color: #fff;
}
p.photo-shadow img.borderless, p.photo-noshadow img.borderless{
  padding: 0;
}
.photo-caption {
  margin: 0px 10px 20px 20px;
  text-align: left;
  font-size: 80%;
  color: navy;
  clear: both;
}
.al-left { float: left; clear: left;}
.al-right { float: right; clear: right;}
.al-center { margin: auto;}
/* ---------------------[ 画像ギャラリー表示設定 ]---------------------*/
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;
}
.gallery { 
  margin: auto;
}
.gallery table { 
  margin: auto;  width: auto;
}
.gallery p {
 color: #555;
 font : 600 14px georgia, times new roman, serif;
}
.gallery table tr td {
  text-align : center;
  vertical-align : middle;
  width: 120px;  height: 150px;
  padding: 5px;
  margin-bottom: 10px;
}
.gallery a, .gallery a:hover {
  border: none;
}
.gallery h4 { text-align: center;}
.gallery h4 a {
  text-decoration: underline;
  font-size: 130%;
}