@charset "utf-8";
/*
===== CONTENTS ===========================================

	1: PRINT STYLE

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

/*
===== 1: PRINT STYLE ==========================================
*/
body {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0 0 0 5%;
	font-family: 'ƒqƒ‰ƒMƒm–¾’© Pro W3', 'Hiragino Mincho Pro', '‚l‚r –¾’©', 'MS Mincho', serif;
}

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

img {
	border: 0;
}

#header,
#textsizer,
#wrapper p.pankuzu,
#localNavi,
#footer{
	display:none;
}

#header,
#main,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

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

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

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

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

#main table td {
	border: 1px dotted #333333;
}

#main img.o_chart {
	width:65%;
	height:65%;
}

a:link:after,
a:visited:after {
	font-size: 90%;
}


