@charset "UTF-8";
/* CSS Document */

div#ir{
	width:100%;
	margin:0 auto;
	padding:0;
}

div#ir p{
	font-size:12px;
	margin-bottom:1em;
}

div#ir p.r_txt{
	text-align:right;
}

div#ir .line{
	border-bottom:#999 1px dotted;
	margin:2em 0 2em 0;
}

div#ir table{
	width:80%;
	margin:0 auto;
	border:0;
	border-collapse:collapse;
}

div#ir table caption{
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

div#ir table th{
	padding:5px;
	font-weight:normal;
	text-align:left;
	font-size:12px;
	border-bottom:#999 1px dotted;
}
div#ir table td{
	padding:5px;
	font-weight:normal;
	text-align:left;
	font-size:12px;
	border-bottom:#999 1px dotted;
}