@charset "UTF-8";
/* formatting style
-------------------*/
body {
line-height:1.5;
letter-spacing:1px;
font-family:Meiryo,"Hiragino Kaku Gothic Pro",Osaka,"MS P Gothic",sans-serif;
font-size:75%;
color:#000;
background-color:#FFF;
}

a:link,a:visited {
text-decoration:underline;
font-weight:700;
color:#000;
}

address {
font-style:normal;
}

table,th,td {
border-collapse:collapse;
border-spacing:0;
}

img {
border:0;
}

#header,#sidebar,#footer,#nav {
display:none;
}

/* link style
-------------------*/
a:link:after,a:visited:after {
content:" (" attr(href) ") ";
font-size:70%;
}
