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


.center-m{
	margin: 0px auto;
	width: 220px;
}


#adsense_big {margin: 0px auto 20px;}

.keyword_list {}

.keyword_list span {padding: 0 5px;}

.tableNews{
	width: 600px;
	border-collapse: collapse;
	margin: 10px auto;
}
.tableNews th,
.tableNews td{
	border: 1px solid #CCC;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tableNews td{
	text-align: left;
}
.tableNews th{
	background-color: #F2F2F2;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	font-size: 0.8em;
}

.tableNews tr.dt {
	background: #EEEEEE;
}
.tableNews td.dt {
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}


.tableNews tr.title {
	background-color: #FFFFEE;
}

.tableNews tr.title_nocode {
	background-color: #FFFFEE;
}

.tableNews td.time {
	border-right: 0px;
	width: 40px;
}

.tableNews td.link {
	border-right: 0px;
	border-left: 0px;
	width: 60px;
}

.tableNews td.link a,
.keyword_list span.code
 {
	font-size: 11px;
	border: 1px solid #ffcc00;
	padding: 2px 2px;
	background-color: #ffffcc;
}

.tableNews td.code {
	border-right: 0px;
	border-left: 0px;
	width: 140px;
	font-weight: bold;
}

.tableNews td.title {
	border-left: 0px;
	width: 360px;
}

.tableNews td.title a,
.tableNews td.abst a {
	font-weight: bold;
}

.tableNews td.title_nocode {
	border-left: 0px;
	width: 560px;
	color: #ff3300;
}


.tableNews td.abst {
	border-top: 0px;
	padding-left: 50px;
	white-space: normal;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.5em;
	text-indent: 1em;

}

.tableNews .no_border_bottom {
	border-bottom: 0px;
}

.tableNews .no_border_top {
	border-top: 0px;
}


