@charset "utf-8";

/*====================================================================

index.css

====================================================================*/


/*--------------------------------------------------------------------/
	news
/--------------------------------------------------------------------*/

#news{
	margin:0 auto ;
	background-color:#FFFFFF;
	border:solid 1px #e2e2e3;
	border-top:none;
	width:208px;
	height:90px;
	overflow:auto;
	overflow-x:hidden;
	font-size:10px;
}

#news table{
	margin:5px 0 0 10px;
	width:185px;
}
#news table th,
#news table td{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:2px;
	text-align:left;
	line-height:1.6;
	vertical-align:top;
}
#news table th{
	color:#067bde;
	font-weight:bold;
}

#news table td{
	border-bottom:dotted 1px #D4D4D4;
}

#t_b01{
	float:left;
	width:295px;
	margin-right:15px;
}

#t_b01 a:hover img,
#t_b02 a:hover img,
.t_ba a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#t_b02{
	width:295px;
	float:right;
}

.t_ba{
	margin-top:15px;
	width:605px;
}

#t_company_l{
	float:left;
	margin-bottom:20px;
}

#t_company_r{
	margin:10px 0 20px 0;
	float:right;
	padding:10px;
	width:200px;
	background-color:#eeeded;
	float:right;
}

#t_comment{
	padding:10px;
	width:350px;
}

#company_info{
	margin-left:10px;
	padding:10px;
	width:560px;
	background-color:#eeeded;
	float:right;
}

.f_b{
	font-weight:bold;
}


