html, body {height: 100%;}  /*高さ100%に指定*/
body {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 800px;  /*中央配置するボックスの横幅*/
  min-height: 900px;  /*中央配置するボックス縦幅*/
  background-color: #fff;
}
.centerMiddle {
  margin: -450px 0 0 -400px;  /*縦横の半分をネガティブマージンでずらす*/
  position: absolute;  /*body要素に対して絶対配置*/
  top: 50%;  /*上端を中央に*/
  left: 50%;  /*左端を中央に*/
  width: 800px;  /*横幅*/
  height: 900px;  /*縦幅*/
  

 font-size:13px;
 font-style:normal;
 text-align:center;
 background-color:#ffffff;
 border-style:none;
 color: #000;
 
 }





  
#wrapper{
	margin:0px auto;
	width: 800px;
	text-align:left;
	backrround-color: #ffffff;
	}



div#header{
	position:absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	}

#menu {
 position: absolute;
 top :50px;
 left: 0px;
  display:block;
  float:left

  }


div#contents {
	margin: 0 auto;
	position: absolute;
	width: 750px;
	height: 1500px;
	top: 260px;
	left: 0px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px 0px 10px 10px;

}



/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/


.top	{	position:absolute;	top:130px;	left:0px;}
.design	{	position:absolute;	top:130px;	left:140px;}
.about	{	position:absolute;	top:130px;	left:310px;}
.life	{	position:absolute;	top:130px;	left:460px;}
.link	{	position:absolute;	top:130px;	left:590px;}


div#totop{float:left;}



img{	border-style:none;}

table{	border:solid 1px black;
	width: 380px;
	padding:5px;
	margin: 50px 0px 5px 190px ;
}
tr{	border:solid 1px black;
	
}
td{	border:solid 1px black;
}




ul{	list-style:none;}




div#address{
	margin: 0 auto;
	position: absolute;
	width: 750;
	height: 80;
	top: 1780px;
	left: 0;
	border: 1px dot #999;
	text-align: center;
	color:#000;

	}
.tdftad a {
　　text-decoration: none;
	position:relative;
	bottom:0;
	top: 1800px;
　}

