@charset "utf-8";
@import url("planestyle.css");
@import url("layout.css");
@import url("navigations.css");

body {
  background: #b3e4ea;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #015353;
}

.site-info {
  float: left;
  background: #fff;
  width: 122px;
}

#logo {
  background: url(../images/header-logo.gif) left top no-repeat;
  width: 102px;
  height: 69px;
  text-indent: -9999px;
  float: left;
}

#logo a {
  display: block;
  width: 102px;
  height: 69px;
}

#description {
  display: none;
}

/* Linking navigation style = navigations.css = */

#header-navi {
}

.main-navi-head {
  display: none;
}



.top-result-list-head {
  background: url(../images/top-result-head.gif) left top no-repeat;
  width: 479px;
  height: 21px;
  text-indent: -9999px;
  font-size: 1px;
}
.top-yotei-list-head {
  background: url(../images/top-yotei-head.gif) left top no-repeat;
  width: 479px;
  height: 21px;
  text-indent: -9999px;
  font-size: 1px;
}
.top-result-content {
  background: url(../images/top-result-back.gif) right top no-repeat;
}
.top-yotei-content {
  background: url(../images/top-yotei-back.gif) right top no-repeat;
}

.top-result-list,
.top-yotei-list {
  margin: 0;
  padding: 10px;
}
.top-result-list-item,
.top-yotei-list-item,
.blogrss li {
  background: url(../images/list-mark01.gif) left 3px no-repeat;
  padding: 0 0 0 12px;
  list-style: none;
}


.banner {
  background: url(../images/dot-slash.gif) left top;
}
.banner-inner {
  background: url(../images/banbox-top.gif) left top no-repeat;
}
.banner-inner-bottom {
  background: url(../images/banbox-bottom.gif) left bottom no-repeat;
  padding: 10px;
}

#footer p,
#footer a {
  color: #00a6ba;
}

.to-top {
  background: url(../images/to-top.gif) left top ;
  width: 43px;
  height: 35px;
  text-indent: -9999px;
  float: right;
}
.to-top a {
  display: block;
  width: 43px;
  height: 35px;
}
.footer-navi {
  padding: 15px 0 0 0;
}

/* Category */

#content-header {
  margin: 0 0 20px 0;
  background: url(../images/title-back.gif) left top no-repeat;
  width: 760px;
  height: 58px;
  overflow: hidden;
}
.page-title {
  padding: 10px 0 0 10px;
  font-weight: bold;
  font-size: 1.8em;
  color: #000038;
  letter-spacing: 0.5em;
}

.content-index {
  background: url(../images/content-index.gif) left center no-repeat;
  padding: 3px 3px 3px 30px;
  margin: 0 0 1em 0;
  font-size: 1.2em;
  font-weight: normal;
  color: #000038;
}
.content-index a {
  color: #000038;
  display: block;
  background: url(../images/mark-more.gif) right top no-repeat;
  padding: 0 20px 0 0;
}
.linkmark {
  background: url(../images/mark-link.gif) left top no-repeat;
  padding: 0 0 0 20px;
}
.category-content{
  margin: 1em;
}
.entry-detail {
  text-align: right;
}
/* module */

.module {
  background: url(../images/module-list-bottom.gif) left bottom no-repeat;
}

.module-head {
  background: url(../images/module-list-head.gif) left top no-repeat;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  padding: 3px 8px;
  margin: 0;
}

.module-content {
  background: url(../images/module-list-content.gif) left top no-repeat;
}
.module-list {
  margin: 0;
  padding: 10px;
}
.module-list-item {
  margin: 0;
  list-style: none;
  background: url(../images/list-mark01.gif) left 6px no-repeat;
  padding: 3px 0 3px 12px;
}

/* Indevidual */

.entry-header .content-index {
  font-size: 1.8em;
  color: #000038;
  background: #B6E5EB;
  border-left: solid 3px #000038;
}

.entry-body,
.entry-more {
  margin: 20px ;
}

.entry-body p,
.entry-more p {
  margin: 1em;
  font-size: 1.4em;
  color: #333;
}

.photo-categoryname {
  background: url(../images/dot-slash.gif) left top;
  font-size: 1.4em;
  font-weight: normal;
  padding: 3px 10px;
  border-bottom: solid 1px #000038;
}

.display-photoset {
  padding: 5px;
}

.photo-box {
  position: relative;
  width: 120px;
  height: 90px;
  overflow: hidden;
  float: left;
  border: solid 1px #B3E4EA;
  margin: 10px;
  padding: 23px 3px 3px 3px;
}
.photo-box img {
  width: 100%;
}

.photo-box-top {
  position: relative;
  width: 90px;
  height: 67px;
  overflow: hidden;
  float: left;
  border: solid 1px #B3E4EA;
  margin: 5px;
  padding: 3px 3px 3px 3px;
}
.photo-box-top img {
  width: 100%;
}
.photo-title {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/dot-slash.gif) left top;
  width: 120px;
  height: 20px;
  padding: 0 3px;
}
.photo-preview {
  position: relative;
}
.photo-flag {
  position: absolute;
  left: 0;
  top: 0;
  width: 166px;
  height: 166px;
  background: url(../images/foto-flag.gif) left top no-repeat;
  text-indent: -9999px;
}
.photo-more {
  clear: both;
}

.return a { 
  background: url(../images/mark-return.gif) left top no-repeat;
  padding: 0 0 0 20px;
}

.link-entry {
  margin: 10px 0;
}
.link-box {
  float: right;
  border: solid 1px #B3E4EA;
  padding: 10px;
  margin: 0 0 10px 10px;
}

.result-entry {
  padding: 0 0 0 20px;
}

/* BBS */

.date-header {
  font-size: 1.2em;
  font-weight: normal;
  display: none;
}
#bbs-form {
}
#comments-open {
}
.comments-open-header {
  font-size: 1.2em;
  clear: both;
  background: #00A6BA;
  padding: 5px;
  margin: 10px 0 0 0;
  color: #fff;
}
.comments-open-content {
  padding: 5px;
  clear: both;
  border: solid 1px #B3E4EA;
  margin: 0 0 10px 0;
}

/*--------- Current object float cleared ---------*/
.comments-open-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.comments-open-content { display: inline-block;}

/* Hides from IE-mac \*/
*html .comments-open-content { height: 1%;}
.comments-open-content { display: block; }
/* End hide from IE-mac */



#comments-open-data {
  width: 30%;
  float: left;
}
#comments-open-data label {
  display: block;
  background: #B3E4EA;
  padding: 3px;
  width: 90%;
}
#comments-open-data input {
  width: 90%;
}
#comments-open-text {
  width: 68%;
  float: right;
}
#comments-open-text label {
  display: block;
  background: #B3E4EA;
  padding: 3px;
  width: 90%;
}
#comments-open-text textarea {
  width: 90%;
}
.delkey {
  clear: both;
}
#comment-text {
}
#comments-open-footer {
  text-align: center;
}
.content-nav {
  padding: 3px 5px;
  background: #efefef;
  color: #ccc;
  text-align: right;
  clear: both;
}
.entry {
  margin: 10px 0;
}
.entry-header {
  padding: 5px;
  font-size: 1.4em;
  background: #B3E4EA;
  color: #202051;
}
.entry-content {
  border: solid 1px #B3E4EA;
}
.entry-body {
  overflow: hidden;
}
#res-form
.comments-open-header {}

.comments-content {
  border: solid 1px #FF9185;
}
.comments-header {
  font-size: 1.2em;
  color:#fff;
  background: #FF9185;
  padding: 5px;
}
.comment {
  margin: 10px 10px 10px 5em;
}
.comment-content {
  padding: 5px;
}
.comment-footer {
  background: #efefef;
  padding: 3px;
}

/* member */
.member-list {}
.member-list-item {
  list-style: none;
}

/* Sitemap */

.sitemap-list {}
.sitemap-list .sitemap-list {}
.sitemap-list .sitemap-list .sitemap-list {}
.sitemap-list-item {
  list-style: none;
  font-size: 1.5em;
}

/* Link */

.link-title {
  font-weight: normal;
  border-bottom: solid 1px #00A6BA;
  margin: 0 0 10px 0;
}


