div#container {
	width: 1100px;
	background-color: #fff;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: left;
}

div#header {
	/*
	background-image: url(/image/h_bg_top.jpg);
	background-repeat: no-repeat;
	*/
/*	width: 1100px;*/
	/*height: 151px;*/
}

div#contents_h {
	background-image: url(/image/h_bg_shop.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	height: 112px;
}
div#contents_h_restaurant {
	background-image: url(/image/tit_restaurant.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	height: 112px;
}
div#contents_h_community {
	background-image: url(/image/tit_community.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	height: 112px;
}
div#contents_h_guide {
	background-image: url(/image/tit_guide.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	height: 112px;
}
div#left_column {
	float: left;
	width: 262px;
/*	width: 207px;*/
}

div#right_column {
	float: right;
	width: 825px;
}

div#footer_out {
	width: 100%;
	height: 80px;
	background-color: #f5f5f5;
	border-top: 1px solid #dbdbdb;
	margin-top: 20px;
}

div#footer {
	margin: 0 auto;
	width: 1100px;
/*
	height: 80px;
	background-color: #f5f5f5;
	border-top: 1px solid #dbdbdb;
	margin-top: 20px;
*/
}

div#footer p.copyright {
	float: left;
	text-align: left;
	color: #666;
	margin: 20px 0 0 55px;
}

div#footer div.footer_link {
	float: right;
	margin: 20px 55px 0 0;
	text-align: right;
}

div#footer div.footer_link p.ftr_link_2 {
	margin-top: 10px;
}







