@charset "UTF-8";
/* **************************************************

　印刷用スタイルを定義

************************************************** */

/* --------------------------------------------------
　基本設定
-------------------------------------------------- */
body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
}


/* 文字 */
body {
	color:#111;
	font-size:12pt;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing:1pt;
}
h1, h2, h3, h4, h5, th, dt, strong {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
p, li, dt, dd, th, td {
	line-height:1.8;
}

a {
	text-decoration:none;
}



/* --------------------------------------------------
　表
-------------------------------------------------- */
table {
	width:100%;
	border-collapse:collapse;
}
th, td {
	border:1px solid #aaa;
}








