@charset "UTF-8";

body {
  background-color: #FFFFFF;
  color: #333333;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
}
a:link {
  color: #0088CC;
  text-decoration: none;
}
a:visited {
  color: #335566;
  text-decoration: none;
}
a:hover {
  color: #0088CC;
  text-decoration: underline;
}
a:active {
  color: #22AAFF;
  text-decoration: underline;
}
body, table {
  line-height: 1.5;
}
p {
  line-height: 1.5;
}
p a:link {
  text-decoration: underline;
}
p a:visited {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
p a:active {
  text-decoration: underline;
}
/*------BLOCKQUOTE_COLOR_START------*/
blockquote.quotation {color: #003366}
blockquote.quotation blockquote {color: #336699}
blockquote.quotation blockquote blockquote {color: #88bbff}
blockquote.quotation blockquote blockquote blockquote {color: #99cc66}
blockquote.quotation blockquote blockquote blockquote blockquote {color: #999999}
blockquote.quotation blockquote {margin: 0}
/*------BLOCKQUOTE_COLOR_E_N_D------*/
blockquote.quotation, blockquote.quotation blockquote {
  background: transparent none;
  border: none;
  padding: 0 0 0 8px;
  margin: 0.8em 0;
  border-left-style: solid !important;
  border-left-width: 2px !important;
}

a img { 
border: none;
}
/* コード */
pre code {
  display: block;
  padding: 0.5em 1em;
  white-space: nowrap;
  overflow: scroll;
  font-size: 0.8em;
  background-color: #eee;
  color: #444;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -o-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
}

/* 回り込み解除 */
a.end {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
  text-indent: -500px;
  overflow: hidden;
}

/* 入力欄の表示調整 */
body.editor {
  margin: 0;
  padding: 0;
  background: #f2f2f2 none;
  color: #000;
}
body.editor a {
  color: #000;
  text-decoration: underline;
}
div#container form table.field-table {
  margin: 0 auto 30px auto;
  
}
.nicEdit-main { background-color: #fff }
table.field-table tbody tr.tbody-start th.field-group-name,
table.field-table tr.tbody-start td.field-group-description {
  text-align: left;
  color: #666;
  border-bottom: #ccc 1px solid;
}

@media screen and (max-width: 440px), screen and (max-device-width: 480px) {
  table.field-table,
  table.field-table table.sub-field-table,
  table.field-table tbody,
  table.field-table tr,
  table.field-table th,
  table.field-table td {
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  table.field-table tr {
    border-top: #FAFAFA solid 1px !important;
    border-bottom: #DDD solid 1px !important;
  }
  table.field-table table.sub-field-table tr {
    border-left: #E0E0E0 solid 1px !important;
    border-right: #E0E0E0 solid 1px !important;
  }
  table.field-table th,
  table.field-table td {
    padding: 5px 10px !important;
  }
  table.field-table  img,
  table.field-table  input,
  table.field-table  textarea {
    max-width: 95% !important;
  }
}
@media screen and (max-device-width: 480px) {
  body.editor {
    -webkit-text-size-adjust: none;
  }
  table.field-table  input,
  table.field-table  textarea {
    max-width: 200px !important;
  }
}

/* 慎重に操作するべきフィールドセット */
fieldset.risky {
  background-repeat: repeat-x;
  background-position: top;
  background-image: url('../image/bg_caution.gif');
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  padding: 10px;
  text-align: center;
  margin: 30px 0 0 0;
  color: #000000;
}

/* リフレッシュフィールドセット */
fieldset#refresh {
  margin-bottom: 40px;
  font-size: 90%;
}
fieldset#refresh legend {
  display: none;
}
fieldset#refresh ol, fieldset#refresh ol li {
  display: inline;
  padding-right: 0.6em;
}

/* ターゲット選択フィールドセット */
div#article-finder, div#target-selector, fieldset#subdivision-arrangement, form#categoryselector {
  background-repeat: repeat-x;
  background-position: top;
  background-image: url('../image/bg_plastic_light.gif');
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  padding: 10px 20px;
  text-align: left;
  color: #000000;
  margin: 0;
}
div#article-finder form#articlenavi {
  float:left;
  margin-right: 1em;
}

/* 記事選択フィールドセット */
fieldset#article-selector {
  background-color: #f9f9f9;
  background-repeat: repeat-x;
  background-position: top;
  background-image: url('../image/fieldset_bg.gif');
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  padding: 10px;
  margin: 20px auto;
  color: #000000;
  text-align: left;
  width: 80%;
}

/* トピックパス */
ul#topicpath {
  margin: 10px auto 0 auto;
  padding: 0;
  width: 958px;
  background: #f8f8f8 none;
  list-style-type: none;
  overflow: hidden;
  border: solid 1px #D6D6D6;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  _width /**/: 960px;
}
ul#topicpath li {
  display: inline;
  margin: 0;
  padding: 1em 32px 1em 16px;
  float: left;
  text-align: left;
  background: transparent url("../image/style-framy/topicpath_separator.gif") no-repeat right center;
}
ul#topicpath li:hover {
  background: transparent url("../image/style-framy/topicpath_separator_hover.gif") no-repeat right center;
}
ul#topicpath li, ul#topicpath li a {
  color: #888;
  line-height: 1;
  font-size: 12px;
}
ul#topicpath li a {
  color: #888;
  text-decoration: none;
}
ul#topicpath li a:hover {
  text-decoration: none;
  color: #000;
}
ul#topicpath li.current {
  color: #555;
  margin-right: -200%;
  background: transparent none;
  background-color: transparent;
}

/* ギャラリー */
div#gallery {
  margin: 0 0 -1px 0;
  padding: 0 0 1px 0;
  background: transparent url("../image/style-framy/single_bg_fiber.jpg") repeat-y center top;
}
div#gallery div#page-title {
  background: transparent url("../image/style-framy/shadow.png") repeat-x left top;
  margin: 0 auto;
  padding: 1em 15px 0 15px;
  width: 930px;
  _background: transparent url("../image/style-framy/shadow_eee.gif") repeat-x left top;
  _width /**/: 960px;
}
div#gallery div.section {
  padding: 10px 0 0 0;
}
div#gallery div.section div.body {
  margin: 0;
  padding: 0;
  width: 100%;
  /min-height: 0;
}
div#gallery div.section div.body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div#gallery div.section div.body {
  height: 0;
}
div#gallery div.section div.body div.right a,
div#gallery div.section div.body div.right a img,
div#gallery div.section div.body div.left a,
div#gallery div.section div.body div.left a img {
  margin: 0;
  padding: 0;
}
div#gallery div.section div.body div.right a img,
div#gallery div.section div.body div.left a img,
div#gallery div.section div.body div.center a img,
div#gallery>a>img,
div#gallery>img,
div.gallery div#main div.section div.body a img,
div#aside ul.gallery li a img {
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.56);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.56);
  -o-box-shadow: 0 0 4px rgba(0,0,0,0.56);
  -ms-box-shadow: 0 0 4px rgba(0,0,0,0.56);
  box-shadow: 0 0 4px rgba(0,0,0,0.56);
}
div.gallery div#main div.section div.body a img {
  /margin: 0 0 1px 0;
}
div#gallery>a>img:hover,
div.gallery div#main div.section div.body a img:hover,
div#aside ul.gallery li a img:hover {
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  -o-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  margin-top: -1px;
  margin-bottom: 1px;
}
div#gallery iframe,
div.map div#main iframe#gmap-viewer,
div#main iframe.gmap-frame,
div.gallery iframe.gmap-index {
  display: block;
  margin: 0 auto;
}
div.map div#main iframe#gmap-viewer {
  border-top: solid #d6d6d6 1px;
  border-bottom: solid #d6d6d6 1px;
}
div.gallery div#main iframe.gmap-index {
  border: solid #d6d6d6 1px;
  margin: 0 -16px;
}
div#main iframe.gmap-frame {
  border: solid #d6d6d6 1px;
}
div#gallery div.section div.body div.right {
  float: right;
  margin: 0 0 24px 0;
  padding: 0;
  width: 50%;
  text-align: left;
}
div#gallery div.section div.body div.left {
  float: left;
  margin: 0 0 24px 0;
  padding: 0;
  width: 50%;
  text-align: right;
  _margin-right: -1px;
  /margin-right: -1px;
}
* html div#gallery div.section div.body div.right,
* html div#gallery div.section div.body div.left {
  width: 49%;
  width /**/: 50%;
}
div#gallery div.section div.body div.center {
  margin: 0 0 24px 0;
  text-align: center;
}
div#gallery div.section div.body div.center a,
div#gallery div.section div.body div.center a img {
  display: block;
  margin: 0 auto;
}
div#gallery div.section div.body div.right > a img,
div#gallery div.section div.body div.left > a img,
div#gallery div.section div.body div.center > a img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
div#gallery div.section div.description div.body {
  clear: both;
  margin: 0;
  padding: 10px 15px;
  width: auto;
}
div#container div.literary div.body {
  background: transparent url("../image/style-framy/shadow.png") repeat-x left top;
  margin: 0 auto;
  padding: 1px;
  width: 958px;
  text-align: center;
  _background: transparent url("../image/style-framy/shadow_eee.gif") repeat-x left top;
}

/* 縦書き */
div.literary div.body table.tategaki {
  margin: 3em auto;
  font-size: 2em;
}

/* 縦書きをゴシック体にする */
/*
td.gyo span.tktr-gyo {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuProN-W3','MS ゴシック','MS Gothic',Osaka,Verdana,arial,helvetica,sans-serif;
}
*/

/* テキストコンテンツ */
div#content {
  margin: 0 auto 24px auto;
  padding: 0;
  background: #fff url("../image/style-framy/single_bg.gif") repeat-y -739px top;
  width: 958px;
  border: solid 1px #D6D6D6;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left;
  _width /**/: 960px;
  _margin-top: -1px;
  /margin-top: -1px;
}
ul#topicpath + div#content {
  border-top: none;
  /margin-top: 0;
}

/* 2カラム */
div#main {
  display: inline;
  float: right;
  margin: 0;
  padding: 1px 0 10px 0;
  width: 737px;
}
div#sub {
  background: transparent url("../image/style-framy/shadow.png") repeat-x left top;
  display: inline;
  float: left;
  width: 220px;
  margin: 0;
  padding: 1px 0 10px 0;
  _background: transparent url("../image/style-framy/shadow_eee.gif") repeat-x left top;
}
div#aside {
  background: transparent url("../image/style-framy/shadow.png") repeat-x left top;
  display: inline;
  float: left;
  width: 220px;
  margin: 0;
  padding: 1px 0 10px 0;
  _background: transparent url("../image/style-framy/shadow_eee.gif") repeat-x left top;
}

/* main:aside = 1.618:1 */
div.golden-ratio {
  background: #fff url("../image/style-framy/single_bg.gif") repeat-y -594px top !important;
}
div.golden-ratio div#main {
  width: 591px;
}
div.golden-ratio div#sub,
div.golden-ratio div#aside {
  width: 366px;
}
div.golden-ratio div#main img {
  width: auto !important;
  height: auto !important;
  max-width: 555px !important;
}
div.golden-ratio div#main embed[width], div.golden-ratio div#main object[width] {
  max-width: 555px !important;
}

/* main:aside = 2:1 */
div.two-to-one {
  background: #fff url("../image/style-framy/single_bg.gif") repeat-y -641px top !important;
}
div.two-to-one div#main {
  width: 638px;
}
div.two-to-one div#sub,
div.two-to-one div#aside {
  width: 319px;
}
div.two-to-one div#main img {
  width: auto !important;
  height: auto !important;
  max-width: 602px !important;
}
div.two-to-one div#main embed[width], div.two-to-one div#main object[width] {
  max-width: 602px !important;
}

/* 3カラム */
div.triple {
  background: #fff url("../image/style-framy/triple_bg.gif") repeat-y center top !important;
}
div.triple div#main {
  display: inline;
  float: left;
  margin: 0 221px;
  width: 516px;
}
div.triple div#sub {
  display: inline;
  float: left;
  width: 220px;
  margin: 0;
  margin-left: -220px;
}
div.triple div#aside {
  display: inline;
  float: left;
  width: 220px;
  margin: 0;
  margin-left: -958px;
}
div.triple div#main img {
  width: auto !important;
  height: auto !important;
  max-width: 445px !important;
}
div.triple div#main embed[width], div.triple div#main object[width] {
  max-width: 445px !important;
}

/* 記述順に並べる */
body div.ordinary {
  background: #fff none !important;
}
body.ordinary div#content {
  background: #fff url("../image/style-framy/single_bg.gif") repeat-y 737px top;
}
body.ordinary div.golden-ratio {
  background: #fff url("../image/style-framy/single_bg.gif") repeat-y 591px top !important;
}
body.ordinary div.two-to-one {
  background: #fff url("../image/style-framy/single_bg.gif") repeat-y 638px top !important;
}
body.ordinary div.triple {
  background: #fff url("../image/style-framy/triple_ordinary_bg.gif") repeat-y right top !important;
}
div.ordinary div#main, body.ordinary div#content div#main {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
div.ordinary div#sub, body.ordinary div#content div#sub,
div.ordinary div#aside, body.ordinary div#content div#aside {
  float: left;
  margin-left: 1px;
  margin-right: 0;
}
div.ordinary div#sub,
div.ordinary div#aside {
  background: transparent url("../image/style-framy/column_separator.gif") repeat-y left top;
}

/* カラムsingle */
div.single {
  background: #fff none !important;
}
div.single div#main, div.single div#sub, div.single div#aside {
  display: block;
  float: none;
  margin: 0 auto;
  width: auto;
}
body.popup div#content {
  background: #fff none !important;
  width: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
body.popup {
  padding: 15px;
  background: #fff url("../image/style-framy/gradation256_reverse.gif") repeat-x center bottom fixed;
}
body.popup div.single div#main, * html body.popup div.single div#main {
  width: auto;
  margin: 0 auto;
  max-width: 800px;
}
div.single div#aside {
  background: #fff url("../image/style-framy/single_bg.gif") repeat-y center top !important;
  margin: 0 0 -1px 0;
  padding: 0;
  overflow: hidden;
  border-top: solid 1px #D6D6D6;
  /min-height: 0;
  /overflow: visible;
  _overflow: visible;
  _height: 0;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
div.single div#aside div.section {
  background: transparent url("../image/style-framy/shadow.png") repeat-x left top;
  float: left;
  clear: none;
  margin: 0;
  padding: 10px 19px 10px 19px;
  width: 200px;
  border-left: 1px #d6d6d6 solid;
  _width /**/: 239px;
  _background: transparent url("../image/style-framy/shadow_eee.gif") repeat-x left top;
}
div.single div#aside div.section div.body {
  width: 200px;
  height: 200px;
  overflow: auto;
}
div.single div#aside div#about {
  padding: 10px 20px 10px 21px;
  border-left: none;
  _width /**/: 241px;
}
div.single div.single,
div.single div.double,
div.single div.triple {
  background: #fff none !important;
}
div.single div.triple div#about,
div.single div.triple div#about div.body,
div.single div#aside div.colspan-2,
div.single div#aside div.colspan-2 div.body {
  width: 438px;
}
div.single div.double div#about,
div.single div.double div#about div.body,
div.single div#aside div.colspan-3,
div.single div#aside div.colspan-3 div.body {
  width: 676px;
}
div.single div.single div.section,
* html div.single div.single div.section,
div.single div.single div.section div.body {
  float: none !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  overflow: visible !important;
}
div.single div.single div#about div.body p.icon,
div.single div.double div#about div.body p.icon,
div.single div.triple div#about div.body p.icon {
  margin: 0 15px 15px 0;
  float: left;
  _height: 0;
}
div.single div.single div.section div.body {
  float: none !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  /min-height: 0;
}
div.single div.single div.section div.body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div.single div.single div.section div.body {
  height: 0 !important;
}
* html div.single div.triple div#about,
* html div.single div#aside div.colspan-2 {
  width /**/: 476px;
}
* html div.single div.double div#about,
* html div.single div#aside div.colspan-3 {
  width /**/: 714px;
}
div.single div#aside div.colspan-2 div.body table.calendar,
div.single div#aside div.colspan-3 div.body table.calendar {
  float: left;
  margin: 0 13px;
  _display: inline;
}

/* 同幅2カラム */
div.cols-2 {
  background: #fff url("../image/style-framy/column_separator.gif") repeat-y 479px top !important;
}
div.cols-2 div#main {
  display: inline;
  float: left;
}
div.cols-2 div#sub {
  display: inline;
  float: right;
}
div.cols-2 div#main, div.cols-2 div#sub {
  background: transparent none;
  margin: 0 !important;
  padding: 0 !important;
  width: 479px;
}
div.cols-2 div#aside {
  display: block;
  clear: both;
  float: none;
  width: 958px;
  margin: 0;
  padding: 0;
}
div.cols-2 div#main img {
  width: auto !important;
  height: auto !important;
  max-width: 432px !important;
}
div.cols-2 div#main embed[width], div.cols-2 div#main object[width] {
  max-width: 432px !important;
}

/* 同幅3カラム */
div.cols-3 {
  background: #fff url("../image/style-framy/3column_bg.gif") repeat-y center top !important;
}
div.cols-3 div#main,
div.cols-3 div#sub,
div.cols-3 div#aside {
  display: inline;
  float: left;
  background: transparent none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 318px;
}
div.cols-3 div#main {
  width: 320px;
}
div.cols-3 div#sub,
div.cols-3 div#aside {
  margin-left: 1px !important;
}
div.cols-3 div#main img {
  width: auto !important;
  height: auto !important;
  max-width: 289px !important;
}
div.cols-3 div#main embed[width], div.cols-3 div#main object[width] {
  max-width: 289px !important;
}

/* サイドバー */
div#sub div.section div.body, div#aside div.section div.body {
  font-size: 0.9em;
}
p.rss {
  display: inline;
  float: right;
  margin: 10px;
  padding: 0;
}
div.section p.rss {
  margin: 0;
}
p.rss a {
  width: 14px;
  height: 14px;
  display: block;
  font-size: 1px;
  text-indent: -100px;
  overflow: hidden;
  line-height: 1;
  background: transparent url("../image/feedicon.png") no-repeat right center;
}
div#aside div#about {
  line-height: 1.5;
}
div.single div#aside div#about {
  line-height: 1.2;
}
div#aside div#about div.image {
  padding: 5px 0 0 0;
  text-align: center;
}
div#aside div#about div.image p {
  text-align: left;
  color: #666;
  font-size: 0.93em;
}
div#about p.icon {
  text-align: center;
}

/* ボックス */
div.entries div#main div.section,
div#gallery div.section div.description,
div#page-introduction,
ul.tile li {
  margin: 0 auto;
  padding: 0;
  background: #fff none;
  border: solid 1px #D6D6D6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
div#main div.section {
  clear: both;
  padding: 8px 21px;
}
div.golden-ratio div#main div.section, div.two-to-one div#main div.section {
  padding: 8px 18px;
}
div.triple div#main div.section {
  padding: 8px 28px;
}
div#sub div.section, div#aside div.section {
  clear: both;
  padding: 10px;
}
div.single div#main div.section, div.cols-2 div#main div.section, div.cols-2 div#sub div.section,
div.cols-3 div#main div.section, div.cols-3 div#sub div.section, div.cols-3 div#aside div.section {
  padding: 8px 16px;
}
div#main div.section div.section, div#main div.section div.section div.section {
  padding: 14px 0 0 0;
}
div#gallery div.section div.description {
 width: 638px;
  margin: 0 auto 24px auto;
  padding: 0;
}
div#page-introduction {
  clear: both;
  margin: 15px;
  padding: 15px;
  max-width: 940px;
}

/* separator つき section */
div#main div.separated {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent url("../image/style-framy/separator.gif") repeat-x left top;
}
div#main div.split {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent url("../image/style-framy/split.gif") no-repeat center top;
}

/* chapter */
div#main div.chapter,
div.golden-ratio div#main div.chapter, div.two-to-one div#main div.chapter,
div.triple div#main div.chapter,
div#sub div.chapter, div#aside div.chapter,
div.single div#main div.chapter, div.cols-2 div#main div.chapter, div.cols-2 div#sub div.chapter,
div.cols-3 div#main div.chapter, div.cols-3 div#sub div.chapter, div.cols-3 div#aside div.chapter {
  padding: 20px 0;
  background: transparent url("../image/style-framy/separator.gif") repeat-x left top;
}
div#main div.chapter div.section {
  padding: 8px 21px;
}
div.golden-ratio div#main div.chapter div.section, div.two-to-one div#main div.chapter div.section {
  padding: 8px 18px;
}
div.triple div#main div.chapter div.section {
  padding: 8px 28px;
}
div#sub div.chapter div.section, div#aside div.chapter div.section {
  clear: both;
  padding: 10px;
}
div.single div#main div.chapter div.section, div.cols-2 div#main div.chapter div.section, div.cols-2 div#sub div.chapter div.section,
div.cols-3 div#main div.chapter div.section, div.cols-3 div#sub div.chapter div.section, div.cols-3 div#aside div.chapter div.section {
  padding: 8px 16px;
}

div.section div.body {
  clear: left;
  padding-top: 1px;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font-size: 1em;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  text-decoration: none;
}
h1 {
  text-align: left;
  font-size: 1.8em;
  margin: 0.67em 0;
}
h1, h1 a:link, h1 a:visited {
  color: #000;
}
h2 {
  font-size: 1.3em;
  margin: 0.83em 0;
}
h2, h2 a,  h2 a:link, h2 a:visited {
}
div#main h1,
div#main div.chapter h2 {
  margin-left: 21px;
  margin-right: 21px;
}
div.golden-ratio div#main h1, div.two-to-one div#main h1,
div.golden-ratio div#main div.chapter h2, div.two-to-one div#main div.chapter h2 {
  margin-left: 18px;
  margin-right: 18px;
}
div.triple div#main h1, div.triple div#main div.chapter h2 {
  margin-left: 28px;
  margin-right: 28px;
}
div.single div#main h1, div.cols-2 div#main h1, div.cols-2 div#sub h1, div.cols-2 div#aside h1, div.cols-3 div#main h1, div.cols-3 div#sub h1, div.cols-3 div#aside h1,
div.single div#main div.chapter h2, div.cols-2 div#main div.chapter h2, div.cols-3 div#main div.chapter h2 {
  margin-left: 16px;
  margin-right: 16px;
}
div#main div.chapter div.section h2 {
  margin-left: 0;
  margin-right: 0;
}
div#main h1 span.date {
  display: block;
  font-size: 0.8em;
}
h3 {
  margin: 1em 0;
  padding: 0 0 0 16px;
  border-bottom: #000 solid 2px;
  background: transparent url("../image/style-framy/marker_square_black.gif") no-repeat left center;
  font-weight: bold;
  font-size: 1em;
  color: #000;
}
h3, h3 a, h3 a:link, h3 a:visited {
  text-decoration: none;
}
h3 a:hover {
  color: #08c;
  text-decoration: none;
}
h4, h4 a, h4 a:link, h4 a:visited {
}
body.editor h1 {
  margin: 0 0 1.5em 0;
  padding: 10px 20px;
  color: #FFF;
  background: #aaa none;
  border: none;
  font-size: 1.3em;
}
h1#page-title { clear: both; }
div.triple div#sub h2,
div#aside h2 {
  display: inline;
  float: left;
  margin: 0 -50px 0 0;
  padding: 0;
  background: transparent none;
  text-align: left;
  font-size: 1.1em;
  text-shadow: rgba(0,0,0,0.3) 0 -1px 1px, rgba(255,255,255,0.3) 0 1px 1px;
}
div.triple div#sub h2, div.triple div#sub h2 a, div.triple div#sub h2 a:link, div.triple div#sub h2 a:visited, div#aside h2, div#aside h2 a, div#aside h2 a:link, div#aside h2 a:visited {
  color: #ccc;
}
div.triple div#sub h1, div#aside h1, div.triple div#main h1 {
  display: none;
}
div#main div#comments h2, div#main div#trackbacks h2, div#main div#related-articles h2, div#main div#gmap h2 {
  display: block;
  float: none;
  margin: 0 0 1em 0;
  padding: 0 0 0 24px;
  font-weight: bold;
  font-size: 1em;
}
div#main div#comments h2 {
  margin-top: 10px;
  color: #F0BB3B;
  border-bottom: #F0BB3B solid 2px;
  background: transparent url("../image/style-framy/comment_marker.gif") no-repeat left bottom;
}
div#main div#trackbacks h2, div#main div#related-articles h2 {
  margin-top: 10px;
  color: #666;
  border-bottom: #999 solid 2px;
  background: transparent url("../image/style-framy/trackback_marker.gif") no-repeat left bottom;
}
div#main div#gmap h2 {
  margin-top: 10px;
  color: #3081dd;
  border-bottom: #4192ee solid 2px;
  background: transparent url("../image/style-framy/loc_marker.gif") no-repeat left bottom;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #08c;
}

fieldset legend {
  padding: 0.5em 1em;
  font-weight: bold;
  color: #000;
  text-align: left;
}

/* 本文中の画像等 */
div#main div.section div.body div.gallery {
  margin: 0 -15px 0 0;
  word-spacing: -1em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  div#main div.section div.body div.gallery {
    display: table;
  }
}
div#main div.section div.body div.gallery div.image {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  /display: inline;
  /zoom: 1;
  _display: inline;
  _zoom: 1;
  width: 340px;
  margin: 0 15px 15px 0;
  font-size: 0.86em;
  line-height: 1.3;
  word-spacing: normal;
}
div#main div.section div.body div.gallery div.image img {
  width: auto !important;
  height: auto !important;
  max-width: 340px !important;
}
div#main div.section div.body div.gallery div.image object,
div#main div.section div.body div.gallery div.image embed {
  max-width: 340px !important;
}
div.golden-ratio div#main div.section div.body div.gallery div.image {
  width: 270px;
}
div.golden-ratio div#main div.section div.body div.gallery div.image img,
div.golden-ratio div#main div.section div.body div.gallery div.image object,
div.golden-ratio div#main div.section div.body div.gallery div.image embed {
  max-width: 270px !important;
}
div.two-to-one div#main div.section div.body div.gallery div.image {
  margin: 0 14px 14px 0;
  width: 294px;
}
div.two-to-one div#main div.section div.body div.gallery div.image img,
div.two-to-one div#main div.section div.body div.gallery div.image object,
div.two-to-one div#main div.section div.body div.gallery div.image embed {
  max-width: 294px !important;
}
div.triple div#main div.section div.body div.gallery div.image {
  margin: 0 14px 14px 0;
  width: 223px;
}
div.triple div#main div.section div.body div.gallery div.image img,
div.triple div#main div.section div.body div.gallery div.image object,
div.triple div#main div.section div.body div.gallery div.image embed {
  max-width: 223px !important;
}
div.cols-2 div#main div.section div.body div.gallery div.image {
  width: 216px;
}
div.cols-2 div#main div.section div.body div.gallery div.image img,
div.cols-2 div#main div.section div.body div.gallery div.image object,
div.cols-2 div#main div.section div.body div.gallery div.image embed {
  max-width: 216px !important;
}
div.cols-3 div#main div.section div.body div.gallery {
  margin: 0;
  word-spacing: normal;
  display: block;
}
div.cols-3 div#main div.section div.body div.gallery div.image {
  width: auto;
  display: block;
  margin: 0;
}
div.cols-3 div#main div.section div.body div.gallery div.image img,
div.cols-3 div#main div.section div.body div.gallery div.image object,
div.cols-3 div#main div.section div.body div.gallery div.image embed {
  max-width: 289px !important;
}
div#main div.section div.body div.image {
  text-align: center;
}
div#main div.section div.body div.image p,
div#main div.section div.body div.image h1,
div#main div.section div.body div.image h2,
div#main div.section div.body div.image h3,
div#main div.section div.body div.image h4,
div#main div.section div.body div.image h5,
div#main div.section div.body div.image h6,
div#main div.section div.body div.image table,
div#main div.section div.body div.image pre,
div#main div.section div.body div.image ul,
div#main div.section div.body div.image ol,
div#main div.section div.body div.image dl,
div#main div.section div.body div.image address,
div#main div.section div.body div.image form,
div#main div.section div.body div.image blockquote {
  text-align: left;
}
div#main div.section div.body .author {
  font-style: italic;
  text-align: right;
}

/* 本文中の定義リスト */
div#main div.section div.body dl dt {
  margin: 0;
  padding: 0.8em 1em;
  border: solid 1px #d6d6d6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #F6F6F6;
  font-weight: bold;
}
div#main div.section div.body dl dd {
  margin: 0;
  padding: 0.7em 1em;
  line-height: 1.5;
}
div#main div.section div.body dl dl {
  font-size: 0.9em;
  margin: 1em;
}
div#main div.section div.body dl dl dt, div#main div.section div.body dl dl dd {
  padding: 0.3em 1em;
}
div#main div.section div.body dl dl dt {
  background-color: #F0F4F8;
}

/* サイドバーの定義リスト */
div#aside div.section div.body dl dt, div#sub div.section div.body dl dt {
  margin-top: 0.5em;
  border-bottom: solid 1px;
  font-weight: bold;
}
div#aside div.section div.body dl dd, div#sub div.section div.body dl dd {
  margin: 0.2em 0;
}
div#aside div.section div.body dl#links dt {
  margin: 0 0 2px 0;
  padding: 0;
  border: none;
}
div#aside div.section div.body dl#links dd {
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 1.2;
  font-size: 0.96em;
  color: #666;
}

/* フォームとしての定義リスト */
div#main div.section div.body form dl {
  border: none;
}
div#main div.section div.body form dl dt, div#main div.section div.body form dl dd {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  background: transparent none;
  font-weight: normal;
}
div#main div.section div.body form dl dd {
  margin: 0.1em 0 0.2em 2em;
}
div#main div.section div.body form dl dl {
  font-size: 0.9em;
  margin: 0 0.1em 0 2em;
}
div#main div.section div.body form dl dl dt, div#main div.section div.body form dl dl dd {
  padding: 0;
  background: transparent none;
}
div#main div.section div.body form dl dl dd {
  margin: 0.1em 0 0.2em 2em;
}
div#main div.section div.body form input[type="image"] {
  vertical-align: bottom;
}

/* インデックス・リスト */
ul.index, ul.index li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.index {
  clear: left;
}
ul.index li {
  clear: left;
  overflow: hidden;
  margin: 0;
  padding: 0.6em 0 0 0;
}
* html ul.index li {
  overflow: visible;
  height: 0;
}
ul.index li ul li{
  clear: none;
  padding: 0;
}
ul.index p {
  margin: 0;
}
ul.index div.title {
  font-weight: bold;
  font-size: 1.1em;
}
ul.index div.description {
  margin: 0.1em 0;
}
ul.index div.description p, ul.index div.description br {
  display: inline;
}
ul.index .time, ul.index .date {
  font-size: 0.9em;
  color: #666;
  font-weight: normal;
}
div#main ul.index li {
  padding: 1em 0;
}
div#main ul.index li div.title {
  margin-bottom: 0.7em;
  border-bottom: #000 solid 2px;
  font-size: 1em;
}
div#main ul.index li div.title a,
div#main ul.index li div.title a:hover {
  padding-left: 16px;
  background: transparent url("../image/style-framy/marker_square_blue.gif") no-repeat left center;
  color: #08c;
  text-decoration: none;
}
div#main ul.index li div.icon {
  padding: 0 15px 0.3em 0;
}
div#main ul.index>li:last-child {
  border-bottom: none;
}
div#main ul.index li ul {
  margin: 0.5em 0 0 0;
  padding: 5px;
  border: solid 1px #d6d6d6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #FAFAFA;
}
div#main ul.index li ul li {
  display: inline;
  padding: 0 0.5em;
  border: none;
  white-space: nowrap;
  _white-space: normal;
  /white-space: normal;
}
div#main .taketori-writingmode-ttb ul.index li ul li:not(:target) {
  white-space: normal\9;
}
div#main ul.index li ul li:before {
  content: "\00A7";
  color: #999;
  padding-right: 0.3em;
}
p.read-more {
  text-align: right;
  font-size: 0.9em;
}

/* グリッド状に配置 */
div#main div.chapter div.grid,
div#main div.grid {
  padding: 8px 6px;
}
div.golden-ratio div#main div.grid, div.two-to-one div#main div.grid {
  padding: 8px 3px;
}
div.triple div#main div.grid {
  padding: 8px 13px;
}
div.single div#main div.grid, div.cols-2 div#main div.grid, div.cols-2 div#sub div.grid,
div.cols-3 div#main div.grid, div.cols-3 div#sub div.grid, div.cols-3 div#aside div.grid {
  padding: 8px 1px;
}
div#main div.grid h2,
div#main div.chapter div.grid h2,
div.golden-ratio div#main div.grid h2, div.two-to-one div#main div.grid h2,
div.triple div#main div.grid h2,
div.single div#main div.grid h2, div.cols-2 div#main div.grid h2, div.cols-2 div#sub div.grid h2,
div.cols-3 div#main div.grid h2, div.cols-3 div#sub div.grid h2, div.cols-3 div#aside div.grid h2,
div#main div.grid ul.info,
div.golden-ratio div#main div.grid ul.info, div.two-to-one div#main div.grid ul.info,
div.triple div#main div.grid ul.info,
div.single div#main div.grid ul.info, div.cols-2 div#main div.grid ul.info, div.cols-2 div#sub div.grid ul.info,
div.cols-3 div#main div.grid ul.info, div.cols-3 div#sub div.grid ul.info, div.cols-3 div#aside div.grid ul.info,
div#main div.grid p.read-more {
  margin-left: 15px;
  margin-right: 15px;
}
div#main div.grid ul.index li p.read-more {
  font-size: 0.84em;
  margin: 0;
}
div#main div.grid ul.index {
  padding: 0;
  border: none;
  overflow: hidden;
  /min-height: 0;
}
* html div#main div.grid ul.index {
  overflow: visible;
  height: 0;
}
div#main div.grid ul.index li {
  clear: none;
  display: inline;
  float: left;
  width: 211px;
  margin: 0;
  padding: 15px;
  border: none;
}
* html div#main div.grid ul.index li {
  width /**/: 241px;
}
div#main div.square ul.index li {
  height: 211px;
  min-height: 211px;
  overflow: auto;
  overflow-x: hidden;
}
* html div#main div.square ul.index li {
  height /**/: 241px;
}
div#main div.aspect4-3 ul.index li {
  height: 150px;
  min-height: 150px;
  overflow: auto;
  overflow-x: hidden;
}
* html div#main div.aspect3-4 ul.index li {
  height /**/: 180px;
}
div#main div.aspect3-4 ul.index li {
  height: 291px;
  min-height: 291px;
  overflow: auto;
  overflow-x: hidden;
}
* html div#main div.aspect4-3 ul.index li {
  height /**/: 321px;
}
div.single div#main div.grid ul.index li {
  width: 209px;
  padding: 15px;
}
* html div.single div#main div.grid ul.index li {
  width /**/: 239px;
}
div.single div#main div.square ul.index li {
  height: 209px;
  min-height: 209px;
}
* html div.single div#main div.square ul.index li {
  height /**/: 239px;
}
div.single div#main div.aspect4-3 ul.index li {
  height: 149px;
  min-height: 149px;
}
* html div.single div#main div.aspect4-3 ul.index li {
  height /**/: 179px;
}
div.single div#main div.aspect3-4 ul.index li {
  height: 289px;
  min-height: 289px;
}
* html div.single div#main div.aspect3-4 ul.index li {
  height /**/: 319px;
}
div#main div.grid ul.index li div.title {
  margin-bottom: 0.3em;
  padding-left: 0;
  background: transparent none;
  border-bottom: none;
  font-size: 1.1em;
}
div#main div.grid ul.index li div.icon {
  padding: 0 0 0.3em 0;
}
div#main div.grid ul.index li ul {
  font-size: 0.93em;
}
div#main div.liquid ul.index,
div.single div#main div.liquid ul.index {
  letter-spacing: -1em;
  overflow: visible;
}
div#main div.liquid ul.index li,
div.single div#main div.liquid ul.index li {
  letter-spacing: normal;
  height: auto;
  overflow: visible;
  float: none;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  /display: inline;
  /zoom: 1;
  _display: inline;
  _zoom: 1;
}
div#main div.grid ul.index li ul li,
* html div#main div.grid ul.index li ul li,
div.single div#main div.grid ul.index li ul li,
* html div.single div#main div.grid ul.index li ul li,
div#main div.square ul.index li ul li,
* html div#main div.square ul.index li ul li,
div#main div.aspect4-3 ul.index li ul li,
* html div#main div.aspect4-3 ul.index li ul li,
div#main div.aspect3-4 ul.index li ul li,
* html div#main div.aspect3-4 ul.index li ul li,
div.single div#main div.square ul.index li ul li,
* html div.single div#main div.square ul.index li ul li,
div.single div#main div.aspect4-3 ul.index li ul li,
* html div.single div#main div.aspect4-3 ul.index li ul li,
div.single div#main div.aspect3-4 ul.index li ul li,
* html div.single div#main div.aspect3-4 ul.index li ul li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  white-space: normal;
  width: auto;
  height: auto;
  min-height: inherit;
  overflow: visible;
  /min-height: 0;
}
div#aside ul.index li, div#aside ul.index li p, div#sub ul.index li, div#sub ul.index li p{
  line-height: 1.2;
}
div#main div.grid ul.index li, div#main div.grid ul.index li p {
  line-height: 1.5;
}

/* サイドインデックス */
div#aside ul.index li, div#sub ul.index li {
  padding: 0.6em 0 0 12px;
  background: transparent url("../image/style-framy/marker.gif") no-repeat left 0.9em;
}
div#aside ul.index li:hover, div#sub ul.index li:hover {
  background: transparent url("../image/style-framy/marker_hover.gif") no-repeat left 0.9em;
}
div#aside ul.index li a img, div#sub ul.index li a img {
  max-width: 188px !important;
  _width: 188px !important;
}
div.golden-ratio div#aside ul.index li a img, div.golden-ratio div#sub ul.index li a img {
  max-width: 334px !important;
  _width: 334px !important;
}
div.two-to-one div#aside ul.index li a img, div.two-to-one div#sub ul.index li a img {
  max-width: 287px !important;
  _width: 287px !important;
}
div#aside ul.index li ul li, div#sub ul.index li ul li, div#aside ul.index li:hover ul li, div#sub ul.index li:hover ul li, div#aside ul.index li div.date, div#sub ul.index li div.date {
  padding: 0.4em 0 0 0;
  background: none;
}
div#aside ul.gallery {
  width: 200px;
  margin: 0;
  padding: 16px 0;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
div#aside ul.gallery * {
  display: inline;
  overflow: visible;
  margin: 0;
  padding: 0;
}
div#aside ul.gallery li {
  padding: 0 5px;
  background: transparent none;
}
div#aside ul.gallery li:hover {
  background: transparent none;
}
div#aside ul.gallery li img {
  max-width: none !important;
}
div#categories ul {
  margin: 0;
  padding: 10px 0 0 20px;
}
div#aside ul.index div.description {
  color: #666;
}

/* 竹取JS */
.taketori-ttb h1,
.taketori-ttb h2,
.taketori-ttb h3 {
  margin-left: 0 !important;
}
.taketori-writingmode-ttb h1,
.taketori-writingmode-ttb h2,
.taketori-writingmode-ttb h3 {
  margin-top: 0 !important;
  background: transparent none !important;
}
div.ttb a {
  text-decoration: none !important;
}
div#main div.ttb {
  margin: 0 14px;
}
div#main div.ttb p {
  line-height: 2;
}
div#main .taketori-ttb ul.index li ul li:before {
  display: -moz-inline-block;
  display: inline-block;
  padding: 0;
  width: 1.5em;
  text-align: center;
  vertical-align: middle;
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  transform:rotate(-90deg);
}
div#main .taketori-ttb ul.index li ul li,
div#main .taketori-ttb ul.info li {
  position: relative;
}
div#main .taketori-writingmode-ttb ul.index li ul li:after {
  content: ' ';
  white-space: normal;
}

/* Tag cloud - Vicuna CMS style-vega http://vicuna.jp */
ul.tagCloud {
  margin: 1em 0;
  line-height: 1;
  _height: 1px; /* for IE6 */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
ul.tagCloud li {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 100%;
}
ul.tagCloud li a {
  text-decoration: none;
}

/* Tag level 1 > 6 */
ul.tagCloud li.level1 a {
  font-size: 167%;
  font-weight: bold;
  color: #3e5b71;
}
ul.tagCloud li.level2 a {
  font-size: 136%;
  font-weight: bold;
  color: #668eac;
}
ul.tagCloud li.level3 a {
  font-size: 122%;
  font-weight: bold;
  color: #668eac;
}
ul.tagCloud li.level4 a {
  font-size: 114%;
  color: #87a6be;
}
ul.tagCloud li.level5 a {
  font-size: 92%;
  color: #a7becf;
}
ul.tagCloud li.level6 a {
  font-size: 77%;
  color: #c7d5e0;
}

/* On Mouse */
ul.tagCloud li a:hover {
  color: #000;
}

/* 記事 */
div#main div.info {
  padding-top:  0;
}
div.info ul, ul.info {
  list-style-type: none;
  margin:  0;
  padding: 10px 0;
  font-size: 90%;
  color: #666;
  overflow: hidden;
}
* html div.info ul, * html ul.info {
  overflow: visible;
  height: 0;
}
div.info ul li, ul.info li {
  display: inline;
  margin:  0;
  padding: 0;
  white-space: nowrap;
  _white-space /**/: normal;
}
div.info ul li.description, ul.info li.description {
  white-space: normal;
}
div.info ul li.time, ul.info li.time {
  padding-right: 1em;
}
div.info ul li.author {
 font-weight: bold;
 padding-right: 1em;
}
div.date {
  color: #666;
}
div.info ul li p, ul.info li p,div.info ul li br, ul.info li br {
  margin:  0;
  padding: 0;
  display: inline;
}
div.info div.image {
  margin: 10px 0 0 0;
  font-size: 90%;
  color: #666;
}
div.info ul li.sbm {
  display: block;
  padding: 0.5em 0;
}
.sbm iframe, .sbm img {
  vertical-align: baseline;
}
.sbm div {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: baseline;
  /display: inline;
  /zoom: 1;
  _display: inline;
  _zoom: 1;
}
ul.info li.icon {
  float: left;
  padding: 0 10px 0 0;
}
div#main div.feedback {
  font-size: 0.93em;
}
div#main div.feedback div.body {
  padding: 1px 9px 0 9px;
}
div#main div#gmap div.body {
  padding: 15px 9px 0 9px;
}
div#main div#gmap-description {
  margin-top: -15px;
  padding-top: 0;
}
div#main div#gmap-description div.body {
  padding: 0 10px;
}
div#main div.user-generated-comment,
div#main div.trackback {
  border-bottom: solid 1px #d6d6d6;
}
div#main div.trackback h4 {
  margin: 0;
  padding: 0;
}
div#main div.feedback p {
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 1.2;
}
div#main table.info {
  width: 100%;
}
* html div#main table.info {
  width /**/: auto;
}

/* ミニショップ */
div#content div#main div.chapter div.item {
  background: transparent url("../image/style-framy/shadow.png") repeat-x left top;
  padding-top: 20px;
  padding-bottom: 30px;
  _background: transparent url("../image/style-framy/shadow.gif") repeat-x left top;
}
div#content div#main div.chapter div.item:first-child {
  padding-top: 10px;
  background: transparent none;
}
div#main div.chapter div.item h4 {
  color: #666;
  border-bottom: solid 2px #666;
}
div#main div.chapter div.item div.data div.body {
  margin: 0;
  padding: 0;
  width: 695px;
  /min-height: 0;
}
div#main div.chapter div.item div.data div.body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div#main div.chapter div.item div.data div.body {
  height: 0;
}
div#main div.chapter div.item div.data div.body div.image {
  margin: 0;
  padding: 0;
  width: 340px;
  float: left;
}
div#main div.chapter div.item div.data div.body dl {
  margin: 0;
  padding: 0;
  width: 340px;
  float: right;
}
div#main div.chapter div.item div.data div.body dl dt {
  margin: 0;
  padding: 0 1em;
  border: none;
  background-color: #eee;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
div#main div.chapter div.item div.data div.body dl dd {
  margin: 0;
  padding: 4px 0;
}
div#main div.chapter div.item div.sample div.body {
  width: 695px;
  overflow: hidden;
}
div#main div.chapter div.item div.sample ul {
  width: 705px;
  margin: 0;
  margin-right: -10px;
  padding: 0;
  border: none;
  overflow: hidden;
  /min-height: 0;
}
* html div#main div.chapter div.item div.sample ul {
  overflow: visible;
  height: 0;
}
div#main div.chapter div.item div.sample ul li {
  display: inline;
  float: left;
  margin: 0;
  padding: 5px 10px 0 0;
}
div#main div.chapter div.item div.sample ul li a, div#main div.chapter div.item div.sample ul li a img {
  margin: 0;
  padding: 0;
}
div#main div.shopping-cart-tool {
  float: right;
  text-align: right;
  margin: 15px 15px 15px -100%;
  /float: none;
  /margin: 15px 15px 15px 0;
  _float: none;
  _margin: 15px 15px 15px 0;
}

/* ナビゲーション */
ul.nav {
  clear: left;
  margin:  0;
  padding: 10px 10px 0 10px;
  list-style-type: none;
  text-align: right;    
}
ul.nav li {
  display: inline;
  margin:  0;
  padding: 0;
}
ul#top-nav {
  display: inline;
  float: right;
}
ul.nav a {
  outline: none;
}
ul.pager {
  margin: 15px 0;
  padding:  0;
  list-style-type: none;
  text-align: center;    
}
div#gallery ul.pager {
  margin-top: 0;
}
ul.pager li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}
ul.pager form {
  display: inline;
  margin: 0;
  padding: 0;
}
ul.pager li.here, ul.pager li.omission, ul.pager li.info, ul.pager li.manual, ul.pager li.button, ul.pager a {
  margin:  0;
  padding: 0 0.5em;
  text-shadow: rgba(0,0,0,0.4) 0 -1px 1px, rgba(255,255,255,0.4) 0 1px 1px;
  outline: none;
}
ul.pager li.here {
  font-weight: bold;
}
ul.pager li.manual, ul.pager li.manual a, ul.pager li.manual a:hover,
ul.pager li.button, ul.pager li.button a, ul.pager li.button a:hover,
ul.pager li.prev a, ul.pager li.prev a:hover,
ul.pager li.next a, ul.pager li.next a:hover {
  text-shadow: none;
}
div#gallery ul.pager {
  padding: 0;
}

/* ギャラリー風インデックス */
div.gallery div#main ul.index {
  margin: 0 -5px 0 -5px;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
div.gallery div#main ul.index li {
  margin: 0;
  padding: 1em 5px;
  border: none;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  /display: inline;
  /zoom: 1;
  _display: inline;
  _zoom: 1;
}
div.gallery div#main ul.index li div.title {
  margin-bottom: 0;
  padding-left: 0;
  background: transparent none;
  border-bottom: none;
  font-size: 1.1em;
}
div.gallery div#main ul.index li div.icon {
  padding: 0;
}
div.gallery div#main ul.index div.description p, div.gallery div#main ul.index div.description br {
  display: block;
}
div.gallery div#main ul.index li ul {
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
  font-size: 1em;
}
div.gallery div#main ul.index li ul li {
  display: block;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  white-space: normal;
}
div.gallery div#main ul.index li ul li:before {
  content: '';
  padding: 0;
}
div.gallery iframe.gmap-index {
  display: block;
}

/* CGI */
* html div.entries div#main {
  text-align /**/: center;
}
div#main form#gate table.field-table {
  margin: 0 auto;
}
div.detail div#main form#gate,
div.entries div#main form#gate,
div.categories div#main form#gate,
div.search div#main form#gate {
  padding: 15px;
  margin-bottom: 15px;
  border-top: solid 1px #a6a6a6;
  border-bottom: solid 1px #d6d6d6;
  background: #fff url("../image/style-framy/single_bg_fiber.jpg") repeat-y center top;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -o-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  text-align: center;
}
div#main .panel {
  margin: 15px auto;
  padding: 0;
  text-align: center;
}
div.entries div#main div.box,
div.entries div#main ul.box {
  clear: left;
  padding: 15px;
  margin: 15px auto 0 auto;
}
* html div.entries ul.box {
  margin-left /**/: 0;
  margin-right /**/: 0;
}
div.entries div#main div.section,
div.categories div#main div.section {
  padding: 4px 14px 14px 14px;
  margin: 0 0 15px 0;
}
div.categories div#main div.index {
  clear: left;
  margin: 0 -1px;
  padding: 0;
  width: 960px;
  /min-height: 0;
  background: #eee url("../image/style-framy/single_bg.gif") repeat-y center top;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -o-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
}
div.categories div#main div.index:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div.categories div#main div.index {
  height: 0;
}
div.search div#main form {
  clear: left;
  margin: 1px 0 0 0;
}
div.entries div#main div.box table {
 margin: 0 auto;
}
div.categories div#main div.section {
  clear: none;
  display: inline;
  float: left;
  margin: 0;
  width: 290px;
  height: 290px;
  border-top: solid 1px #f6f6f6;
  border-right: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  border-left: solid 1px #f6f6f6;
  overflow: auto;
  overflow-x: hidden;
}
* html div.categories div#main div.section {
  width /**/: 320px;
  height /**/: 320px;
}
div.categories div.section dl, div.entries div.section dl {
  margin: 0.3em 0;
  padding: 0;
  font-size: 0.88em;
  color: #888;
}
div.categories div#main div.section div.body dl.info dt,
div.entries div#main div.section div.body dl.info dt {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0 0.3em 0 0;
  padding: 0;
  border: none;
  background: transparent none;
}
div.categories div#main div.section div.body dl.info dd,
div.entries div#main div.section div.body dl.info dd {
  margin: 0;
  padding: 0;
}
div.categories div#main div.section div.body dl.info dt:after,
div.entries div#main div.section div.body dl.info dt:after {
  content: " : ";
}
div.entries div#main div.section {
  margin: 15px auto;
}

/* お問い合わせのフィールドテーブル */
body.inquiry div#main table.field-table .datatitle:after,
body.inquiry div#main table.field-table td.field-name label:after {
  content: "";
}
body.inquiry div#main table.field-table td.field-name strong:after {
  content: "*";
  color: red;
}
body.inquiry div#main table.field-table {
  empty-cells: show;
  background: transparent none;
  border: none;
  border-top: 1px #d6d6d6 solid;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.5em auto;
  padding: 0;
  width: 100%;
  _width: auto;
}
body.inquiry div#main table.field-table table {
  margin: 0;
}
body.inquiry div#main table.field-table tr.tbody-end td.field-name,
body.inquiry div#main table.field-table tr.tbody-end td.field,
body.inquiry div#main table.field-table tr.tbody-start td.field-name,
body.inquiry div#main table.field-table tr.tbody-start td.field {
  padding: 8px 14px;
}
body.inquiry div#main table.field-table td.field-name {
  background: #f6f6f6 none;
  border-left: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  padding: 8px 14px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}
body.inquiry div#main table.field-table td.field {
  background: #fff none;
  border: none;
  border-right: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  padding: 8px 14px;
  vertical-align: middle;
  text-align: left;
}
body.inquiry div#main table.field-table td.field p {
  max-width: 540px;
}
body.inquiry div#main table.field-table td.submit-box {
  padding-top: 10px;
  text-align: center;
}
body.inquiry div#main table.field-table td.field ol {
  margin: 0;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"] {
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  min-width: 150px;
  _width: 150px;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"]:hover {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#c8c8c8));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #c8c8c8);
  background-image: -moz-linear-gradient(top, #e8e8e8, #c8c8c8);
  background-image: -ms-linear-gradient(top, #e8e8e8, #c8c8c8);
  background-image: -o-linear-gradient(top, #e8e8e8, #c8c8c8);
  background-image: linear-gradient(top, #e8e8e8, #c8c8c8);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"]:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #b8b8b8, 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 0 5px 2px #b8b8b8, 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 0 5px 2px #b8b8b8, 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 0 5px 2px #b8b8b8, 0 1px 0 0 #ffffff;
  box-shadow: inset 0 0 5px 2px #b8b8b8, 0 1px 0 0 #ffffff;
}

/* Baobab */
ul#baobab-tree-navi, ul#baobab-tree-navi ul {
  list-style-type: none;
}
ul#baobab-tree-navi ul {
  margin: 0;
  padding: 0.5em 0;
}
ul#baobab-tree-navi ul li {
  margin: 0;
  padding: 0;
}
div.entries div#main div#baobab-thread-box {
  padding: 0 16px 0 16px;
}
div.entries div#main div#baobab-thread-box .baobab-article-frame {
  margin-left: 0;
}
form#cancel {
  text-align: center;
}
table#baobab-article-list {
  margin: 0 auto;
}
table.baobab-article-frame {
  margin: 8px auto;
  empty-cells: show;
  background: transparent none;
  border: none;
}
table.baobab-article-frame td {
  background: transparent none;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
div.tree div#main {
  padding: 1px 15px;
}
ul.bb-tree {
  padding-bottom: 20px !important;
}
div.single div#main table.baobab-article-frame td.fukidashi-box h2 {
  display: block;
  float: none;
  margin: 0 0 1em 0;
  padding: 0 0 0 16px;
  background: transparent url("../image/style-framy/marker_square_black.gif") no-repeat left center;
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
}
table.baobab-article-frame td.fukidashi-box div.body {
  clear: left;
}
table.baobab-article-frame td.chara-box {
  text-align: center;
}
table.baobab-article-frame td.chara-box ul.info {
  margin: 2px 0;
  padding: 5px;
  list-style-type: none;
}
table.baobab-article-frame td.chara-box ul.info li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: normal;
}
table.baobab-article-frame td.chara-box ul.info li.address,
table.baobab-article-frame td.chara-box ul.info li.mtime {
  font-size: 0.8em;
}
div#content div#main div.baobab-form form table.field-table {
  margin: 0 auto;
}
div.entries div#main ul#baobab-tree-navi, div.entries div#main div.section + ul.box {
  background: #fff url("../image/style-framy/shadow.png") repeat-x center top;
  margin: 30px 0 15px 0;
  padding: 30px;
  _background: #fff url("../image/style-framy/shadow.gif") repeat-x left top;
}
div.entries div#main div#baobab-search-frame,
div.entries div#main div#calendar-search-frame,
div#content div#main div.baobab-form,
div.map div#main div#list-box {
  margin: 30px 0 15px 0;
  padding: 15px;
  border: none;
  border-top: solid 1px #a6a6a6;
  border-bottom: solid 1px #d6d6d6;
  background: #fff url("../image/style-framy/single_bg_fiber.jpg") repeat-y center top;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -o-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
div.entries div#main div#baobab-search-frame,
div.entries div#main div#calendar-search-frame {
  padding: 1px 15px 15px 15px;
}
div.map div#main div#list-box {
  margin: 0;
}

/* 詳細表示 */
div#top-item {
  margin: 0;
  text-align: center;
}
div#top-item img {
  max-width: 100% !important;
}

/* Calendar */
table#daytable td,
table#timetable-grid td {
  background-color: #fff;
}
fieldset.guest-can {
  border: #d6d6d6 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  margin-top: 10px;
}
div.guest-submit-box {
  margin: 10px;
  text-align: center;
}
form#cancel {
  text-align: center;
}
div#event-editor {
  position: absolute;
  top: 0;
  left: 0;
}

/* 日数カウンター */
div.single div#main div.double {
  width: 928px;
  margin: 0;
  padding: 0;
  /min-height: 0;
}
div.single div#main div.double:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div.single div#main div.double {
  height: 0;
}
div.single div#main div.double table.calendar {
  clear: none;
  display: inline;
  float: left;
  margin: 0 17px;
}
div.single div#main div.double table.calendar th, div.single div#main div.double table.calendar td {
  width: 60px;
  height: 60px;
  font-size: 16px;
}
div.single div#main div.double table.calendar caption {
  font-size: 16px;
}

/* アクセス制限 */
div.inline {
  margin-bottom: 15px;
  /min-height: 0;
}
div.inline:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div.inline {
  height: 0;
}
div.inline fieldset {
  clear: none;
  display: inline;
  float: left;
  margin: 0 15px 0 0;
  padding: 15px 10px 10px 10px;
  border: #d6d6d6 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
}
div#main div.inline fieldset table {
  margin: 0;
}

/* 郵便番号検索 */
div.zipcode div#main div.section div.body {
  text-align: center;
}

/* TableMaker */
div.entries table#table-viewer, div.entries table.tile-table {
  margin: 0 auto;
}
div.search div#main form#tm-search {
  clear: left;
  margin: 0 0 15px 0;
  padding: 10px 0;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  background: #fff url("../image/style-framy/single_bg.gif") repeat-y -593px top;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -o-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  text-align: center;
  /min-height: 0;
}
div.search div#main form#tm-search:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html div.search div#main form#tm-search {
  height: 0;
}
div.search div#main form#tm-search fieldset {
  display: inline;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: none;
}
div.search div#main form#tm-search fieldset#view-selector {
  width: 346px;
  float: left;
}
* html div.search div#main form#tm-search fieldset#view-selector {
  width /**/: 366px;
}
div.search div#main form#tm-search fieldset#search {
  width: 572px;
  float: right;
}
* html div.search div#main form#tm-search fieldset#search {
  width /**/: 592px;
}
div.search div#main form#tm-search fieldset table.field-table {
  margin: 0 auto;
}
table.tile-table div.bargraphbg-1,
table.tile-table div.bargraphbg-2,
table.tile-table div.bargraphbg-3,
table.tile-table div.bargraphbg-4,
table.tile-table div.bargraphbg-5,
table.tile-table div.bargraphbg-6,
ul.tile div.bargraphbg-1,
ul.tile div.bargraphbg-2,
ul.tile div.bargraphbg-3,
ul.tile div.bargraphbg-4,
ul.tile div.bargraphbg-5,
ul.tile div.bargraphbg-6 {
  margin-left: auto !important;
  margin-right: auto !important;
}
form#record-editor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
td.tile-cell div, ul.tile li div {
  margin: 0.2em auto;
  text-align: center;
}
ul.tile {
  margin: 0 -5px 0 -5px;
  text-align: center;
}
ul.tile li {
  margin: 5px;
  width: 205px;
  padding: 10px;
  _width /**/: 225px;
}
ul.tile li ol.checkbox {
  margin: 0.5em 0;
  padding: 0.3em 0.5em;
  border: solid 1px #D6D6D6;
  font-size: 0.9em;
}
div.map div#main {
  padding-bottom: 15px;
}
div.map div#main fieldset#search {
  margin: 15px auto 0 auto;
  padding: 0 15px;
  text-align: center;
  border: none;
}
div.map div#main fieldset#search table.field-table {
  margin: 0 auto;
}
div.search div#main form#tm-search fieldset#search table.field-table ol.checkbox,
div.map div#main fieldset#search table.field-table ol.checkbox {
  margin: 0;
  padding: 0;
}
div.map div#main form.floating-search-form fieldset#search {
  margin: 0;
  padding: 0;
}
div.map div#main form.floating-search-form fieldset#search legend {
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  background: transparent none;
  border: none;
  text-align: left;
}
head~/* */body div.map div#main form.floating-search-form fieldset#search legend {
  display: block;
}
html:not(:target) div.map div#main form.floating-search-form fieldset#search legend {
  display: inline;
}
div.map div#main form.floating-search-form fieldset#search table.field-table ol.checkbox {
  padding: 0;
  max-width: 480px;
  _width: 400px;
  /width: 400px;
  font-size: 0.9em;
}
div.map div#main form.floating-search-form fieldset#search table.field-table ol.checkbox li {
  display: inline;
  padding: 0 0.6em 0 0;
  white-space: nowrap;
  _white-space: normal;
  /white-space: normal;
}
head~/* */body div.map div#main form.floating-search-form fieldset#search table.field-table ol.checkbox li {
  white-space: normal;
}
html:not(:target) div.map div#main form.floating-search-form fieldset#search table.field-table ol.checkbox li {
  white-space: nowrap;
  _white-space: normal;
  /white-space: normal;
}
div.map div#list-box ul#list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.map div#list-box ul#list li {
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1;
}
div.map div#list-box ul#list li:after {
  content: " ";
}
div.map div#list-box ul#list li a {
  margin: 4px;
  padding: 0;
  font-size: 0.9em;
  white-space: nowrap;
  _white-space: normal;
  /white-space: normal;
}
div.map div#list-box ul#list li a img {
  margin: 3px;
  border: none;
  vertical-align: middle;
}
form#tm-register fieldset {
  margin: 0;
  padding: 15px 10px 10px 10px;
  border: #d6d6d6 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
}
form#tm-register fieldset legend {
  font-weight: bold;
}
form#tm-download-form label {
  font-size: 0.9em;
  padding: 0 0.5em;
}
form#rewind-form {
  margin: 15px auto;
}

/* お支払い方法・送料 */
div#main div.section div.body dl#payment-info dt {
  clear: left;
}
div#main div.section div.body dl#payment-info dd.bank-info-detail {
  float: left;
  padding-bottom: 0;
}
div#main div.section div.body dl#payment-info dd#bank-info-note {
  clear: left;
}
div#main div.section div.body div#carriage-info-box {
  clear: left;
  padding-top: 30px;
}

/* ツールバー */
div#toolbar {
  margin: 0 auto;
  padding: 3px 16px;
  background: #000 url("../image/style-framy/toolbarbg.jpg") repeat-x left bottom;
  font-size: 0.9em;
  text-align: right;
}
div#toolbar:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
div#toolbar a.rss {
  text-decoration: none;
  padding-right: 16px;
  font-weight: bold;
  background: transparent url("../image/feedicon.png") no-repeat right center;
}

/* Yahoo Search */
* html ul#searchword-cloud {
  width: 100%;
  overflow: hidden;
  margin-left /* */: 0;
}
ul#searchword-cloud a:hover {
  color: #000;
  background-color: #fff;
}
form#ysearch input#ysearch-query {
  width: 400px;
}
form#ysearch input#ysearch-submit {
  width: 100px;
}
div.yschabstr {
  font-size: 0.93em;
}
div.yschmtime {
  font-size: 0.93em;
  color: #666;
}
ol#ysearch-result li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
}
ol#ysearch-result li strong {
  background-color: #ff9;
}

/* Yahoo 検索最近の検索ワード */
div#toolbar form#ysearch-form {
  float: left;
  margin: 0;
  padding: 0 5px;
  text-align: left;
}
div#toolbar form#ysearch-form:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
div#toolbar form#ysearch-form div#searchword-tip {
  z-index: 9999;
}
div#toolbar form#ysearch-form input#ysearch-submit {
  border: none;
  background: transparent url("../image/style-framy/search.gif") no-repeat left top;
  margin: 0 0 0 4px;
  width: 14px;
  height: 14px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
}
div#toolbar form#ysearch-form input#ysearch-submit:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* 吹き出しチップ */
.omitted .tips {
  display: block;
  margin: 1px auto 0 auto;
  position: absolute;
  z-index: 2;
  background-image: url("../image/tri.gif");
  background-repeat: no-repeat;
  background-position: left top;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out 0, visibility 0.1s ease-in-out 0.5s;
  -moz-transition: opacity 0.5s ease-in-out 0, visibility 0.1s ease-in-out 0.5s;
  -o-transition: opacity 0.5s ease-in-out 0, visibility 0.1s ease-in-out 0.5s;
  -ms-transition: opacity 0.5s ease-in-out 0, visibility 0.1s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0, visibility 0.1s ease-in-out 0.5s;
}
.omitted:hover .tips {
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-in-out 0;
  -moz-transition: opacity 0.5s ease-in-out 0;
  -o-transition: opacity 0.5s ease-in-out 0;
  -ms-transition: opacity 0.5s ease-in-out 0;
  transition: opacity 0.5s ease-in-out 0;
}
.omitted .tips .content {
  margin: 9px 0 0 0;
  padding: 10px;
  width: 140px;
  font-size: 0.8em;
  background-color: #222;
  color: #FFF;
  text-align: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  text-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.56);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.56);
  -o-box-shadow: 0 3px 3px rgba(0,0,0,0.56);
  -ms-box-shadow: 0 3px 3px rgba(0,0,0,0.56);
  box-shadow: 0 3px 3px rgba(0,0,0,0.56);
}
.omitted .tips .content a, .omitted .tips .content  .time, .omitted .tips .date {
  color: #FFF !important;
}
.omitted .tips .content .title {
  font-weight: bold;
}

/* カレンダー */
table.calendar {
  margin: 0 auto 20px auto;
  empty-cells: show;
  border-collapse: collapse;
}
table.calendar th, table.calendar td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  width: 27px;
  height: 20px;
  border: 1px solid #cccccc;
  font-size: 10px;
  font-weight: normal;
  color: #888888;
  background-color: #ffffff;
}
table.calendar caption {
  font-size: 12px;
  font-weight: normal;
  color: #888888;
}
table.calendar th {
  white-space: nowrap;
  color: #999999;
  background-color: #ffffff;
}
table.calendar td a {
  color: #333333;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-shadow: #ccc 0 1px 1px;
}
table.calendar td a:hover {
  font-size: 11px;
  color: #ffffff;
}
table.calendar td.saturday {
  background-color: #eeeeee;
}
table.calendar td.sunday,
table.calendar td.holiday {
  background-color: #dddddd;
}
table.calendar td.specialwday,
table.calendar td.specialday {
  background-color: #bbbbbb;
}
table.calendar td:hover {
  background-color: #333333;
}

/* カレンダーインデックス */
div#main table.calendar th, div#main table.calendar td {
  width: 20px;
  height: 20px;
}
div#main div.year div.month {
  display: inline;
  float: left;
  width: 173px;
  height: 170px;
  text-align: center;
}
div#main div.year div.body {
  padding-top: 10px;
}

/* フッタ */
div#close-button {
  text-align: center;
}
form + div#close-button {
  margin-top: 15px;
}
div#footer {
  margin: 0 auto;
  padding: 50px 0 240px 0;
  width: 100%;
  background: transparent url("../image/style-framy/footer.jpg") repeat-x left top;
  color: #999;
  font-size: 0.9em;
  text-align: center;
}
div#footer a {
  color: #999;
}
div#footer a:hover {
  color: #000;
}
div#footer p#copyright {
  margin: 0;
  padding: 7px 0 7px 0;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
div#footer ul#footer-nav {
  clear: none;
  margin: 0;
  padding: 7px 0 7px 0;
  list-style-type: none;
  line-height: 1;
  white-space: nowrap;
}
div#footer ul#footer-nav li {
  display: inline;
  padding: 0 1em;
  border: none;
  border-right: 1px solid #ccc;
  font-size: 0.9em;
}
div#footer ul#footer-nav>li:last-child {
  border: none;
}
div#footer ul#footer-nav li.last {
  border: none;
}
div#footer ul#footer-nav li.qr {
  border: none;
  padding: 0;
}
div#footer ul#footer-nav li.qr img {
  vertical-align: top;
}
div#footer div.section {
  width: 960px;
  margin: 0 auto;
}
div#footer div.section address {
  font-style: normal;
}
div.double p#copyright {
  display: inline;
  float: left;
  text-align: left; 
}
div.double ul#footer-nav {
  display: inline;
  float: right;
  text-align: right; 
}

/* 検索ボックス */
input.placeholder, textarea.placeholder {
  color: #666;
}

/* 広告 */
ul.ad {
  clear: both;
  margin: 24px auto;
  width: 882px;
  padding: 0;
  list-style-type: none;
}
ul.ad:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html ul.ad {
  height: 0;
}
ul.ad li {
  float: left;
  margin: 0;
  padding: 0 30px;
}
ul.ad a {
  display: block;
  text-decoration: none;
}
ul.ad a img {
  width: 234px !important;
  height: 60px !important;
  display: block;
  border: none;
}
ul.ad a.box {
  display: block;
  width: 230px;
  height: 14px;
  padding: 22px 0;
  border: 2px solid #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #000 !important;
  background: #fff none;
  _width /**/: 234px;
  _height /**/: 60px;
}
p.ad-caption {
  clear: both;
  margin: 24px auto -1em auto;
  line-height: 1;
  font-size: 0.9em;
  font-style: italic;
  color: #666;
}

