@charset "utf-8";

/* ****************************************************
  print styles
***************************************************** */




/* area that cannot be printed
=========================================*/
.printoff {
	display: none;
}




/* basic setting
=========================================*/
body {
	background-color: #ffffff;
}




/* layout
=========================================*/
#header-naviwrap,
#mg_footer,
#header-area #header-utility,
#header-option,
#header-area #header-navi,
#header-area #topic-path,
#header-area #view-selector,
#content-body div#sub-content,
#footer-area .backto-pagetop,
#footer-area #footer-utility,
#footer-area #site-info p {
	display: none;
}
#header-area #logo {
	padding-bottom: 30px;
}
#content-body {
	background: none;
}

#footer-area {
	width: 640px;
}
#footer-area #footer-inner {
	width: 95%;
	padding: 0 15px 10px 0
}




/* inquiry-list-01
=========================================*/
* html #content-body .inquiry-list li {/* for IE6 */
	padding: 10px 9px 10px 9px;
}




/* site Top
=========================================*/
#sitetop #header-area h2,
#sitetop #search-area,
#sitetop #purpose-navi,
#sitetop #trouble-report-block {
	display: none;
}

