@charset "utf-8";
/* CSS Document */

/*印刷用背景無し*/
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: small;
	color: #333;
	background-color: #FFF;
	}
	
	



