@charset "utf-8";

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

index.css

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


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

#news{
	margin:0 auto ;
	border-top:none;
	width:190px;
	height:110px;
	overflow:auto;
	overflow-x:hidden;
	font-size:10px;
}

#news table{
	margin:5px 0 0 10px;
	width:170px;
}
#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{
	font-weight:bold;
}

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

.top_business{
	margin-top:25px;
}

.top_business .left{
	float:left;
	margin-right:10px;
}
.top_business .right{
	float:right;
}

#address{
	background-color:#eaeaea;
	border:solid 1px #dddddd;
	width:630px;
	padding:10px;
}
#address p{
	font-weight:bold;
	color:#000;
}

