@charset "utf-8";
/* CSS Document */

/* プリント用
------------------------------------------------------------------- */

body {
	width: 950px;
}

#side{
	display: block;
}

#contents,
#contentInner{
	width: 950px;
}

* html body{
	zoom: 82%;
}
* html #contents{
	zoom: 82%;
}
* html #contentInner{
	zoom: 82%;
}

* html #comment{
	width: 675px;
	overflow: hidden;
}

@media print and (-webkit-min-device-pixel-ratio:0) {	/* chrome,safari */
	body,
	#contents,
	#contentInner,
	#contentMain{
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media print and (-webkit-min-device-pixel-ratio:0) {
	body{
		zoom: 81%;
	}
}

