﻿@charset "utf-8";

/********** contents **********
 print
******************************/

/* ie6 */
* html body { background:none; }

* html #headerNavi,
* html #navi,
* html #listlink,
* html #pagetop,
* html #footerNavi {
	display:none;
}

* html #wrapper,
* html #header,
* html #content {
	width:655px;
	margin:0 auto;
	padding:0;
}

* html #main {
	width:655px;
	float:none;
	margin:10px 0 0;
}

* html #footer {
	width:100%;
	padding:20px 0 0;
}

* html #footerCopyright {
	width:100%;
	border:none;
}

* html ul li,
* html #topicpath span { zoom:1; }

* html #top-side,
* html #top-navi { display:none; }
* html div.top-h2 { width:645px; }
* html #top-main table { width:655px; }

h3 { width:100%; }


/* firefox */
.clearfix, x:-moz-read-only { overflow:visible; } /* DW */
body, x:-moz-read-only { background:none; }

