@charset "utf-8";

table {
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	}
td {
	text-align:center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 2px;
	}				
th {
	color: #666666;
	text-align:center;
	padding:2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 12px;
	}							
thead th {
	text-align:center;
	font-size: 12px;
	background-color: #E0DDCF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 6px;
	}
#market-news .date {
	padding-left: 5px;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
#retrieval {
	padding-left: 5px;
	font-size: 12px;
	color: #666666;
}
tr.price th{
	background-color: #EEEDE3;
}
tr.item th{
	background-color: #E0DDCF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.odd {
	background-color: #F9F9F4;
}







#main ul {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	padding-left: 15px;
	padding-bottom: 20px;
}
#main table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main td {
	text-align: left;
	padding-left: 10px;
	border-left-style: none;
	vertical-align: top;
	padding-top: 5px;
}
#main th {
	border-left-style: none;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}

.td-dt {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
