﻿/* -----------------------------------------------------------
CSS Information

 File name:      print.css
 Style Info:     プリント用CSS
----------------------------------------------------------- */
@media print {

body {
	_zoom: 67%; /*WinIE only */
}

#buyTop p.toptext {
	/width:359px;
}

#mainContent .content {
	width:699px;
}


}
