@charset "UTF-8";

/* =======================================
	
	print.css - 印刷スタイル
	
======================================= */


/*----------------------------------------
　　1.  Base
----------------------------------------*/

#all {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}

#inquiry { margin: 0px }

footer {
	position: static;
	background: url(../images/common/bg_footer.png) repeat;
}

#pagetop { display: none; } 

#side .weather { display: none; } 

/*----------------------------------------
　　2.  xxx - xxx
----------------------------------------*/

#xxx {}