@charset "utf-8";

/*=================================================================
	
	サンフロンティア不動産 印刷用 CSS
	
	・Since: 2007.10
	・Modified: 2007.12/27
	・Editor: KIML
	・Customize:

=================================================================*/

/* 非表示 */
#top-right,
#top-left,
#left-container,
#breadcrumbs,
#txt-size,
#footer-navi {
	display: none;
}

/* コンテンツ調整 */
#layout,
#main-container,
#center-container,
#home #center-container,
#right-container,
#header,
#home #header,
h1,
h2,
h3,
h4 {
	width: 100% !important;
}


div#main-container {
	float: none;
}

/* ヘッダー */
#header,
#home #header {
	background: none !important;
}


/* フッター */
#footer {
	border-top: solid 1px #cccccc;
	padding-top: 5px;
	margin-top: 5px;
	background: none !important;
	background-color: #ffffff;
}

#footer #copyright {
	color: #414141;
}


#home #center-container-box {
	width: 100%;
	float: none;
}

