@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since:      2012-12-01
Modified:   2025-12-13
Version:    1.06
Auther:     hitaka

-------------------------------------------*/

/* ------------------------------------------

browser style clear

-------------------------------------------*/

html, body, div, span, 
h1, h2, h3, p, 
a, address, 
img, 
strong, 
dl, dt, dd, ul, ol, li,
table, tbody, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background: url('../img/back-body-01.gif') repeat 0 0;
  color: #333;
  _text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 95%;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}
 
/* remember to define focus styles! */
:focus {
  outline: 0;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link {
	color: #33f;
	text-decoration: underline;
}

a:visited {
	color: #33f;
	text-decoration: underline;
}

a:hover {
	color: #00c;
	text-decoration: none;
}

a:active {
	color: #00c;
	text-decoration: underline;
}



/* ------------------------------------------

wireframe

-------------------------------------------*/

#main-body {
  width: 896px;
  margin: 0 auto;
  background: #fff;
  text-align: left;
  overflow: hidden;
}

#header {
  padding: 16px 0 0 0;
  overflow: hidden;
}

#wrapper {
  padding: 0 80px;
  overflow: hidden;
}

.main-page #wrapper {
  background: #69c;
}

#firstly {
  float: right;
  width: 544px;
  _width: 560px;
  min-height:640px;
  height: auto !important;
  height: 640px;
  margin: 0 0 0 15px;
  padding: 0 0 0 16px;
  border-left: solid #ccc 1px;
  background: url('../img/back-firstly-01.jpg') no-repeat 104px 114px;
}

#kyotaku #firstly, #houkatsu #firstly, #ohisama #firstly {
  background: url('../img/back-firstly-02.jpg') no-repeat 16px 160px;
}

#secondly {
  float: left;
  width: 160px;
}

#footer {
  clear: both;
  font-size: 85%;
}

#f-top {
  padding: 32px 80px;
}

#f-bottom {
  _height: 8em;
  padding: 8px 80px 16px 80px;
  background: #4f7799;
  color: #fff;
  overflow: hidden;
}

#fee {
  width: 960px;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
  overflow: hidden;
}



/* ------------------------------------------

common header and nav

-------------------------------------------*/

#logo {
  float: left;
  width: 240px;
  height: 56px;
  margin: 0 0 8px 80px;
  _margin: 0 0 0 40px;
  background: url('../img/logo.gif') no-repeat 0 0;
  overflow: hidden;
  text-indent: -9999px;
}

#logo a {
  display: block;
  height: 56px;
}

#tel {
  float: left;
  width: 217px;
  height: 54px;
  margin: 0 0 0 279px;
  background: url('../img/tel.gif') no-repeat 0 0;
  text-indent: -9999px;
}

#g-navi {
  clear: both;
  height: 32px;
  background: url('../img/back-g-navi.gif') no-repeat 0 0;
}

.g-navi-li {
  float: left;
  width: 144px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
}

.g-navi-li a {
  display: block;
  height: 32px;
}

#g-navi-01 {
  margin: 0 0 0 80px;
  _margin: 0 0 0 40px;
  background: url('../img/g-navi.gif') no-repeat 0 0;
}

#g-navi-02 {
  background: url('../img/g-navi.gif') no-repeat -145px 0;
}

#g-navi-03 {
  background: url('../img/g-navi.gif') no-repeat -290px 0;
}

#g-navi-04 {
  background: url('../img/g-navi.gif') no-repeat -435px 0;
}

#g-navi-05 {
  background: url('../img/g-navi.gif') no-repeat -580px 0;
}

#g-navi-01 :hover {
  background: url('../img/g-navi.gif') no-repeat -725px 0;
}

#g-navi-02 :hover {
  background: url('../img/g-navi.gif') no-repeat -870px 0;
}

#g-navi-03 :hover {
  background: url('../img/g-navi.gif') no-repeat -1015px 0;
}

#g-navi-04 :hover {
  background: url('../img/g-navi.gif') no-repeat -1160px 0;
}

#g-navi-05 :hover {
  background: url('../img/g-navi.gif') no-repeat -1305px 0;
}

#top-main {
  position: relative;
}

#top-img-main {
  height: 489px;
  background: url('../img/top-img-main.jpg') no-repeat 0 0;
  text-indent: -9999px;
}

#top-news-area {
  position: absolute;
  top: 150px;
  left: 528px;
  width: 272px;
  _width: 288px;
  height: 176px;
  _height: 192px;
  padding: 8px;
  background: #fff;
  overflow: scroll;
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

#top-news {
  font-weight: bold;
}

#top-news dd {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border-bottom: dotted #ccc 1px;
}

#to-all {
  text-align: right;
}



/* ------------------------------------------

common wrapper

-------------------------------------------*/

#topic-path {
  margin: 4px 0 32px 0;
  padding: 0 0 4px 0;
  border-bottom: solid #ccc 1px;
}

.topic-path-li {
  display: inline;
}



/* ------------------------------------------

common firstly

-------------------------------------------*/

#title {
  height: 32px;
  margin: 0 0 8px 0;
  padding: 0 32px 0 16px;
  border-bottom: solid #fff 1px;
  background: url('../img/title.gif') no-repeat 0 0;
  color: #fff;
  line-height: 32px;
  overflow: hidden;
}

#firstly h2 {
  margin: 0 0 4px 0;
  padding: 0 0 0 8px;
  border-bottom: solid 1px #69c;
  border-left: solid 4px #69c;
}

#firstly h3 {
  margin: 0 0 2px 0;
  padding: 0 0 0 16px;
  background: url('../img/minititle.gif') no-repeat 0 0.3em;
  color: #c00;
}

#firstly li {
  padding: 0 0 0 16px;
  background: url('../img/list-mark-gp.gif') no-repeat 0.5em 0.7em;
}


/* ------------------------------------------

common secondly

-------------------------------------------*/

#l-title {
  margin: 0 0 8px 0;
  border-bottom: solid #69c 2px;
}

#l-navi {
  padding: 8px;
  background: #f9f9ff;
}

.l-navi-li {
  margin: 0 0 1em 0;
  padding: 0 0 1em 18px;
  border-bottom: dotted #ccc 1px;
  background: url('../img/list-l-navi.gif') no-repeat 0 0.35em;
}



/* ------------------------------------------

common footer

-------------------------------------------*/

#o-navi {
  text-align: center;
}

.o-navi-li {
  display: inline;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
  border-right: solid #333 1px;
}

.o-navi-li.last {
  margin: 0;
  padding: 0;
  border-right: 0;
}

#f-link {
  float: right;
  width: 368px;
  text-align: right;
}

#f-navi {
  float: right;
  margin: 0 0 8px 0;
  text-align: right;
  overflow: hidden;
}

.f-navi-li {
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
  border-right: solid #fff 1px;
  display: inline;
}

.f-navi-li.last {
  margin: 0;
  padding: 0;
  border-right: 0;
}

#outbound-link {
  clear: both;
  width: 140px;
  height: 50px;
  margin: 0 0 0 auto;
}

.f-navi-li a:link {
	color: #fff;
}

.f-navi-li a:visited {
	color: #fff;
}

.f-navi-li a:hover {
	color: #fff;
}

.f-navi-li a:active {
	color: #fff;
}

#copy {
  float: left;
  width: 368px;
  line-height: 150%;
}



/* ------------------------------------------

common

-------------------------------------------*/

#to-top {
  margin: 64px 0 1em 0;
  text-align: right;
}

#to-home {
  text-align: right;
}



/* ------------------------------------------

main page

-------------------------------------------*/

#top-subtitle {
  height: 34px;
  margin: 0 0 8px 0;
  border-bottom: solid #fff 1px;
  background: url('../img/top-subtitle.gif') no-repeat 0 0;
  text-indent: -9999px;
}

#top-menu {
  margin: 0 0 32px 0;
  padding: 0 0 16px 0;
  _padding: 0 0 64px 0;
  overflow: hidden;
}

.top-menu-li {
  float: left;
  width: 240px;
  overflow: hidden;
  text-indent: -9999px;
}

.top-menu-li a {
  display: block;
}

#top-menu-01 {
  height: 224px;
  margin: 0 8px 8px 0;
  background: url('../img/top-menu-01.gif') no-repeat 0 0;
}

#top-menu-01 a {
  height: 224px;
}

#top-menu-01 :hover {
  background: url('../img/top-menu-01-hover.gif') no-repeat 0 0;
}

#top-menu-02 {
  height: 224px;
  margin: 0 8px 8px 0;
  background: url('../img/top-menu-02.gif') no-repeat 0 0;
}

#top-menu-02 a {
  height: 224px;
}

#top-menu-02 :hover {
  background: url('../img/top-menu-02-hover.gif') no-repeat 0 0;
}

#top-menu-03 {
  height: 224px;
  margin: 0 0 8px 0;
  background: url('../img/top-menu-03c.gif') no-repeat 0 0;
}

#top-menu-03 a {
  height: 224px;
}

#top-menu-03 :hover {
  background: url('../img/top-menu-03c-hover.gif') no-repeat 0 0;
}

#top-menu-04 {
  height: 48px;
  margin: 0 8px 0 0;
  background: url('../img/top-menu-06.gif') no-repeat 0 0;
}

#top-menu-04 a {
  height: 48px;
}
#top-menu-04 :hover {
  background: url('../img/top-menu-06-hover.gif') no-repeat 0 0;
}

#top-menu-05 {
  height: 48px;
  background: url('../img/top-menu-05.gif') no-repeat 0 0;
}

#top-menu-05 a {
  height: 48px;
}

#top-menu-05 :hover {
  background: url('../img/top-menu-05-hover.gif') no-repeat 0 0;
}

#top-banner {
  margin: 0 0 32px 0;
  overflow: hidden;
}

.top-banner-li {
  float: left;
  width: 234px;
  margin: 0 16px 0 0;
}

/* ------------------------------------------

independent pages, search page and entry list page

-------------------------------------------*/

#yuai, #seseragi, #tateyama {
  background: url('../img/back-body-02.gif') repeat 0 0;
}

#kyotaku, #houkatsu, #ohisama {
  background: url('../img/back-body-03.gif') repeat 0 0;
}

/* ---- 料金表共通 ---- */
#fee h1 {
  margin: 0 0 1em 0;
  font-size: 180%;
  text-align: center;
}

#fee h2 {
  margin: 0 0 1em 0;
  font-size: 130%;
  text-align: center;
}

#fee table {
  width: 100%;
}

#fee th {
  vertical-align: middle;
}

#fee td {
  text-align: center;
}

.fee-day-td, .fee-month-td, .fee-total-td {
  color: #f00;
}

#close {
  clear: both;
  margin: 2em 0 0 0;
  text-align: center;
}

/* ---- 料金表（特養） ---- */
#fee-yuai-tbl-01 th {
  border: solid #35664b 1px;
  background: #6c9;
  color: #fff;
}

#fee-yuai-tbl-01 td {
  border: solid #35664b 1px;
}

#fee-yuai-tbl-01 .fee-day-th,
#fee-yuai-tbl-01 .fee-month-th {
  background: #4f9972; 
}

/* ---- 料金表（ショートステイ） ---- */
#fee-yuai-tbl-02 th {
  border: solid #355166 1px;
  background: #69c;
  color: #fff;
}

#fee-yuai-tbl-02 td {
  border: solid #355166 1px;
}

#fee-yuai-tbl-02 .fee-day-th,
#fee-yuai-tbl-02 .fee-month-th {
  background: #4f7799; 
}

/* ---- 料金表（せせらぎ荘） ---- */
.fee-seseragi-tbl th {
  border: solid #355166 1px;
  background: #69c;
  color: #fff;
}

.fee-seseragi-tbl td {
  border: solid #355166 1px;
  vertical-align: middle;
}

#fee-seseragi-div-01 {
  float: left;
  width: 448px;
  margin: 0 32px 0 0;
}

#fee-seseragi-div-02 {
  float: left;
  width: 448px;
}

/* ---- 料金表（舘山荘） ---- */
#fee .fee-tateyama-tbl th {
  border: solid #355166 1px;
  text-align: left;
  background: #69c;
  color: #fff;
}

#fee .fee-tateyama-tbl td {
  border: solid #355166 1px;
  text-align: right;
  vertical-align: middle;
}

#fee .fee-tateyama-tbl .description {
  background: #4f7799; 
}

/* ---- お知らせ ---- */
#news-list dt {
  font-weight: bold;
}

#news-list dd {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border-bottom: dotted #ccc 1px;
}

/* ---- 会報やまばと ---- */
#yamabato-tbl {
  width: 100%;
}

#yamabato-tbl th {
  padding: 0.3em;
  border: solid #ccc 1px;
  background: #f0f0ff;
}

#yamabato-tbl td {
  padding: 0.3em;
  border: solid #ccc 1px;
}

/* ---- 会報やまばと ---- */
.report-list {
  margin: 0 0 2em 0;
  padding: 0 0 0 24px;
}

#firstly .report-list li {
  margin: 0;
  padding: 0;
  background: none;
}

/*-- サイトマップ --*/
#sitemap-list {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 16px;
  background: url(../img/list-mark-sitemap.gif) no-repeat 0 0.35em;
  font-weight: bold;
}

#sitemap-list .sitemap-list-sub li {
  margin: 0.5em 0 0 0;
  padding: 0 0 0 10px;
  background: url(../img/list-mark-gp.gif) no-repeat 0 0.75em;
  font-weight: normal;
}
