#footer{width:780px;
	margin:20px 0 0 0;
	padding:10px;
	background:#ffbb33;
	clear:both;}

#footer:after{	height: 0;   		/*clearfix*/
		visibility: hidden;
		content: ".";   
		display: block;   
		clear: both;
		zoom:1;}

.adress{float:left;
	width:400px;
	margin:0;
	padding:0;
	text-align:left;
	line-height:150%;}			/*読みやすくするため、行間を少し広くする*/

.copyright{	float:right;
		width:350px;
		margin:0;
		padding:0;
		text-align:right;
		text-valign:top;
		line-height:150%;}			/*読みやすくするため、行間を少し広くする*/
