#table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #999;
	border-left-color: #999;
	margin-left: 2em;
	width: 520px;
}
#table caption {
	text-align: left;
	color: #F60;
}

#table tr th {
	background-color: #333;
	color: #FFF;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
}
#table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-right: 3px;
	padding-left: 3px;
}
#table tr .time {
	text-align: center;
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	width: 80px;
	font-size: 0.8em;
}
#table .link {
	width: 25%;
	text-align: center;
}

#news {
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#news tr th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#news tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 1.5;
	padding-top: 2px;
	padding-bottom: 2px;
}
#news tr .time {
	color: #09C;
	text-align: center;
}
#news tr .timescope {
	color: #09C;
	width: 120px;
	text-align: center;
}
#table tr .imgscope {
	width: 65px;
}
#table tr .title {
	text-align: center;
	background-color: #F5F5F5;
	width: 80px;
}


#news tr .date {
	color: #000;
	width: 100px;
	background-color: #EAEAEA;
	text-align: center;
}
#news tr .ps {
	color: #999;
}
.tit {
	background-color: #999;
	border: 1px solid #CCC;
	color: #FFF;
}
div.prew {
	text-align: right;
}
table tr td ul ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}

