@charset "UTF-8";
/***************************************************************

* TAKAGIYA co.,ltd. news.css

***************************************************************/

#news h3 {
	width: 640px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px;
	color: #FFF;
	padding: 0 0 0 12px;
	background: url(../img/common/title_bg_01.gif) no-repeat;
}
#news h3 span {
	font-size: 11px;
	margin: 0 0 0 20px;
}

#news .news-body p {
	margin: 0 0 15px;
}
#news .news-body img {
	vertical-align: top;
	margin: 0 10px 0 0;
}

#news .news-body li {
	margin: 0 0 15px;
	float: left;
}
#news .news-body li img {
	margin: 0 7px 10px 0;
}

#news .news-table {
/*	table-layout: fixed; */
	border: none;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	width: 100%;
}

#news .news-table th {
/*	white-space: nowrap; */
	background-color: #E0F0FF;
/*	padding: 2px 4px; */
	text-align: center;
	font-weight: bold;
}

#news .news-table td {
/*	white-space: nowrap; */
	border-bottom: 2px dotted #9999CC;
	padding: 2px 4px;
/*	overflow: hidden; */
}

#news .news-table td.date {
	text-align: center;
}
