/*ページレイアウト 高さ1800px*/

#contents {
	width: 765px;
	margin:10px;
	position:relative;
	text-align:left;
		  }
#header {
	width:765px;
	position: absolute;
	left: 5px;
	background-color:#FFFFFF;
	top: 2px;
	  }
#main {
	width: 594px;
	height: 1800px;
	position: absolute;
	top: 132px;
	left: 176px;
	background-color:#FFFFFF;
	}
#lside {
	width: 170px;
	height:1800px;
	position: absolute;
	top: 132px;
	left: 5px;
	background-color:#FFFFFF;
	}			
#address {
     width: 800px;
     position: absolute;
	 top: 1930px;
	 left: 5px;
     }
