

/* 包括ブロック */

#content {
	width: 998px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../images/content_background.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #ffffff;
}


/* ヘッダ */

#header {
	width: 998px;
	height: 60px;
	border-top: 2px solid #f5ab4c;
	margin-bottom: 0px;
	background-image: url(../images/background_headder.png);
	border-bottom: 2px solid #dadada;
	border: 1px solid #dadada;
	padding: 10px 0 5px 0;
}

.search_logo {
	width: 260px;
	margin: 5px 5px 5px 5px;
	float: left;
}

.locapro_comment {
	width: 350px;
	margin: 10px 5px 0px 5px;
	float: left;
}

.company_logo {
	width: 340px;
	margin: 0px 5px;
	float: left;
	color: #ffffff;
	text-align: center;
}

#search {
	
	margin-top: 2px;
}

#maplist {
	
	margin-top: 2px;
}

/* フッタ */
#footer {
	width: 998px;
	height: 45px;
	background-image: url(../images/background_footer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 36px;
	text-align: center;
	border: 1px solid #cccccc;
	color: #ffffff;
}

