




a { color: blue;}
a:hover { color: red; text-decoration: underline }
.style2 {color: #993300}





/*----------------------------------------------20091014 */

#news20091014 .clearfix {
	margin:20px 0;
	padding:5px 0;
	border-top:1px solid #930;
	border-bottom:1px solid #930;
}
#news20091014 table.content-table {
	font-size:90%;
	text-align:left;
}
#news20091014 table.content-table th {
	width:110px;
	padding:5px 0;
	color:#930;
	white-space:nowrap;
}
#news20091014 table.content-table td {
	padding:5px 0 5px 5px;
}
#news20091014 table.content-table th,
#news20091014 table.content-table td {
	border-top:1px dotted #930;
	vertical-align:top;
}
#news20091014 table.content-table tr#first-line th,
#news20091014 table.content-table tr#first-line td {
	border-top:none;
}
#news20091014 table dl,#news20091014 table dt,#news20091014 table dd {
	margin:0;
	padding:0;
}
#news20091014 table dl {
	margin:0.5em 0 0 0;
}
#news20091014 table dt {
	font-weight:bold;
}


#news20091014 #photo {
	float:right;
	width:100px;
	margin:5px 0 0 2em;
}





/*--------------------------------------------------------------------------

clearfix

--------------------------------------------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
