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

table.history {
	width:100%;
}

table.history th,
table.history td {
	vertical-align:top;
	text-align:left;
	padding:3px 8px 4px 0px;
	border-left:#FFFFFF 2px solid;
	border-top:#CCCCCC 1px solid;
	line-height:1.3
}

table.history th {
	padding-left:6px;
	border-top:none;
	line-height:1;
}

table.history th.society {
	background-color:#99bbc6;
}

table.history th.kajima {
	background-color:#98ca66;
}

table.history td ul{
	list-style:none;
	margin:0;
	padding:0;
}

table.history td ul li{
	margin:0 0 3px 0;
	padding:0 0 0 15px;
}

table.history td.society ul li{
	background:url(/news/digest/oct_2010/feature/history/image/list_society.gif) no-repeat 3px 5px;	
}

table.history td.kajima ul li {
	background:url(/news/digest/oct_2010/feature/history/image/list_kajima.gif) no-repeat 3px 5px;
}

@media print {
	p.eco_img img {
		width:180px;
		height:auto;
	}
}