@charset "utf-8";

.tbl01,
.tblmemo {
	width:604px;
}

.tbl01 th,
.tbl01 td {
	border:#c4c5c6 solid 1px;
	padding:5px;
	vertical-align:top;
}

.tbl01 th {
	background:#eeeeee;
	font-weight:bold;
	width:10em;
}

.tblmemo th {
	width: 30%;
	background:#eeeeee;
	font-weight:bold;
	border:#c4c5c6 solid 1px;
	padding:5px;
	vertical-align:top;
}

.tblmemo td {
	border:#c4c5c6 solid 1px;
	padding:5px;
	width: 70%;
	vertical-align: center;
}

.tbl01 td a {
	background:url(../images/common/pdf.gif) right center no-repeat;
	padding:5px 25px 5px 0;
	color:#005e91;
}

.tbl01 td a:hover {
	text-decoration:none;
}

h3 {
	padding:0 0 5px 0;
	font-weight:bold;
	font-size:130%;
}

.question dl {
	background:#f5f5f5;
	padding:10px;
	width:584px;
	margin:0 0 5px 0;
}

.question dt {
	background:url(../images/ir/dot.gif) left bottom repeat-x;
	padding:0 0 5px 0;
}

.question dt span {
	padding:2px 0 2px 20px;
	margin:0 0 7px 0;
	background:url(../images/ir/iconQ.gif) top left no-repeat;
}

.question dd {
	padding:0 0 0 20px;
	margin:7px 0 0 0;
	background:url(../images/ir/iconA.gif) top left no-repeat;
}

div.stock {
	margin: 0;
}

div.stock span {
	font-weight: bold;
	margin: 0 0 5px;
}

div.stock ul {
	margin: 0 0 0 17px;
	_margin: 0 0 0 15px;
	_padding: 0 0 0 10px;
}

*:first-child+html div.stock ul {
	padding: 0 0 0 10px;
}

div.stock ul li {
	margin: 0 0 10px;
	list-style-type: decimal;
}

.downline {
	border-bottom:1px solid #CCCCCC;
}

.text {
	width: 300px;
	float: left;
}

.bn {
	font-style: normal;
	width: 150px;
	float: right;
	margin: 3px 0 0;
	display: inline;
	text-align: right;
}

.bn a {
	font-size: 0.9em;
	font-weight: normal;
	color: #005e91;
}

.bn a:hover {
	color: #005e91;
	text-decoration: none;
}

th.pd_l15 { padding-left: 15px; }
