@charset "shift_jis";
body{
  color : #666666;
  /*全体の文字色*/
	margin: 0px;
  padding: 0px;
  text-align: center;
  font : normal normal normal 12px /2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  background : url(images/back.gif) repeat-x;
  /*壁色と壁紙画像設定*/

  overflow : scroll;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
}
ul{
  list-style-type: none;
}
img{
  border: none;
}
.color1{
  color: #647d1e;
}
.mini{
  font-size: 90%;
  line-height: 1.6;
}
#main ul.listmark{
  padding: 0.5em 20px 0em 30px;
  list-style: disc;
}
/*全般のリンク設定
---------------------------------------------------------------------------*/
a{
  color : #666666;
/*リンク色*/
}
a:hover{
  color : #00d96c;
  /*カーソルオーバー時の色*/
	text-decoration: none;
/*オーバー時に下線を消す設定。消したくないならこの１行を削除する。*/
}
/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container{
  background : url(images/container_bg2.gif) repeat-y transparent;
  background-attachment : scroll;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  /*HP枠*/
	text-align: left;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}
/*ヘッダー
---------------------------------------------------------------------------*/
#header{
  background : url(images/header.jpg) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  idth: 900px;
  height: 100px;
  position: relative;
}
/*ロゴ画像の配置位置設定*/
#header #logo{
  position: absolute;
  top : 30px;
  /*ヘッダー画像に対して上から30pxの位置*/
/*ヘッダー画像に対して右から15pxの位置*/

  left : 15px;
}
/*h1タグ設定*/
#header h1{
  font-size: 10px;
  /*文字サイズ*/
	font-weight: normal;
  position: absolute;
  top : 10px;
  /*ヘッダー画像に対して上から10pxの位置*/
	right: 10px;
  /*ヘッダー画像に対して左から10pxの位置*/
	color: #FFFFFF;
/*文字色*/
}
#header #right{
  font-size: 12px;
  position: absolute;
  color : #ffffff;
  bottom : 10px;
  right : 10px;
  text-align : right;
  line-height : 1.2em;
}
/*メインイメージ---------------------------------------------------------------------------*/
#main_img{
  background : url(images/main_img.jpg) no-repeat transparent;
  width: 900px;
  height : 400px;
  position: relative;
  border-bottom-width : 2px;
  border-bottom-style : ridge;
  border-bottom-color : #009e50;
  border-top-width : 2px;
  border-top-style : ridge;
  border-top-color : #009e50;
}
/*ロゴ画像の配置位置設定*/
#main_img #logo{
  position: absolute;
  top : 50px;
  /*ヘッダー画像に対して上から50pxの位置*/
	right : 10px;
/*ヘッダー画像に対して右から10pxの位置*/
}
/*h1タグ設定*/
#main_img h1{
  font-size: 10px;
  /*文字サイズ*/
	font-weight: normal;
  position: absolute;
  top: 20px;
  /*ヘッダー画像に対して上から20pxの位置*/
	right: 10px;
  /*ヘッダー画像に対して左から10pxの位置*/
	color: #FFFFFF;
/*文字色*/
}
/*メインメニュー（メイン画像上のメニュー）
---------------------------------------------------------------------------*/
ul#menu li{
  height : 60px;
  width : 190px;
}
/*メニュー画像の透明度設定*/
ul#menu li a img {
  filter: Alpha(opacity=70);
  opacity: 0.7;
}
/*メニュー画像の透明度設定（カーソルオーバー時）と位置を少しずらす設定*/
ul#menu li a:hover img{
  filter: Alpha(opacity=100);
  opacity: 1.0;
  position: relative;
  left: 1px;
  top: 1px;
}
/*メニュー１(menu1.gif)画像の位置設定*/
#menu1{
  position: absolute;
  left : 20px;
  /*ヘッダー画像に対して左から20pxの位置*/
  /*ヘッダー画像に対して上から50pxの位置*/
  top : 35px;
}
/*メニュー２(menu2.gif)画像の位置設定*/
#menu2{
  position: absolute;
  left : 20px;
  top : 100px;
}
/*メニュー３(menu3.gif)画像の位置設定*/
#menu3{
  position: absolute;
  left : 20px;
  top : 165px;
}
/*メニュー４(menu4.gif)画像の位置設定*/
#letter{
  position: absolute;
  left : 20px;
  top : 230px;
}
/*報恩継承会＝メニュー５(menu5.gif)画像の位置設定*/
#houon{
  position: absolute;
  left : 20px;
  top : 295px;
}
/*メニュー５(menu5.gif)画像の位置設定*/
#menu5{
  position: absolute;
  left : 20px;
  top : 310px;
}
/*メニュー６(menu6.gif)画像の位置設定*/
#menu6{
  position: absolute;
  left : 20px;
  /*ヘッダー画像に対して左から752pxの位置*/
/*ヘッダー画像に対して下から10pxの位置*/

  top : 375px;
}
/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main{
  float: right;
  width : 640px;
  display: inline;
  margin-right : 20px;
  margin-top: 20px;
  padding-bottom : 50px;
  margin-left : 10px;
}
/*h2見出し設定*/
#main h2{
  color : #ffffff;
  /*文字色*/
	background : url(images/h2_bg.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  /*背景画像設定*/
	line-height : 35px;
  height : 35px;
  padding-left : 20px;
  overflow: hidden;
  font-size : 14px;
}
#main p{
  padding: 0.5em 10px 1em;
}
/*meinイメージ　センタリング設定*/
.center{
  text-align : center;
  padding : 0px;
  margin : 0px;
}
/*h3見出し設定（詳細はこちら）*/
#main h3{
  background-image : url(images/mark-1.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 25px;
  line-height : 27px;
  padding-left: 20px;
  font-size : 12px;
  vertical-align: middle;
  font-weight : normal;
  width : 80px;
  float : right;
}
/*h4見出し設定*/
#main h4{
  background-image : url(images/mark-1.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 25px;
  line-height : 27px;
  padding-left: 20px;
  font-size: 13px;
  margin-top : 5px;
  vertical-align: middle;
  color : #004040;
  padding-bottom : 0px;
  margin-bottom : 0px;
}
/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side{
  float: left;
  width : 190px;
  display: inline;
  margin-left : 20px;
  margin-top : 17px;
  padding-bottom: 100px;
}
/*h3見出し設定*/
#side h3{
  border : 3px double #f5feda;
  /*ボーダー設定。3pxの二重線を#f5fedaの色で入れる。*/
	text-align: center;
  /*センタリング設定。左寄せがいいならこの１行を削除する。*/
	font-size : 12px;
  letter-spacing: 0.2em;
  /*文字間隔を少しあける設定*/
	background-color : #008040;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  /*背景画像設定*/
	padding-right : 0px;
  padding-left : 0px;
  color : #ffffff;
  height : 40px;
  line-height : 40px;
  padding-top : 0px;
  margin-top : 0px;
  padding-bottom : 0px;
  margin-bottom : 0px;
}
#side p{
  padding-top: 0.5em;
  padding-bottom: 1em;
}
/*side画像の透明度設定*/
#banner{
  margin-bottom : 10px;
}
#banner a:hover{
  filter: Alpha(opacity=70);
  opacity: 0.7;
}
/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu{
  margin-top : 5px;
  margin-bottom: 10px;
}
ul.sidemenu li{
  margin-bottom: 5px;
}
ul.sidemenu li a{
  display: block;
  width : 178px;
  text-decoration: none;
  color : white;
  background : url(images/sidemenu_bg.gif) left top / auto auto no-repeat scroll padding-box border-box transparent;
  height : 40px;
  font-size : 12px;
  line-height : 40px;
  text-align : center;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #008040;
  padding-right : 5px;
}
ul.sidemenu li a:hover{
  background : url(images/sidemenu_bg.gif) left bottom / auto auto no-repeat scroll padding-box border-box #fafafa;
}
/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer{
  border-bottom : 1px solid #ababa9;
  text-align: center;
  clear: both;
  width: 100%;
  color : white;
  background : url(images/footer.jpg) no-repeat;
  height : 40px;
  padding-top : 10px;
}
/*---------- お問い合わせテーブル----------*/

.toiawase{
  margin-top: 20px;
  width : 600px;
  border-collapse : collapse;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #cccccc;
}
.toiawase th{
  width : 150px;
  text-align : right;
  background-color : #d9ffaa;
  border-collapse: collapse;
  color : #666666;
  font-size : 12px;
}
.toiawase td{
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-right: 10px;
  font-size : 10px;
  background-color : #d9ffaa;
  border-collapse : collapse;
}
#button{
  width: 570px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
}
/*h2見出し設定*/
#kaiin h2{
  color : #ffffff;
  /*文字色*/
	background : url(images/h2_bg.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  /*背景画像設定*/
	line-height : 35px;
  height : 35px;
  padding-left : 20px;
  overflow: hidden;
  font-size : 14px;
}
/*----------概要 テーブル ----------*/
table.gaiyou{
  border-collapse: collapse;
  border : 1px solid #999999;
  margin-left : 30px;
}
.gaiyou td{
  border-collapse: collapse;
  border : 1px solid #999999;
  padding: 8px 14px 8px 14px;
  width : 400px;
}
.gaiyou th{
  border-collapse: collapse;
  border : 1px solid #999999;
  padding: 8px 14px 8px 14px;
  background-color : #f3f3f3;
}
/*---------- プライバシーポリシー----------*/

#privacy{
  padding-left : 20px;
  width : 600px;
  line-height : 130%;
  margin-top : 10px;
}
#privacy h4{
  background-image : url(images/mark-1.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 25px;
  line-height : 27px;
  padding-left: 20px;
  font-size: 13px;
  margin-top: 10px;
  vertical-align: middle;
  color : #004040;
  padding-bottom : 0px;
  margin-bottom : 0px;
}
#privacy ul{
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
  padding-left : 0px;
  margin-left : 0px;
}
#privacy ul li{
  list-style-type : none;
}
#privacy p{
  line-height: 20px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
/*----------ページtopボタン----------*/
.page_top{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.page_top a{
  display: block;
}
.page_top a:hover{
  display: block;
  opacity: 0.6;
}
/*---topページテーブル(小)---*/

table.life-s{
  width : 250px;
  float : left;
  border-collapse : collapse;
  margin-left : 50px;
  margin-bottom : 20px;
  height : 130px;
  border : 3px solid #caffca;
  border : 3px solid #caffca;
}
.life-s th{
  height : 40px;
  font-size : 14px;
  text-align : center;
  background-color : #caffca;
  border-collapse : collapse;
  color : #008000;
}
.life-s td{
  padding : 10px;
  border-collapse : collapse;
}
/*---topページテーブル(大)---*/

table.life-b{
  width : 550px;
  float : left;
  border-collapse : collapse;
  margin-left : 50px;
  margin-bottom : 20px;
  height : 130px;
  border : 3px solid #caffca;
}
.life-b th{
  height : 40px;
  font-size : 14px;
  text-align : center;
  background-color : #caffca;
  border-collapse : collapse;
  color : #008000;
}
.life-b td{
  padding : 10px;
  border-collapse : collapse;
}
/*---pet イメージ---*/
