@charset "Shift_JIS";
/*********************************************************************
 *
 *  </JP/CSS/print.css> // このCSSファイルのディレクトリ位置
 *
*********************************************************************/

body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

address {
	font-style: normal;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

div.hidden,
p.hidden {
	display: none;
}
/*
a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
*/