@charset "utf-8";
/* CSS Document */
/*******
印刷ボタン・閉じるボタンを印刷時に非表示 *******/
/* 基本、非表示 */
/* =========== IE用印刷設定CSS =========== */

@media print{

body {
_zoom: 0.65; /*WinIE only */
}
}

html,body{
top:0 !IMPORTANT;
left:0 !IMPORTANT;
width:172mm !IMPORTANT;
height:280mm !IMPORTANT;
}

.print,.close{
  display:none;
  }

#float_menu{
	display:none;}


/*現地案内図印刷用*/
#annai #container #btnBox{ display:none;}
#annai .titleBg{
	width: 800px;
	height: 70px;
	font-size: 1px;
	text-indent: -9999px;
	margin: 0 auto;
	background: url(../images/map/titie_map_p.gif) left 0 no-repeat;
}
#annai .front_print{
	page-break-before: always;
	background-color:#FFF;
	}
	
/*間取り印刷用*/
#plan .titleBg{
	background: url(../images/roomplan/planPop_bg.gif) left 0 repeat-x;
}
