@charset "utf-8";

body {
    line-height: 1.5;
    letter-spacing: 1pt;
    color: #000;
    background-color: #fff;
    font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
    font-size: 9.5pt;
}

a:link {
    text-decoration: underline;
    color: #000;
}

a:visited {
    text-decoration: underline;
    color: #000;
}
/*
a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 10pt;
}
*/

img {
    border: 0;
}