/*ページレイアウト*/

#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: 1100px;
	position: absolute;
	top: 132px;
	left: 176px;
	background-color:#FFFFFF;
	}
#lside {
	width: 170px;
	height:1100px;
	position: absolute;
	top: 132px;
	left: 5px;
	background-color:#FFFFFF;
	}			
#address {
	width: 765px;
	position: absolute;
	top: 1230px;
	left: 5px;
	      }
