
body{
  margin: 0px;
  font-size: 10pt;
  color: #666;
  overflow: auto;
  height: 100%;
  }
a:link{/*リンク色*/
  color: #49395D;
  text-decoration: none;
}
a:visited{
  color: #46365A;
  text-decoration: none;
}
a:hover,a:active{
  color: #29195D;
  text-decoration: underline;
}
h1{/*LINKs部分の設定*/
  font-size: 10pt;
  font-family: Verdana;
  font-weight: normal;
  color: #333333;
  letter-spacing: 0.4em;
  text-align: right;/*右寄せ*/
  }
.lay {
	background: url(flower.png) no-repeat;

}

p {padding:1em;line-height:1.4em}


.lay ul,.lay dl{/*リンク表の設定*/
  border-bottom: solid 1px #8877BB;/*リンク下部の境界線*/
  margin: 0.5em 6px 3em 1em;
  padding-bottom: 0.5em;
  }
ul.left{
  margin-right: 0px;
  }
ul.right{
  margin-left: 0px;
  }
li{
  list-style: square inside;
  color: #ABABAC;/*リンクの左の■のカラー*/
  margin: 0.1em;
  font-size: 10pt;
  line-height: 100%;
  }
dd{
  margin: 2px 0px 8px 1.5em;
  }
.lay{
  height: 100%;
  width: 35em;/*全体の幅*/
  background-color: #FCFCFC;/*背景色*/
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border-left: solid 1px #CACACA;
  border-right: solid 1px #CACACA;
  text-align: left;
  }
.linktitle{/*リンク項目タイトルの設定*/
  width: 18em;
  padding: 2px 1.5em 1px 1.5em;
  border: solid 1px #BABABA;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 9pt;
  letter-spacing: 0.2em;
  }
p {
margin-top:100px;
	background: url(footer.gif) #fff;
filter:alpha(opacity=80);
opacity:0.8;
}

