/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");



/*** FLASH ***/
#flash{
  width:800px;
  height:330px;
}
#flash_print{/* 印刷時に表示するCSS（通常は非表示） */
  width:0px;
  height:0px;
  display:none;
}

    /* Flashの印刷設定 */
    @media print{
      #flash{/* 印刷時flash非表示 */
        width:0px;
        height:0px;
        display:none;
      }
      #flash_print{/* 印刷時に表示 */
        width:800px;
        height:350px;
        display:block;
      }
    }


/* トップページ　レイアウト*/
#upper {
  margin: 0px;
  padding: 0px;
  width: 760px;
}
/*-----------------　詳しくはこちら　---------*/
/**********
html>body #detail {
  height: 23px;
  width: 128px;
  z-index: 111;
  top: 612px;
  position: absolute;
  right: 300px;
}
***********/
#detail {
  height: 23px;
  width: 129px;
  float: left;
  margin-left: 10px;
  margin-top: 146px;
}

  
/* detail　マウスオーバー */
#d_link{
  width:128px;
  height:23px;
  background-image:url(../_images/top/detail.gif);
  display:block;
  background-position:0px 0px;
  background-repeat:no-repeat;
  text-indent:-9999px;
  text-decoration:none;
  overflow:hidden;
}

a:hover#d_link {
  background-position:0px -23px;
}
/*-------------------------*/

/* 千寿荘からのお知らせ　詳しくはこちら */
#newinfo_title{
  width:316px;
  height:40px;
  float:left;
}
#to_newinfo{
  width:114px;
  height:40px;
  float:right;
  background-image:url(../_images/top/info_link.jpg);
  display:block;
  background-position:0px 0px;
  background-repeat:no-repeat;
  text-indent:-9999px;
  text-decoration:none;
  overflow:hidden;
}

a:hover#to_newinfo {
  background-position:0px -40px;
}

#new_info {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 430px;
  background-color: #FFFFFF;
}
table#newinfo_table{
  margin:5px 0px 20px 10px;
}
table#newinfo_table td{
  text-align:left;
}
/*-------------------------*/

#message {
  float: left;
  height: 220px;
  line-height: 150%;
  width: 405px;
  background-image: url(../_images/top/image02bg.jpg);
  background-position: right bottom;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
}

#left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 400px;
  height: 220px;
}
#right {
  margin: 0px;
  padding: 0px;
  float: right;
  height: 220px;
  width: 360px;
}
#proud {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 320px;
  color: #666666;
  background-image: url(../_images/top/onogiri.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #FFFFFF;
}
#proud ul {
  padding: 0px;
  display: block;
  margin-top: 8px;
  margin-right: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
}
#proud li {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-image: url(../_images/top/mark02.gif);
  list-style-position: inside;
  text-indent: 4px;
}
.text {
  margin-top: 13px;
  margin-left: 38px;
  padding-right: 20px;
  float: left;
}
#upper_rignt {
  margin: 0px;
  padding: 0px;
  float: right;
  height: 220px;
  background-image: url(../_images/top/image03bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 355px;
}
#lower {
  margin: 0px;
  padding: 0px;
  float: none;
  width: 100%;
  background-color: #FFFFFF;
}

/* 住所 */
#address{
  width:300px;
  padding:4px;
  margin-left:10px;
  margin-top:10px;
  border:1px solid #999999;
}






