@charset "UTF-8";

/*---------------------------------------------------------------------
	Common Style Sheet
	Last Update 2008-04-24
	
	Site URL	http://hd-fukuoka.com/
	File name	topics.css
	
	1-1 topics
	1-2 banner_box
-----------------------------------------------------------------------*/


img.dccustom {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	
}

table.spec {
	margin: 10px 0px 0px 0px;
	width: 180px;
	border-collapse: collapse;
	border: none;
}

table.spec th,td {
	padding: 4px 0px 10px 0px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #343434;
	border-left:none;
}

td.sougaku {
	color: #EC370B;
	padding: 5px 8px 5px 8px;
}


.td_dc_graf {
	padding: 5px 8px 5px 8px;
	border-left: none;
}


table.graf {
	border-collapse: collapse;
	border:#333333;
}



