@charset "UTF-8";

/*---------------------------------
top.css
----------------------------------*/

/*about
-----------------------------------*/
#about{
	padding-bottom:10px;
	width:665px;
	background:url(../img/bg_about.gif) left bottom;
}
#about .alignRight{
	padding-right:10px;
}


/*company
-----------------------------------*/
#company dt{
	float:left;
	margin:5px 0;
}
#company dd{
	padding:5px 0 5px 10em;
	border-bottom:1px #ccc dashed;
}


