@charset "utf-8";


#aboutus{
	width:500px;
	min-height:300px;
	float:left;
	}
	
#aboutus h3{
	display:block;
	background:#898989;
	width:480px;
	padding:10px;
	font-size:14px;
	font-weight:600;
	color:#fff;
	}
table.about-company{
	width:500px;
	}
table.about-company th{
	background:#f6f6f6;
	width:100px;
	padding:10px 0 10px 20px;
	font-size:14px;
	text-align:left;
	border:1px solid #c0c0c0;
	}

table.about-company td{
	padding:10px;
	font-size:14px;
	border:1px solid #c0c0c0;
	}

#about-actigraph{
	width:425px;
	float:right;
	}
#about-actigraph h3{
	background: url(../img/i_arrow.gif) no-repeat top left;
	padding-bottom:10px;
	padding-left:30px;
	margin-bottom:10px;
	font-size:15px;
	font-weight:600;
	color:#0986af;
	border-bottom:1px dotted #c0c0c0;
	}
#about-actigraph p{
	font-size:15px;
	line-height:1.8;
	}



