@charset "utf-8";
/*formatting style
------------------------------------*/
table#table-kabu {
	width: 543px;
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 10px;
	padding-top: 15px;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
}

table#table-kabu th{
	font-weight: bold;
	color: #333333;
	background-image: url(../../images/body.gif);
	background-repeat: repeat;
	border: 1px solid #000033;
	padding: 10px;
	font-size: 110%;
	text-align: left;
	width: 515px;
}
table#table-kabu td{
	vertical-align: middle;
	padding: 14px;
	border: 1px solid #000033;
	width: 505px;
	line-height: 140%;
}
table#table-kabu td ul{
	padding-left: 20px;
}
table#table-kabu td ul li{
	list-style-type: square;
}
