@charset "utf-8";
/* ===================================================================
印刷用のスタイル指定
=================================================================== */

/* ----------------------------------------- Print Style --*/
@media print	{
	body,
	body #wrapper	{
		background: #FFF !important;
		font-family: verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	}
	#contents	{
		font-size: small;
	}
/*	#contents a:after	{
		content:" ["attr(href)"]";
	}*/
	#header, #wrapper	{
		width: 170mm;
	}
	#contents, #contents .entry,
	#footer {
		float: none;
		width: 170mm;
		min-height: 1px;
		padding-right: 0;
		padding-bottom: 10px;
		background: #FFF;
	}
	#header	{
		display: none;
	}
}