@charset "Shift_JIS";
/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style{
  border-color: #e0d7a6;
}
.hpb-parts-hl-style{
  clear: both;
  margin-top: 12px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2px;
  border-color: #e0d7a6;
}
.hpb-parts-cbox-style{
  border-color: #e0d7a6;
}
.hpb-parts-hr-style{
  border-color: #e0d7a6;
}
.hpb-parts-pbox-style{
  border-color: #e0d7a6;
  background-color: #f6fbfd;
}
.hpb-parts-pbox-style h4{
  padding: 0px;
}
.hpb-parts-pbox-style img{
  background-color: #f6fbfd;
}
.hpb-parts-blist-style{
  border-color: #d5cb96;
  background-color: #e8e1bb;
}
a:link.hpb-parts-blist-style{
  color: #333333;
}
a:visited.hpb-parts-blist-style{
  color: #333333;
}
a:hover.hpb-parts-blist-style{
  color: #333333;
  background-color: #FFFBE1;
}
a:active.hpb-parts-blist-style{
  color: #333333;
  background-color: #FFFBE1;
}
/*--------------------------------------------------------
  hpbparts
--------------------------------------------------------*/
/* 飾りなし 幅自動 */
.hpb-parts-cnt-01{
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 5px;
}
/* 飾りなし 幅60px */
.hpb-parts-cnt-01-060{
  margin-bottom: 5px;
  padding: 5px;
}
/* 飾りなし 幅120px */
.hpb-parts-cnt-01-120{
  margin-bottom: 5px;
  padding: 5px;
}
/* 飾りなし 幅180px */
.hpb-parts-cnt-01-180{
  margin-bottom: 5px;
  padding: 5px;
}
/* 飾りなし 幅240px */
.hpb-parts-cnt-01-240{
  margin-bottom: 5px;
  padding: 5px;
}
/* 飾りなし 幅360px */
.hpb-parts-cnt-01-360{
  margin-bottom: 5px;
  padding: 5px;
}
/* 線囲み 幅自動 */
.hpb-parts-cnt-02{
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 5px;
}
/* 線囲み 幅60px */
.hpb-parts-cnt-02-060{
  margin-bottom: 5px;
  padding: 5px;
}
/* 線囲み 幅120px */
.hpb-parts-cnt-02-120{
  margin-bottom: 5px;
  padding: 5px;
}
/* 線囲み 幅180px */
.hpb-parts-cnt-02-180{
  margin-bottom: 5px;
  padding: 5px;
}
/* 線囲み 幅240px */
.hpb-parts-cnt-02-240{
  margin-bottom: 5px;
  padding: 5px;
}
/* 線囲み 幅360px */
.hpb-parts-cnt-02-360{
  margin-bottom: 5px;
  padding: 5px;
}
/******************************
 * 見出し (h1-h6)
 ******************************/

/* 飾りなし */
.hpb-parts-hl-01 {
  }
/* 下線 1 */
.hpb-parts-hl-02 {
  }
/* 下線 2 (2重線) */
.hpb-parts-hl-03 {
  }
/* 線囲み 1 */
.hpb-parts-hl-04{
  border-top-color: #e0d7a6;
  border-right-color: #e0d7a6;
  border-bottom-color: #e0d7a6;
  border-left-color: #e0d7a6;
  padding-top: 5px;
  padding-right: 0.2em;
  padding-bottom: 3px;
  padding-left: 5px;
}
/* 線囲み 2 (2重線) */
.hpb-parts-hl-05{
  padding: 5px 0.2em 3px 5px !important;
  border-color: #e0d7a6 !important;
}
/* 飾りつき 1 (左■付き) */
.hpb-parts-hl-06{
  padding-left: 0.5em !important;
  border-left-width: 0.5em !important;
  border-left-color: #a99115 !important;
}
/* 飾りつき 2 (左■付き＆下線) */
.hpb-parts-hl-07{
  padding-left: 0.5em !important;
  border-left-width: 0.5em !important;
  border-left-color: #a99115 !important;
  border-bottom-width: 1px !important;
  border-bottom-color: #e0d7a6 !important;
  border-bottom-style: dotted !important;
}
/* 飾りつき 3 (左■付き＆線囲み) */
.hpb-parts-hl-08{
  padding-top: 6px !important;
  padding-left: 0.5em !important;
  border-left-width: 0.5em !important;
  border-left-color: #a99115 !important;
  border-top-width: 1px !important;
  border-top-color: #e0d7a6 !important;
  border-top-style: dotted !important;
  border-bottom-width: 1px !important;
  border-bottom-color: #e0d7a6 !important;
  border-bottom-style: dotted !important;
  border-right-width: 1px !important;
  border-right-color: #e0d7a6;
}
/******************************
 * 文章枠 (div)
 ******************************/

/* 装飾なし */
.hpb-parts-cbox-01{
  margin-bottom: 5px;
  margin-right: 0px;
}
/* 線囲み 1 (実線) */
.hpb-parts-cbox-02{
  margin-bottom: 5px;
  margin-right: 0px;
}
/* 線囲み 2 (点線) */
.hpb-parts-cbox-03{
  margin-bottom: 5px;
  margin-right: 0px;
}
/* 線囲み 3 (2重線) */
.hpb-parts-cbox-04{
  margin-bottom: 5px;
  margin-right: 0px;
}
/******************************
 * 写真/画像 (img)
 ******************************/

/* 余白なし */
.hpb-parts-img-01 {
  }
/* 余白あり */
.hpb-parts-img-02 {
  }
/* 写真ボックス 左寄せ配置用 */
.hpb-parts-img-03 {
  }
/* 写真ボックス 右寄せ配置用 */
.hpb-parts-img-04 {
  }
/* 複数写真ボックス 左端用 */
.hpb-parts-img-05 {
  }
/* 複数写真ボックス 2列目用 */
.hpb-parts-img-06 {
  }
/* 複数写真ボックス 左端・2行目用 */
.hpb-parts-img-07 {
  }
/* 複数写真ボックス 2行目用 */
.hpb-parts-img-08 {
  }
/******************************
 * 水平線 (hr)
 ******************************/

/* 水平線 1 (実線・細) */
.hpb-parts-hr-01 {
  }
/* 水平線 2 (実線・太) */
.hpb-parts-hr-02 {
  }
/* 水平線 3 (点線・細) */
.hpb-parts-hr-03 {
  }
/* 水平線 4 (点線・太) */
.hpb-parts-hr-04 {
  }
/* 水平線 5 (破線・細) */
.hpb-parts-hr-05 {
  }
/* 水平線 6 (破線・太) */
.hpb-parts-hr-06 {
  }
/* 水平線 7 (2重線) */
.hpb-parts-hr-07 {
  }
/******************************
 * 写真ボックス (div)
 ******************************/

/* 飾りなし */
.hpb-parts-pbox-01 {
  }
.hpb-parts-pbox-01 h4{
  margin-bottom: 0.5em;
}
/* 飾りなし 画像幅60px */
.hpb-parts-pbox-01-060 {
  }
/* 飾りなし 画像幅120px */
.hpb-parts-pbox-01-120 {
  }
/* 飾りなし 画像幅180px */
.hpb-parts-pbox-01-180 {
  }
/* 飾りなし 画像幅240px */
.hpb-parts-pbox-01-240 {
  }
/* 線囲み */
.hpb-parts-pbox-02 {
  }
.hpb-parts-pbox-02 h4{
  margin-bottom: 0.5em;
}
/* 線囲み 画像幅60px */
.hpb-parts-pbox-02-060 {
  }
/* 線囲み 画像幅120px */
.hpb-parts-pbox-02-120 {
  }
/* 線囲み 画像幅180px */
.hpb-parts-pbox-02-180 {
  }
/* 線囲み 画像幅240px */
.hpb-parts-pbox-02-240 {
  }
/* 写真ボックス用 文章領域 */
.hpb-parts-pbox-desc {
  }
.hpb-parts-pbox-desc h4{
  margin-bottom: 0.5em;
}
/******************************
 * 複数写真ボックス (div)
 ******************************/

/* 飾りなし 画像幅60px 横2x縦1 */
.hpb-parts-mpbox-01-2060 {
  }
/* 飾りなし 画像幅60px 横3x縦1 */
.hpb-parts-mpbox-01-3060 {
  }
/* 飾りなし 画像幅60px 横4x縦1 */
.hpb-parts-mpbox-01-4060 {
  }
/* 飾りなし 画像幅120px 横2x縦1 */
.hpb-parts-mpbox-01-2120 {
  }
/* 飾りなし 画像幅120px 横3x縦1 */
.hpb-parts-mpbox-01-3120 {
  }
/* 飾りなし 画像幅120px 横4x縦1 */
.hpb-parts-mpbox-01-4120 {
  }
/* 飾りなし 画像幅180px 横2x縦1 */
.hpb-parts-mpbox-01-2180 {
  }
/* 飾りなし 画像幅180px 横3x縦1 */
.hpb-parts-mpbox-01-3180 {
  }
/* 飾りなし 画像幅180px 横4x縦1 */
.hpb-parts-mpbox-01-4180 {
  }
/* 飾りなし 画像幅240px 横2x縦1 */
.hpb-parts-mpbox-01-2240 {
  }
/* 飾りなし 画像幅240px 横3x縦1 */
.hpb-parts-mpbox-01-3240 {
  }
/* 飾りなし 画像幅240px 横4x縦1 */
.hpb-parts-mpbox-01-4240 {
  }
/* 線囲み 画像幅60px 横2x縦1 */
.hpb-parts-mpbox-02-2060 {
  }
/* 線囲み 画像幅60px 横3x縦1 */
.hpb-parts-mpbox-02-3060 {
  }
/* 線囲み 画像幅60px 横4x縦1 */
.hpb-parts-mpbox-02-4060 {
  }
/* 線囲み 画像幅120px 横2x縦1 */
.hpb-parts-mpbox-02-2120 {
  }
/* 線囲み 画像幅120px 横3x縦1 */
.hpb-parts-mpbox-02-3120 {
  }
/* 線囲み 画像幅120px 横4x縦1 */
.hpb-parts-mpbox-02-4120 {
  }
/* 線囲み 画像幅180px 横2x縦1 */
.hpb-parts-mpbox-02-2180 {
  }
/* 線囲み 画像幅180px 横3x縦1 */
.hpb-parts-mpbox-02-3180 {
  }
/* 線囲み 画像幅180px 横4x縦1 */
.hpb-parts-mpbox-02-4180 {
  }
/* 線囲み 画像幅240px 横2x縦1 */
.hpb-parts-mpbox-02-2240 {
  }
/* 線囲み 画像幅240px 横3x縦1 */
.hpb-parts-mpbox-02-3240 {
  }
/* 線囲み 画像幅240px 横4x縦1 */
.hpb-parts-mpbox-02-4240 {
  }
/******************************
 * バナーリスト
 ******************************/

/* 文字型 1 */
.hpb-parts-blist-01{
  clear: both;
}
.hpb-parts-blist-01 ul{
  margin-bottom: 5px;
}
.hpb-parts-blist-01 li{
  border-bottom: none !important;
  padding: 2px !important;
  padding-left: 0 !important;
  background-image: none !important;
}
.hpb-parts-blist-01 li a{
  padding: 7px !important;
}
/* 文字型 2 */
.hpb-parts-blist-02{
  clear: both;
}
.hpb-parts-blist-02 ul{
  margin-bottom: 5px;
}
.hpb-parts-blist-02 li{
  border-bottom: none !important;
  padding: 2px !important;
  padding-left: 0 !important;
  background-image: none !important;
}
.hpb-parts-blist-02 li a{
  border-style: dotted;
}
/* 文字型 3 */
.hpb-parts-blist-03{
  clear: both;
}
.hpb-parts-blist-03 ul{
  margin-bottom: 5px;
}
.hpb-parts-blist-03 li{
  border-bottom: none !important;
  padding: 2px !important;
  padding-left: 0 !important;
  background-image: none !important;
}
.hpb-parts-blist-03 li a{
  border-left-width: 1em;
  border-right-width: 1em;
  border-right-style: solid;
  border-top-style: dotted;
  border-bottom-style: dotted;
}
/* 画像付き 1 */
.hpb-parts-blist-04 {
  }
.hpb-parts-blist-04 ul{
  margin-bottom: 5px;
}
.hpb-parts-blist-04 li{
  border-bottom: none !important;
  padding: 2px !important;
  padding-left: 0 !important;
  background-image: none !important;
}
.hpb-parts-blist-04 li a {
  }
.hpb-parts-blist-04 li a img {
  }
/* 画像付き 2 */
.hpb-parts-blist-05 {
  }
.hpb-parts-blist-05 ul {
  }
.hpb-parts-blist-05 li{
  border-bottom: none !important;
  padding: 2px !important;
  padding-left: 0 !important;
  background-image: none !important;
}
.hpb-parts-blist-05 li a{
  border-style: dotted;
}
.hpb-parts-blist-05 li a img {
  }
/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
/* リンク */

/* バナー */
#banner {
  }
#banner ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 7px;
  /* 7 */
    padding-left: 0;
  list-style-type: none;
}
#banner li{
  display: block;
  padding-bottom:5px;
/* 5 */
}
#banner li a{
  display: block;
  height: 38px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
/* リンク */

#links {
  }
#links ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 5px;
  /* 7 */
    padding-left: 0;
  list-style-type: none;
}
#links li{
  display: block;
  padding-bottom: 3px;
/* 5 */
}
#links li a{
  display: block;
  height: 38px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
#links a#chionin{
  /* 知恩院 */
    background-image : url(png/link_chionin.png);
  background-position: center left;
  background-repeat: no-repeat;
}
#links a#zoujyouji{
  /* 増上寺 */
    background-image : url(png/link_zoujyouji.png);
  background-position: center left;
  background-repeat: no-repeat;
}
#links a#koumyouji{
  /* 光明寺 */
    background-image : url(png/link_koumyouji.png);
  background-position: center left;
  background-repeat: no-repeat;
}
#links a#saruhashi-hp{
  /* さるはし診療所 */
    background-image : url(png/link_saruhashi_hp.png);
  background-position: center left;
  background-repeat: no-repeat;
}
#links a#ctye-ootuki{
  /* 大月市ホームパージ */
    background-image : url(png/link_ootuki_city.png);
  background-position: center left;
  background-repeat: no-repeat;
}
/* 掲示板 デザイン定義 */
#kotoba-news{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#kotoba-news h3{
  border-bottom-width: 0px;
  border-bottom-style: none;
  color:#827a50;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-image : url(png/indexBg_7G.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  letter-spacing: 0.1em;
}
#kotoba-news h3 .ja{
  display:none;
}
#kotoba-news dt{
  width: 77px !important;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 5px;
  padding-right: 0;
  text-align: center;
}
#kotoba-news dt img{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e0d7a6;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e0d7a6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0d7a6;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e0d7a6;
}
#kotoba-news dd{
  padding-left: 83px;
  min-height: 64px;
  padding-bottom: 5px;
  padding-top: 5px;
}
* html #kotoba-news dd{
  height: 68px;
/* for ie6 */
}
*:first-child + html #kotoba-news dd{
  height: 68px;
/* for ie7 */
}
#kotoba-news span.date{
  line-height: 1.5;
  font-size: 0.95em;
  font-weight:bold;
}
.news-photo{
  float: left;
  padding-right: 10px;
  padding-left: 5px;
  padding-bottom: 2px;
}
.news-comment{
  margin-top: 10px;
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e0d7a6;
}
#kotoba-news hr{
  padding-top: 0px;
  margin-top: 0;
  margin-bottom: 0px;
  clear: both;
}
.news-photo img{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e0d7a6;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e0d7a6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0d7a6;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e0d7a6;
}
