@charset "utf-8";
/* CSS Document */


/* *********************************************************
 *	▼会社概要
 * *********************************************************
 */
body {
	background:url(../images/bg_02.jpg) repeat-x #dddddd;
}

#about {

}

#about dl {
	width:600px;
	margin:50px auto;
}

#about dt {
	color:#65846d;
	font-weight:bold;
	float:left;
	width:130px;
	margin-bottom:15px;
}

#about dd {
	margin-left:130px;
	margin-bottom:15px;
}

