@charset "shift_jis";
/* --------------------------------------*/
/* 浜井産業-ニュース */
/* --------------------------------------*/
/* 見出し*/
h2.news-h2 {
display:block;
width:510px;
height:20px;
line-height:20px;
margin-top:15px;
margin-bottom:10px;
font-size:12px;
color:#ABABBE;
background-image:url(img/news_title.gif);
}

/* ニューストップ*/
table#news-table {
width:510;
margin-top:5px;
margin-bottom:5px;
text-align: left;
background: #fff;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
background-repeat:no-repeat;
}
html>body table {border-collapse: separate}

table#news-table th {
font-weight:700;
color: #666;
width: 70px;
text-align:left;
vertical-align:top;
padding-top: 2px;
padding-bottom: 10px;
padding-right:5px;
background-repeat: no-repeat;
border-right: 1px solid #ABABBE;
}

table#news-table td {
padding-left: 5px;
padding-top: 2px;
padding-bottom: 10px;
vertical-align:top;
}


/* 展示会一覧*/
table.tenji-table {
width:510;
margin-top:5px;
margin-bottom:5px;
text-align: left;
background: #fff;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
background-repeat:no-repeat;
}
html>body table {border-collapse: separate}

table.tenji-table th {
	font-weight:700;
	color: #666;
	width: 60px;
	text-align:right;
	vertical-align:top;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right:5px;
	background-repeat: no-repeat;
	border-right: 1px solid #ABABBE;
	font-weight:normal;
	margin: 0px;
	padding-left: 0px;
}

table.tenji-table td {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
	vertical-align:top;
	margin: 0px;
	padding-right: 0px;
}

h3.tenji-title {
	display:block;
	width:495px;
	/*height:18px;*/
	/*line-height:18px;*/
	margin-top:15px;
	margin-bottom:0px;
	/*text-indent:12px;*/
	font-size:12px;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ababbe;
	background-image:url(img/tenji_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
