body {
  font-size : 10pt;

  padding: 0;
  background-image: url(background.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment:fixed;
}


#wrapper {

  width: 810px;
  margin:0 auto;
  text-align: left;
}
#wrapper2 {

  width: 1000px;
  margin:0 auto;
  text-align: left;
}
#header{



  margin:0 auto;
  text-align: left;
}
#left {
  width: 150px;
  float: left;
  text-align: center;


}
#right {
  width: 160px;
  float: right;
  text-align: center;
}
#center {
  margin-left: 160px;
  margin-right: 170px;

}
div.top{
  position:absolute;
  top:12px;
  left:auto;
  z-index:-1;
  text-align: center;
}
#footer {
  clear: both;
}

* {text-decoration: none }

address{
  color: #000000;
  background-color: transparent;
  font-size: 8pt;
  font-family: Tahoma,Verdana;
  font-style: normal;

  padding: 3px;
  text-align: right;
  }
.boxmae{/*文字がある部分*/
  font-size : 13pt;
  text-align : center;
  border: 1px solid #999999;
  background-color : #F7F7F7;
  padding : 3px;
  position : relative;
  width : 80px;
  height : 23px;
  z-index : 1;
}
.boxusiro{/*影の部分*/
  font-size : 13pt;
  text-align : center;
  border: 1px solid #999999;
  background-color : #DDDDDD;
  position : relative;
  width : 80px;
  height : 23px;
  top : -20px;
  left : 3px;
  z-index : 0;
}


.text1{
  text-align: left;
  width: 475px;/*全体の幅、shadowと同じに*/
  font-size: 10pt;/*全体の文字サイズ*/
  position: relative;
  background: #FAFAFC;/*文字部分の背景色*/
  margin: -10px -10px 10px -10px;
  padding: 9px;/*内部の余白*/
  border: solid 1px #767679;
  }
.text1-1{
  float:left;
  text-align: left;
  width: 600px;/*全体の幅、shadowと同じに*/
  font-size: 10pt;/*全体の文字サイズ*/
  position: relative;
  background: #FAFAFC;/*文字部分の背景色*/
  margin: -10px -10px 10px -10px;
  padding: 9px;/*内部の余白*/
  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{
  float:right;
  width: 260px;/*全体の幅、shadowと同じに*/
  font-size: 10pt;/*全体の文字サイズ*/
  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:95%;
	line-height:1.5em;
	padding-left:0.2em
	}

p.menu a:hover {
	background:transparent; 
	color:#ff0000
	}

p.menu span {
	color:#c5e1ed;
	display:none
	}
p.i1{text-indent:1em;}

table {
	font-size: 9pt;
        color: #000000;
	}
tr.title1{
        background-color:#cccc66;
        }
td.title2{
        background-color:#ddffdd;
        }

caption {
	font-size:10pt;
	color:#993333;
	text-align: left;
	}
img {
     border-style:none;
    }
.over{
     position:relative;
     top:-60px;
     z-index:5;
}