body {

  margin: 3;
  padding: 0;
  background-image: url(background.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment:fixed;
}


#wrapper {

  width: 800px;
  margin:0 auto;
  text-align: left;
}
#left {
  width: 150px;
  float: left;
  align: center;


}
#right {
  width: 150px;
  float: right;
}
#center {
  margin-left: 160px;
  margin-right: 160px;

}
span{
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1;
  align: center;
}
#footer {
  clear: both;
}
#i1{text-indent:1em;}
}
* {text-decoration: none }


.text1{
  text-align: left;
  width: 480px;
  font-size: 1em;
  position: relative;
  background: #FAFAFC;/*文字部分の背景色*/
  margin: -10px -10px 10px -10px;
  padding: 1px;/*内部の余白*/
  border: solid 1px #767679;
  }
.text2{
  float:right;
  text-align: center;
  background: #FAFAFC;/*文字部分の背景色*/
  width: 130px;/*全体の幅、shadowと同じに*/
  font-size: 10pt;/*全体の文字サイズ*/
  position: relative;
  border: solid 1px #767679;
  }
.text3{
  text-align: center;
  float:right;
  width: 20em;
  font-size: 0.8em;
  position: relative;
  background: #FAFAFC;
  margin: 0px 0px 0px 0px;
  padding: 0.8em;
  border: solid 1px #767679;
  }


h1 {
	text-align: center;
	font-size: 16pt;
}
h2 {
	text-align: center;
	font-size: 10pt;
        color:#006600;
}

.c1 {
 	text-align: center;
	font-size: 9pt;
        color: #0000FF;
}
.c2 {
 	text-align: left;
	font-size: 12px;
        color: #ccff00;
}

p.menu {
	font-size:1em;
	margin-left:0;
	margin-right:0;
	margin-bottom:0px;
	margin-top:0px;
	}

p.menu a {
	background-color:#BBFFBB;
	color:#000000;
	border-bottom:solid 1px #ffffff;
	text-decoration:none;
	display:block;
	width:90%;
	line-height:1.5em;
	padding-left:0.2em
	}

p.menu a:hover {
	background:transparent; 
	color:#ff0000
	}

p.menu span {
	color:#c5e1ed;
	display:none
	}
table {
	font-size: 1em;
        color: #000000;
	}

caption {
	font-size:10pt;
	color:"993333";
	text-align: left;
	};