@charset "utf-8";

/* 印刷スタイル
---------------------------------------------------------------------------- */

#header,
#main_visual,
#global_navi,
#contents #main_contents .pankuzu_box,
#left_contents,
#right_contents,
#foot_navi,
#footer {
	display: none;
}


#contents {
	min-width: 0;
	background: none;
}

#contents .inner {
	width: 617px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: none;
}

#contents #main_contents {
	position: static;
	float: none;
	width: 617px;
	margin: 0px;
	padding: 0px;
	min-height: 0;
	background: #ffffff;
}
* html #contents #main_contents {
	width: 617px;
	height: auto;
}

#main_contents #contact_area {
	position: relative;
	left: 0px;
	top: 0px;
}


