@charset UTF-8;

/* =============================================

	Cosmo Interactive&Think Agent print.css
	(common Areas,Blocks,Sections etc style Properties)

============================================= */
body {
font-size:12px;
color:#000;
background-color:#fff;
line-height:1.5;
letter-spacing:1px;
font-family:"ヒラギノ明朝 Pro W3", 細明朝体, "ＭＳ Ｐ明朝", serif;
}

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

a:link:after,a:visited:after {
content:" (" attr(href) ") ";
}

body #pageHeaderArea,
body #pageFooterArea,
body #pageBodyArea #incidentalBlock,
body #pageBodyArea ol#breadCrumbs,
body #pageBodyArea p.pageTop {
display:none;
}

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

table {
width:100%;
margin:0 0 20px;
padding:5px;
border:1px solid #333;
}

table th,table td {
padding:3px;
font-size:90%;
}

table th {
border-bottom:1px solid #333;
}

table td {
border:1px dotted #333;
}